|
76 | 76 | <PropertyGroup Label="UserMacros" /> |
77 | 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
78 | 78 | <LinkIncremental>true</LinkIncremental> |
| 79 | + <OutDir>$(ProjectDir)bin\$(Platform)\$(Configuration)\</OutDir> |
| 80 | + <IntDir>$(ProjectDir)bin\Intermediates\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
79 | 81 | </PropertyGroup> |
80 | 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
81 | 83 | <LinkIncremental>true</LinkIncremental> |
| 84 | + <OutDir>$(ProjectDir)bin\$(Platform)\$(Configuration)\</OutDir> |
| 85 | + <IntDir>$(ProjectDir)bin\Intermediates\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
82 | 86 | </PropertyGroup> |
83 | 87 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
84 | 88 | <LinkIncremental>false</LinkIncremental> |
| 89 | + <OutDir>$(ProjectDir)bin\$(Platform)\$(Configuration)\</OutDir> |
| 90 | + <IntDir>$(ProjectDir)bin\Intermediates\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
85 | 91 | </PropertyGroup> |
86 | 92 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
87 | 93 | <LinkIncremental>false</LinkIncremental> |
| 94 | + <OutDir>$(ProjectDir)bin\$(Platform)\$(Configuration)\</OutDir> |
| 95 | + <IntDir>$(ProjectDir)bin\Intermediates\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
88 | 96 | </PropertyGroup> |
89 | 97 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
90 | 98 | <ClCompile> |
|
127 | 135 | <SDLCheck>true</SDLCheck> |
128 | 136 | <PreprocessorDefinitions>EXCLUDE_BOOST_CODE;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
129 | 137 | <ConformanceMode>true</ConformanceMode> |
| 138 | + <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> |
130 | 139 | </ClCompile> |
131 | 140 | <Link> |
132 | 141 | <SubSystem>Console</SubSystem> |
|
146 | 155 | <SDLCheck>true</SDLCheck> |
147 | 156 | <PreprocessorDefinitions>EXCLUDE_BOOST_CODE;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
148 | 157 | <ConformanceMode>true</ConformanceMode> |
| 158 | + <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> |
149 | 159 | </ClCompile> |
150 | 160 | <Link> |
151 | 161 | <SubSystem>Console</SubSystem> |
|
0 commit comments