|
9 | 9 | <Configuration>Release</Configuration> |
10 | 10 | <Platform>Win32</Platform> |
11 | 11 | </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="Debug|x64"> |
| 13 | + <Configuration>Debug</Configuration> |
| 14 | + <Platform>x64</Platform> |
| 15 | + </ProjectConfiguration> |
| 16 | + <ProjectConfiguration Include="Release|x64"> |
| 17 | + <Configuration>Release</Configuration> |
| 18 | + <Platform>x64</Platform> |
| 19 | + </ProjectConfiguration> |
12 | 20 | </ItemGroup> |
13 | 21 | <PropertyGroup Label="Globals"> |
14 | 22 | <ProjectGuid>{4A8485A5-B7DD-4C44-B7F6-3E2765DD0CD3}</ProjectGuid> |
|
30 | 38 | <CharacterSet>Unicode</CharacterSet> |
31 | 39 | <PlatformToolset>v141</PlatformToolset> |
32 | 40 | </PropertyGroup> |
| 41 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 42 | + <ConfigurationType>Application</ConfigurationType> |
| 43 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 44 | + <PlatformToolset>v141_xp</PlatformToolset> |
| 45 | + <CharacterSet>Unicode</CharacterSet> |
| 46 | + </PropertyGroup> |
| 47 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 48 | + <ConfigurationType>Application</ConfigurationType> |
| 49 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 50 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 51 | + <CharacterSet>Unicode</CharacterSet> |
| 52 | + <PlatformToolset>v141</PlatformToolset> |
| 53 | + </PropertyGroup> |
33 | 54 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
34 | 55 | <ImportGroup Label="ExtensionSettings"> |
35 | 56 | </ImportGroup> |
|
39 | 60 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
40 | 61 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
41 | 62 | </ImportGroup> |
| 63 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 64 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 65 | + </ImportGroup> |
| 66 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 67 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 68 | + </ImportGroup> |
42 | 69 | <PropertyGroup Label="UserMacros" /> |
43 | 70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
44 | 71 | <LinkIncremental>true</LinkIncremental> |
|
48 | 75 | <LinkIncremental>false</LinkIncremental> |
49 | 76 | <TargetName>Cmder</TargetName> |
50 | 77 | </PropertyGroup> |
| 78 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 79 | + <LinkIncremental>true</LinkIncremental> |
| 80 | + <TargetName>Cmder</TargetName> |
| 81 | + </PropertyGroup> |
| 82 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 83 | + <LinkIncremental>false</LinkIncremental> |
| 84 | + <TargetName>Cmder</TargetName> |
| 85 | + </PropertyGroup> |
51 | 86 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
52 | 87 | <ClCompile> |
53 | 88 | <PrecompiledHeader> |
|
94 | 129 | <Command>copy $(TargetPath) $(SolutionDir)..\$(TargetFileName)</Command> |
95 | 130 | </PostBuildEvent> |
96 | 131 | </ItemDefinitionGroup> |
| 132 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 133 | + <ClCompile> |
| 134 | + <PrecompiledHeader> |
| 135 | + </PrecompiledHeader> |
| 136 | + <WarningLevel>Level3</WarningLevel> |
| 137 | + <Optimization>Disabled</Optimization> |
| 138 | + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 139 | + <SDLCheck>true</SDLCheck> |
| 140 | + </ClCompile> |
| 141 | + <Link> |
| 142 | + <SubSystem>Windows</SubSystem> |
| 143 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 144 | + </Link> |
| 145 | + <Manifest> |
| 146 | + <AdditionalManifestFiles>src/app.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles> |
| 147 | + </Manifest> |
| 148 | + <ResourceCompile> |
| 149 | + <PreprocessorDefinitions>_USING_V110_SDK71_;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 150 | + </ResourceCompile> |
| 151 | + </ItemDefinitionGroup> |
| 152 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 153 | + <ClCompile> |
| 154 | + <WarningLevel>Level3</WarningLevel> |
| 155 | + <PrecompiledHeader> |
| 156 | + </PrecompiledHeader> |
| 157 | + <Optimization>MinSpace</Optimization> |
| 158 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 159 | + <IntrinsicFunctions>false</IntrinsicFunctions> |
| 160 | + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 161 | + <SDLCheck>true</SDLCheck> |
| 162 | + <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> |
| 163 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 164 | + </ClCompile> |
| 165 | + <Link> |
| 166 | + <SubSystem>Windows</SubSystem> |
| 167 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 168 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 169 | + <OptimizeReferences>true</OptimizeReferences> |
| 170 | + </Link> |
| 171 | + <Manifest> |
| 172 | + <AdditionalManifestFiles>src/app.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles> |
| 173 | + </Manifest> |
| 174 | + <PostBuildEvent> |
| 175 | + <Command>copy $(TargetPath) $(SolutionDir)..\$(TargetFileName)</Command> |
| 176 | + </PostBuildEvent> |
| 177 | + </ItemDefinitionGroup> |
97 | 178 | <ItemGroup> |
98 | 179 | <ResourceCompile Include="src\Resource.rc"> |
99 | 180 | <FileType>RC</FileType> |
|
0 commit comments