aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/netfx.wixproj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-05-20 22:55:14 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-05-20 23:20:10 +1000
commit9875a626e3b171c206fe6ae83e1c6c2d8c5dc25b (patch)
treef2f8453ee94c15b42e49dcffd239c061a924e413 /src/wixlib/netfx.wixproj
parent4029dacd2053cc35bdbce158fb9b2c4c832ebb78 (diff)
downloadwix-9875a626e3b171c206fe6ae83e1c6c2d8c5dc25b.tar.gz
wix-9875a626e3b171c206fe6ae83e1c6c2d8c5dc25b.tar.bz2
wix-9875a626e3b171c206fe6ae83e1c6c2d8c5dc25b.zip
Rename .NET Core files to x64.
Add placeholders for missing 3.1.x .NET Core packages.
Diffstat (limited to '')
-rw-r--r--src/wixlib/netfx.wixproj14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/wixlib/netfx.wixproj b/src/wixlib/netfx.wixproj
index 78ca93f7..371ee24d 100644
--- a/src/wixlib/netfx.wixproj
+++ b/src/wixlib/netfx.wixproj
@@ -27,10 +27,16 @@
27 <Compile Include="NetFx461.wxs" /> 27 <Compile Include="NetFx461.wxs" />
28 <Compile Include="NetFx462.wxs" /> 28 <Compile Include="NetFx462.wxs" />
29 <Compile Include="NetFxExtension_x86.wxs" /> 29 <Compile Include="NetFxExtension_x86.wxs" />
30 <Compile Include="NetCore3.1.wxs" /> 30 <Compile Include="NetCore3.1.0_x64.wxs" />
31 <Compile Include="NetCore3.1.1.wxs" /> 31 <Compile Include="NetCore3.1.0_x86.wxs" />
32 <Compile Include="NetCore3.1.2.wxs" /> 32 <Compile Include="NetCore3.1.1_x64.wxs" />
33 <Compile Include="NetCore3.1.3.wxs" /> 33 <Compile Include="NetCore3.1.1_x86.wxs" />
34 <Compile Include="NetCore3.1.2_x64.wxs" />
35 <Compile Include="NetCore3.1.2_x86.wxs" />
36 <Compile Include="NetCore3.1.3_x64.wxs" />
37 <Compile Include="NetCore3.1.3_x86.wxs" />
38 <Compile Include="NetCore3.1.4_x64.wxs" />
39 <Compile Include="NetCore3.1.4_x86.wxs" />
34 <Compile Include="NetCoreShared.wxs" /> 40 <Compile Include="NetCoreShared.wxs" />
35 </ItemGroup> 41 </ItemGroup>
36 <ItemGroup> 42 <ItemGroup>