diff options
Diffstat (limited to 'src/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj')
| -rw-r--r-- | src/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj b/src/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj new file mode 100644 index 00000000..7d7da64c --- /dev/null +++ b/src/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | <Project Sdk="Microsoft.NET.Sdk"> | ||
| 2 | |||
| 3 | <PropertyGroup> | ||
| 4 | <OutputType>Exe</OutputType> | ||
| 5 | <TargetFramework>net461</TargetFramework> | ||
| 6 | <IsTool>true</IsTool> | ||
| 7 | </PropertyGroup> | ||
| 8 | |||
| 9 | <ItemGroup> | ||
| 10 | <Content Include="build\WixBuildTools.MsgGen.targets" PackagePath="build\" /> | ||
| 11 | <Content Include="buildCrossTargeting\WixBuildTools.MsgGen.targets" PackagePath="buildCrossTargeting\" /> | ||
| 12 | </ItemGroup> | ||
| 13 | |||
| 14 | <ItemGroup> | ||
| 15 | <EmbeddedResource Include="Xsd\messages.xsd" /> | ||
| 16 | </ItemGroup> | ||
| 17 | |||
| 18 | <ItemGroup> | ||
| 19 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.0.37-beta" PrivateAssets="all" /> | ||
| 20 | </ItemGroup> | ||
| 21 | |||
| 22 | </Project> | ||
