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