File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 88 </ItemGroup >
99 <Target Name =" _BuildJavaInterop"
1010 BeforeTargets =" BeforeResolveReferences"
11- Inputs =" $(JavaInteropFullPath)\src\Java.Interop\Java.Interop.csproj"
11+ Inputs =" $(MSBuildThisFile);$( JavaInteropFullPath)\src\Java.Interop\Java.Interop.csproj"
1212 Outputs =" $(OutputPath)\..\v1.0\Java.Interop.dll" >
1313 <MSBuild
1414 Projects =" $(JavaInteropFullPath)\src\Java.Interop\Java.Interop.csproj"
15+ Properties =" JavaInteropProfile=Net45;XAInstallPrefix=$(XAInstallPrefix)"
1516 />
1617 <ItemGroup >
17- <Assembly Include =" $(JavaInteropFullPath)\bin\$(Configuration)\*.dll*" />
18+ <Assembly Include =" $(JavaInteropFullPath)\bin\$(Configuration)Net45 \*.dll*" />
1819 </ItemGroup >
1920 <Copy
2021 SourceFiles =" @(Assembly)"
You can’t perform that action at this time.
0 commit comments