mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-13 17:22:48 -05:00
28 lines
1.0 KiB
XML
28 lines
1.0 KiB
XML
<Project Sdk="WixToolset.Sdk/4.0.0">
|
|
<PropertyGroup>
|
|
<ProductVersion>3.9</ProductVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<DefineConstants>Debug</DefineConstants>
|
|
<SuppressIces>ICE91</SuppressIces>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<SuppressIces>ICE91</SuppressIces>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SuppressValidation>true</SuppressValidation>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="WixToolset.Util.wixext" Version="4.0.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Application\FeedCenter.csproj">
|
|
<Name>FeedCenter</Name>
|
|
<Project>{bd3d12f2-de23-4466-83b1-1eb617a877a4}</Project>
|
|
<Private>True</Private>
|
|
<DoNotHarvest>True</DoNotHarvest>
|
|
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
|
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
</Project> |