9d19431748
- modifica wixproj: aggiunto target della platformx output installer
25 lines
1.0 KiB
XML
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> |