summaryrefslogtreecommitdiff
path: root/src/internal/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj
blob: f8da4bfc9faf768f2a20c74e0ab6b74624631690 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net472</TargetFramework>
    <IsTool>true</IsTool>
    <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
    <DebugType>embedded</DebugType>
    <PublishRepositoryUrl>true</PublishRepositoryUrl>
    <NoWarn>$(NoWarn);CS0618</NoWarn>
    <SignOutput>false</SignOutput>
  </PropertyGroup>

  <ItemGroup>
    <Content Include="build\WixBuildTools.MsgGen.targets" PackagePath="build\" />
    <Content Include="buildCrossTargeting\WixBuildTools.MsgGen.targets" PackagePath="buildCrossTargeting\" />
  </ItemGroup>

  <ItemGroup>
    <EmbeddedResource Include="Xsd\messages.xsd" />
  </ItemGroup>

</Project>