|
9 | 9 | <Configuration>Debug</Configuration> |
10 | 10 | <Platform>x64</Platform> |
11 | 11 | </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="Mixed|Win32"> |
| 13 | + <Configuration>Mixed</Configuration> |
| 14 | + <Platform>Win32</Platform> |
| 15 | + </ProjectConfiguration> |
| 16 | + <ProjectConfiguration Include="Mixed|x64"> |
| 17 | + <Configuration>Mixed</Configuration> |
| 18 | + <Platform>x64</Platform> |
| 19 | + </ProjectConfiguration> |
12 | 20 | <ProjectConfiguration Include="Release|Win32"> |
13 | 21 | <Configuration>Release</Configuration> |
14 | 22 | <Platform>Win32</Platform> |
|
25 | 33 | <ProjectName>BugTrap</ProjectName> |
26 | 34 | </PropertyGroup> |
27 | 35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
28 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 36 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
29 | 37 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
30 | 38 | <CharacterSet>MultiByte</CharacterSet> |
31 | 39 | <PlatformToolset>v141</PlatformToolset> |
32 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
33 | 40 | </PropertyGroup> |
34 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 41 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
35 | 42 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
36 | 43 | <CharacterSet>MultiByte</CharacterSet> |
37 | 44 | <PlatformToolset>v141</PlatformToolset> |
38 | 45 | </PropertyGroup> |
39 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 46 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="Configuration"> |
| 47 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 48 | + <CharacterSet>MultiByte</CharacterSet> |
| 49 | + <PlatformToolset>v141</PlatformToolset> |
| 50 | + </PropertyGroup> |
| 51 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'" Label="Configuration"> |
| 52 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 53 | + <CharacterSet>MultiByte</CharacterSet> |
| 54 | + <PlatformToolset>v141</PlatformToolset> |
| 55 | + </PropertyGroup> |
| 56 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
40 | 57 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
41 | 58 | <CharacterSet>MultiByte</CharacterSet> |
42 | 59 | <PlatformToolset>v141</PlatformToolset> |
43 | 60 | <WholeProgramOptimization>true</WholeProgramOptimization> |
44 | 61 | </PropertyGroup> |
45 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 62 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
46 | 63 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
47 | 64 | <CharacterSet>MultiByte</CharacterSet> |
48 | 65 | <PlatformToolset>v141</PlatformToolset> |
| 66 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
49 | 67 | </PropertyGroup> |
50 | 68 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
51 | 69 | <ImportGroup Label="ExtensionSettings"> |
|
54 | 72 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
55 | 73 | <Import Project="$(SolutionDir)Common.props" /> |
56 | 74 | </ImportGroup> |
57 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 75 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
58 | 76 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
59 | 77 | <Import Project="$(SolutionDir)Common.props" /> |
60 | 78 | </ImportGroup> |
61 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 79 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
| 80 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 81 | + <Import Project="$(SolutionDir)Common.props" /> |
| 82 | + </ImportGroup> |
| 83 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
| 84 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 85 | + <Import Project="$(SolutionDir)Common.props" /> |
| 86 | + </ImportGroup> |
| 87 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
62 | 88 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
63 | 89 | <Import Project="$(SolutionDir)Common.props" /> |
64 | 90 | </ImportGroup> |
|
86 | 112 | <ModuleDefinitionFile>BugTrap\source\Client\BugTrap.def</ModuleDefinitionFile> |
87 | 113 | </Link> |
88 | 114 | </ItemDefinitionGroup> |
| 115 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
| 116 | + <ClCompile> |
| 117 | + <PreprocessorDefinitions>WIN32;_USRDLL;BUGTRAP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 118 | + <AdditionalIncludeDirectories>zlib;zlib\contrib\minizip</AdditionalIncludeDirectories> |
| 119 | + </ClCompile> |
| 120 | + <Link> |
| 121 | + <AdditionalDependencies>ws2_32.lib;comctl32.lib;shlwapi.lib;version.lib;wininet.lib;nothrownew.obj;%(AdditionalDependencies)</AdditionalDependencies> |
| 122 | + <ModuleDefinitionFile>BugTrap\source\Client\BugTrap.def</ModuleDefinitionFile> |
| 123 | + </Link> |
| 124 | + </ItemDefinitionGroup> |
| 125 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
| 126 | + <ClCompile> |
| 127 | + <PreprocessorDefinitions>WIN64;_USRDLL;BUGTRAP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 128 | + <AdditionalIncludeDirectories>zlib;zlib\contrib\minizip</AdditionalIncludeDirectories> |
| 129 | + </ClCompile> |
| 130 | + <Link> |
| 131 | + <AdditionalDependencies>ws2_32.lib;comctl32.lib;shlwapi.lib;version.lib;wininet.lib;nothrownew.obj;%(AdditionalDependencies)</AdditionalDependencies> |
| 132 | + <ModuleDefinitionFile>BugTrap\source\Client\BugTrap.def</ModuleDefinitionFile> |
| 133 | + </Link> |
| 134 | + </ItemDefinitionGroup> |
89 | 135 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
90 | 136 | <ClCompile> |
91 | 137 | <PreprocessorDefinitions>WIN32;_USRDLL;BUGTRAP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
148 | 194 | <ClCompile Include="BugTrap\source\Client\stdafx.cpp"> |
149 | 195 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
150 | 196 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
| 197 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">Create</PrecompiledHeader> |
| 198 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'">Create</PrecompiledHeader> |
151 | 199 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
152 | 200 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
153 | 201 | </ClCompile> |
|
0 commit comments