|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
| 4 | + <ProjectConfiguration Include="vc64|Win32"> |
| 5 | + <Configuration>vc64</Configuration> |
| 6 | + <Platform>Win32</Platform> |
| 7 | + </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="vc64|x64"> |
| 9 | + <Configuration>vc64</Configuration> |
| 10 | + <Platform>x64</Platform> |
| 11 | + </ProjectConfiguration> |
4 | 12 | <ProjectConfiguration Include="vc|Win32">
|
5 | 13 | <Configuration>vc</Configuration>
|
6 | 14 | <Platform>Win32</Platform>
|
7 | 15 | </ProjectConfiguration>
|
| 16 | + <ProjectConfiguration Include="vc|x64"> |
| 17 | + <Configuration>vc</Configuration> |
| 18 | + <Platform>x64</Platform> |
| 19 | + </ProjectConfiguration> |
8 | 20 | </ItemGroup>
|
9 | 21 | <PropertyGroup Label="Globals">
|
10 | 22 | <ProjectGuid>{3E9F0C4A-01B7-4357-95C6-0FE86BACB6D9}</ProjectGuid>
|
|
19 | 31 | <CLRSupport>false</CLRSupport>
|
20 | 32 | <PlatformToolset>v142</PlatformToolset>
|
21 | 33 | </PropertyGroup>
|
| 34 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='vc64|Win32'" Label="Configuration"> |
| 35 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 36 | + <CharacterSet>NotSet</CharacterSet> |
| 37 | + <CLRSupport>false</CLRSupport> |
| 38 | + <PlatformToolset>v142</PlatformToolset> |
| 39 | + </PropertyGroup> |
| 40 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='vc|x64'" Label="Configuration"> |
| 41 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 42 | + <CharacterSet>NotSet</CharacterSet> |
| 43 | + <CLRSupport>false</CLRSupport> |
| 44 | + <PlatformToolset>v142</PlatformToolset> |
| 45 | + </PropertyGroup> |
| 46 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='vc64|x64'" Label="Configuration"> |
| 47 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 48 | + <CharacterSet>NotSet</CharacterSet> |
| 49 | + <CLRSupport>false</CLRSupport> |
| 50 | + <PlatformToolset>v142</PlatformToolset> |
| 51 | + </PropertyGroup> |
22 | 52 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
23 | 53 | <ImportGroup Label="ExtensionSettings">
|
24 | 54 | </ImportGroup>
|
25 | 55 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='vc|Win32'" Label="PropertySheets">
|
26 | 56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
27 | 57 | </ImportGroup>
|
| 58 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='vc64|Win32'" Label="PropertySheets"> |
| 59 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 60 | + </ImportGroup> |
| 61 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='vc|x64'" Label="PropertySheets"> |
| 62 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 63 | + </ImportGroup> |
| 64 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='vc64|x64'" Label="PropertySheets"> |
| 65 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 66 | + </ImportGroup> |
28 | 67 | <PropertyGroup Label="UserMacros" />
|
29 | 68 | <PropertyGroup>
|
30 | 69 | <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
31 | 70 | <OutDir Condition="'$(Configuration)|$(Platform)'=='vc|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
| 71 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='vc64|Win32'">$(SolutionDir)$(Configuration)\</OutDir> |
32 | 72 | <IntDir Condition="'$(Configuration)|$(Platform)'=='vc|Win32'">$(Configuration)\</IntDir>
|
| 73 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='vc64|Win32'">$(Configuration)\</IntDir> |
33 | 74 | <EnableManagedIncrementalBuild Condition="'$(Configuration)|$(Platform)'=='vc|Win32'">false</EnableManagedIncrementalBuild>
|
| 75 | + <EnableManagedIncrementalBuild Condition="'$(Configuration)|$(Platform)'=='vc64|Win32'">false</EnableManagedIncrementalBuild> |
| 76 | + <EnableManagedIncrementalBuild Condition="'$(Configuration)|$(Platform)'=='vc|x64'">false</EnableManagedIncrementalBuild> |
| 77 | + <EnableManagedIncrementalBuild Condition="'$(Configuration)|$(Platform)'=='vc64|x64'">false</EnableManagedIncrementalBuild> |
| 78 | + </PropertyGroup> |
| 79 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='vc64|x64'"> |
| 80 | + <OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
| 81 | + <IntDir>$(Configuration)\</IntDir> |
34 | 82 | </PropertyGroup>
|
35 | 83 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='vc|Win32'">
|
36 | 84 | <ClCompile>
|
|
51 | 99 | <Command>del $(IntDir)*.obj $(IntDir)*.tlog $(IntDir)*.lastbuildstate</Command>
|
52 | 100 | </PostBuildEvent>
|
53 | 101 | </ItemDefinitionGroup>
|
| 102 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='vc64|Win32'"> |
| 103 | + <ClCompile> |
| 104 | + <Optimization>Disabled</Optimization> |
| 105 | + <AdditionalIncludeDirectories>.;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 106 | + <PreprocessorDefinitions>Q_SPY; Q_UTEST;Q_HOST;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 107 | + <ExceptionHandling> |
| 108 | + </ExceptionHandling> |
| 109 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 110 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 111 | + <WarningLevel>Level4</WarningLevel> |
| 112 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 113 | + <CompileAs>Default</CompileAs> |
| 114 | + <DisableSpecificWarnings>4127;%(DisableSpecificWarnings)</DisableSpecificWarnings> |
| 115 | + </ClCompile> |
| 116 | + <PostBuildEvent> |
| 117 | + <Message>Cleanup</Message> |
| 118 | + <Command>del $(IntDir)*.obj $(IntDir)*.tlog $(IntDir)*.lastbuildstate</Command> |
| 119 | + </PostBuildEvent> |
| 120 | + </ItemDefinitionGroup> |
| 121 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='vc|x64'"> |
| 122 | + <ClCompile> |
| 123 | + <Optimization>Disabled</Optimization> |
| 124 | + <AdditionalIncludeDirectories>.;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 125 | + <PreprocessorDefinitions>Q_SPY; Q_UTEST;Q_HOST;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 126 | + <ExceptionHandling> |
| 127 | + </ExceptionHandling> |
| 128 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 129 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 130 | + <WarningLevel>Level4</WarningLevel> |
| 131 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 132 | + <CompileAs>Default</CompileAs> |
| 133 | + <DisableSpecificWarnings>4127;%(DisableSpecificWarnings)</DisableSpecificWarnings> |
| 134 | + </ClCompile> |
| 135 | + <PostBuildEvent> |
| 136 | + <Message>Cleanup</Message> |
| 137 | + <Command>del $(IntDir)*.obj $(IntDir)*.tlog $(IntDir)*.lastbuildstate</Command> |
| 138 | + </PostBuildEvent> |
| 139 | + </ItemDefinitionGroup> |
| 140 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='vc64|x64'"> |
| 141 | + <ClCompile> |
| 142 | + <Optimization>Disabled</Optimization> |
| 143 | + <AdditionalIncludeDirectories>.;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 144 | + <PreprocessorDefinitions>Q_SPY; Q_UTEST;Q_HOST;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 145 | + <ExceptionHandling> |
| 146 | + </ExceptionHandling> |
| 147 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 148 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 149 | + <WarningLevel>Level4</WarningLevel> |
| 150 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 151 | + <CompileAs>Default</CompileAs> |
| 152 | + <DisableSpecificWarnings>4127;%(DisableSpecificWarnings)</DisableSpecificWarnings> |
| 153 | + </ClCompile> |
| 154 | + <PostBuildEvent> |
| 155 | + <Message>Cleanup</Message> |
| 156 | + <Command>del $(IntDir)*.obj $(IntDir)*.tlog $(IntDir)*.lastbuildstate</Command> |
| 157 | + </PostBuildEvent> |
| 158 | + </ItemDefinitionGroup> |
54 | 159 | <ItemGroup>
|
55 | 160 | <Reference Include="System">
|
56 | 161 | <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
|
68 | 173 | <ItemGroup>
|
69 | 174 | <CustomBuildStep Include="..\..\..\..\qs\source\qs_pkg.h">
|
70 | 175 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='vc|Win32'">true</ExcludedFromBuild>
|
| 176 | + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='vc64|Win32'">true</ExcludedFromBuild> |
| 177 | + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='vc|x64'">true</ExcludedFromBuild> |
| 178 | + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='vc64|x64'">true</ExcludedFromBuild> |
71 | 179 | </CustomBuildStep>
|
72 | 180 | </ItemGroup>
|
73 | 181 | <ItemGroup>
|
|
0 commit comments