diff options
Diffstat (limited to 'src/wixlib/netfx.wixproj')
-rw-r--r-- | src/wixlib/netfx.wixproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wixlib/netfx.wixproj b/src/wixlib/netfx.wixproj index 371ee24d..7cbd4a2b 100644 --- a/src/wixlib/netfx.wixproj +++ b/src/wixlib/netfx.wixproj | |||
@@ -11,8 +11,6 @@ | |||
11 | <Pedantic>true</Pedantic> | 11 | <Pedantic>true</Pedantic> |
12 | </PropertyGroup> | 12 | </PropertyGroup> |
13 | <ItemGroup> | 13 | <ItemGroup> |
14 | <Compile Include="NetFx472.wxs" /> | ||
15 | <Compile Include="NetFx48.wxs" /> | ||
16 | <Compile Include="NetFxExtension.wxs" /> | 14 | <Compile Include="NetFxExtension.wxs" /> |
17 | <Compile Include="NetFx1.wxs" /> | 15 | <Compile Include="NetFx1.wxs" /> |
18 | <Compile Include="NetFx1.1.wxs" /> | 16 | <Compile Include="NetFx1.1.wxs" /> |
@@ -26,6 +24,8 @@ | |||
26 | <Compile Include="NetFx46.wxs" /> | 24 | <Compile Include="NetFx46.wxs" /> |
27 | <Compile Include="NetFx461.wxs" /> | 25 | <Compile Include="NetFx461.wxs" /> |
28 | <Compile Include="NetFx462.wxs" /> | 26 | <Compile Include="NetFx462.wxs" /> |
27 | <Compile Include="NetFx472.wxs" /> | ||
28 | <Compile Include="NetFx48.wxs" /> | ||
29 | <Compile Include="NetFxExtension_x86.wxs" /> | 29 | <Compile Include="NetFxExtension_x86.wxs" /> |
30 | <Compile Include="NetCore3.1.0_x64.wxs" /> | 30 | <Compile Include="NetCore3.1.0_x64.wxs" /> |
31 | <Compile Include="NetCore3.1.0_x86.wxs" /> | 31 | <Compile Include="NetCore3.1.0_x86.wxs" /> |