2023-04-25 19:59:54 -04:00
|
|
|
<Project Sdk="WixToolset.Sdk/4.0.0">
|
|
|
|
<PropertyGroup>
|
|
|
|
<ProductVersion>3.7</ProductVersion>
|
|
|
|
<OutputName>Fractorium_22.21.4.2</OutputName>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
|
<OutputPath>$(SolutionDir)..\..\..\Bin\$(Platform)\$(Configuration)\</OutputPath>
|
|
|
|
<DefineConstants>Debug</DefineConstants>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
<OutputPath>$(SolutionDir)..\..\..\Bin\$(Platform)\$(Configuration)\</OutputPath>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
|
|
|
<DefineConstants>Debug</DefineConstants>
|
|
|
|
<OutputPath>$(SolutionDir)..\..\..\Bin\$(Platform)\$(Configuration)\</OutputPath>
|
|
|
|
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
|
|
|
<OutputPath>$(SolutionDir)..\..\..\Bin\$(Platform)\$(Configuration)\</OutputPath>
|
|
|
|
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
|
|
|
|
<SuppressPdbOutput>True</SuppressPdbOutput>
|
|
|
|
<WixVariables>
|
|
|
|
</WixVariables>
|
|
|
|
<DefineConstants>GpuType=AMD_NVIDIA</DefineConstants>
|
|
|
|
<SuppressValidation>false</SuppressValidation>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseNvidia|x86' ">
|
|
|
|
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
|
|
|
|
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseNvidia|x64' ">
|
|
|
|
<SuppressPdbOutput>True</SuppressPdbOutput>
|
|
|
|
<OutputPath>$(SolutionDir)..\..\..\Bin\$(Platform)\$(Configuration)\</OutputPath>
|
|
|
|
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
|
|
|
|
<WixVariables>
|
|
|
|
</WixVariables>
|
|
|
|
<DefineConstants>GpuType=NVIDIA</DefineConstants>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseNvidia|AnyCPU' ">
|
|
|
|
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
|
|
|
|
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseNvidia|Any CPU' ">
|
|
|
|
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
|
|
|
|
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.0" />
|
|
|
|
</ItemGroup>
|
2014-09-01 00:25:15 -04:00
|
|
|
</Project>
|