aboutsummaryrefslogtreecommitdiff
path: root/src/ext/NetFx/wixlib/netfx.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/NetFx/wixlib/netfx.wixproj')
-rw-r--r--src/ext/NetFx/wixlib/netfx.wixproj12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/ext/NetFx/wixlib/netfx.wixproj b/src/ext/NetFx/wixlib/netfx.wixproj
index ad7d028c..bc6a1172 100644
--- a/src/ext/NetFx/wixlib/netfx.wixproj
+++ b/src/ext/NetFx/wixlib/netfx.wixproj
@@ -14,9 +14,15 @@
14 </ItemGroup> 14 </ItemGroup>
15 15
16 <ItemGroup> 16 <ItemGroup>
17 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM64" ReferenceOutputAssembly="false" /> 17 <ProjectReference Include="..\be\netfxbe.vcxproj" Properties="Platform=ARM64" />
18 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" /> 18 <ProjectReference Include="..\be\netfxbe.vcxproj" Properties="Platform=x64" />
19 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=x64" ReferenceOutputAssembly="false" /> 19 <ProjectReference Include="..\be\netfxbe.vcxproj" Properties="Platform=x86" />
20 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM64" />
21 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=x86" />
22 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=x64" />
23 <ProjectReference Include="..\netcoresearch\netcoresearch.vcxproj" Properties="Platform=ARM64" />
24 <ProjectReference Include="..\netcoresearch\netcoresearch.vcxproj" Properties="Platform=x86" />
25 <ProjectReference Include="..\netcoresearch\netcoresearch.vcxproj" Properties="Platform=x64" />
20 </ItemGroup> 26 </ItemGroup>
21 27
22 <ItemGroup> 28 <ItemGroup>