diff options
Diffstat (limited to 'src/internal/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj')
-rw-r--r-- | src/internal/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/internal/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj b/src/internal/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj new file mode 100644 index 00000000..2e3a0382 --- /dev/null +++ b/src/internal/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj | |||
@@ -0,0 +1,28 @@ | |||
1 | <Project Sdk="Microsoft.NET.Sdk"> | ||
2 | |||
3 | <PropertyGroup> | ||
4 | <OutputType>Exe</OutputType> | ||
5 | <!-- <TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks> --> | ||
6 | <TargetFrameworks>net461</TargetFrameworks> | ||
7 | <IsTool>true</IsTool> | ||
8 | <IncludeBuildOutput>false</IncludeBuildOutput> | ||
9 | <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> | ||
10 | <DebugType>embedded</DebugType> | ||
11 | <PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
12 | <NoWarn>CS0618</NoWarn> | ||
13 | </PropertyGroup> | ||
14 | |||
15 | <ItemGroup> | ||
16 | <Content Include="build\WixBuildTools.XsdGen.targets" PackagePath="build\" /> | ||
17 | <Content Include="buildCrossTargeting\WixBuildTools.XsdGen.targets" PackagePath="buildCrossTargeting\" /> | ||
18 | |||
19 | <Content Include="$(OutputPath)net461\$(TargetFileName)" PackagePath="tools\full" /> | ||
20 | <!-- <Content Include="$(OutputPath)netcoreapp2.0\$(TargetFileName)" PackagePath="tools\core" /> --> | ||
21 | </ItemGroup> | ||
22 | |||
23 | <ItemGroup> | ||
24 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> | ||
25 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> | ||
26 | </ItemGroup> | ||
27 | |||
28 | </Project> | ||