summaryrefslogtreecommitdiff
path: root/src/internal/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj')
-rw-r--r--src/internal/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/internal/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj b/src/internal/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj
index 65a65bd0..dd5a8272 100644
--- a/src/internal/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj
+++ b/src/internal/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj
@@ -2,8 +2,8 @@
2 2
3 <PropertyGroup> 3 <PropertyGroup>
4 <OutputType>Exe</OutputType> 4 <OutputType>Exe</OutputType>
5 <!-- <TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks> --> 5 <!-- <TargetFrameworks>netcoreapp2.0;net472</TargetFrameworks> -->
6 <TargetFrameworks>net461</TargetFrameworks> 6 <TargetFrameworks>net472</TargetFrameworks>
7 <IsTool>true</IsTool> 7 <IsTool>true</IsTool>
8 <IncludeBuildOutput>false</IncludeBuildOutput> 8 <IncludeBuildOutput>false</IncludeBuildOutput>
9 <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> 9 <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
@@ -17,7 +17,7 @@
17 <Content Include="build\WixBuildTools.XsdGen.targets" PackagePath="build\" /> 17 <Content Include="build\WixBuildTools.XsdGen.targets" PackagePath="build\" />
18 <Content Include="buildCrossTargeting\WixBuildTools.XsdGen.targets" PackagePath="buildCrossTargeting\" /> 18 <Content Include="buildCrossTargeting\WixBuildTools.XsdGen.targets" PackagePath="buildCrossTargeting\" />
19 19
20 <Content Include="$(OutputPath)net461\$(TargetFileName)" PackagePath="tools\full" /> 20 <Content Include="$(OutputPath)net472\$(TargetFileName)" PackagePath="tools\full" />
21 <!-- <Content Include="$(OutputPath)netcoreapp2.0\$(TargetFileName)" PackagePath="tools\core" /> --> 21 <!-- <Content Include="$(OutputPath)netcoreapp2.0\$(TargetFileName)" PackagePath="tools\core" /> -->
22 </ItemGroup> 22 </ItemGroup>
23 23