Files
mtapi/MtApi5Installer/MtApi5Installer.wixproj
Viacheslav Demydiuk e7cf0dddd0 Updated MtApi5
2024-06-16 13:27:00 +03:00

44 lines
2.0 KiB
XML
Executable File

<Project Sdk="WixToolset.Sdk/5.0.0">
<PropertyGroup>
<ProductVersion>3.6</ProductVersion>
<OutputName>MtApi5Installer_$(Platform)</OutputName>
<RunWixToolsOutOfProc>true</RunWixToolsOutOfProc>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<OutputPath>..\build\installers\$(Configuration)\</OutputPath>
<DefineConstants>Debug</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>..\build\installers\$(Configuration)\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
<DefineConstants>Debug</DefineConstants>
<OutputPath>..\build\installers\$(Configuration)</OutputPath>
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
<OutputPath>..\build\installers\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MT5Connector\MT5Connector.vcxproj">
<Name>MT5Connector</Name>
<Project>{cb6d4a3e-2f2e-4c67-929d-3c2a8fd1c556}</Project>
<Private>True</Private>
<DoNotHarvest>True</DoNotHarvest>
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
</ProjectReference>
<ProjectReference Include="..\MtApi5\MtApi5.csproj">
<Name>MtApi5</Name>
<Project>{ac8b5010-da75-477e-9ca5-547c649e12d8}</Project>
<Private>True</Private>
<DoNotHarvest>True</DoNotHarvest>
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
</ProjectReference>
</ItemGroup>
</Project>