| 1 | <Project Sdk="Microsoft.NET.Sdk"> |
| 2 | <PropertyGroup> |
| 3 | <TargetFramework>net472</TargetFramework> |
| 4 | <DebugType>embedded</DebugType> |
| 5 | <!-- https://github.com/Microsoft/msbuild/issues/2360 --> |
| 6 | <PlatformTarget>AnyCPU</PlatformTarget> |
| 7 | </PropertyGroup> |
| 8 | |
| 9 | <ItemGroup> |
| 10 | <PackageReference Include="Microsoft.Build.Tasks.Core" /> |
| 11 | <PackageReference Include="System.Text.Json" /> |
| 12 | <PackageReference Include="WixToolset.Data" /> |
| 13 | </ItemGroup> |
| 14 | </Project> |