Files
maat/Maat.Installer/Maat.Installer.wixproj
Samuele Locatelli 9d19431748 Yaml fix:
- modifica wixproj: aggiunto target della platformx  output installer
2024-10-30 10:32:16 +01:00

25 lines
1.0 KiB
XML

<Project Sdk="WixToolset.Sdk/4.0.5">
<ItemGroup>
<None Include="License.rtf" />
<None Include="ServiceRemove.ps1" />
<None Include="ServiceAdd.ps1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Bal.wixext" Version="4.0.5" />
<PackageReference Include="WixToolset.PowerShell.wixext" Version="4.0.5" />
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.5" />
<PackageReference Include="WixToolset.Util.wixext" Version="4.0.5" />
<PackageReference Include="WixToolset.VisualStudio.wixext" Version="4.0.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Maat.Runner\Maat.Runner.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Remove="stdin.wxs" />
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
<SuppressPdbOutput>true</SuppressPdbOutput>
</PropertyGroup>
</Project>