summaryrefslogtreecommitdiff
path: root/src/ext/NetFx/wixlib/netfx.wixproj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-10-06 16:37:14 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-10-10 11:40:02 -0500
commit21a0685ef69e9d634600622b19ea970c6f58ef03 (patch)
tree5d37e316803f06d97d4aefd3df8ab45f3f7e7257 /src/ext/NetFx/wixlib/netfx.wixproj
parent3c11c1389f67824fb1f368cedacbaf566645e56f (diff)
downloadwix-21a0685ef69e9d634600622b19ea970c6f58ef03.tar.gz
wix-21a0685ef69e9d634600622b19ea970c6f58ef03.tar.bz2
wix-21a0685ef69e9d634600622b19ea970c6f58ef03.zip
Add Netfx bundle extension and netfx:DotNetCoreSearch.
Remove built-in .NET Core packages since they update too quickly. Fixes 6257
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>