Changeset 3577 for libcaca/trunk/cxx/test-cxx.vcproj
- Timestamp:
- 07/24/09 18:39:43 (4 years ago)
- File:
-
- 1 edited
-
libcaca/trunk/cxx/test-cxx.vcproj (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cxx/test-cxx.vcproj
r3490 r3577 95 95 </Configuration> 96 96 <Configuration 97 Name="Release|Win32"98 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"99 IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"100 ConfigurationType="1"101 CharacterSet="1"102 WholeProgramOptimization="1"103 >104 <Tool105 Name="VCPreBuildEventTool"106 />107 <Tool108 Name="VCCustomBuildTool"109 />110 <Tool111 Name="VCXMLDataGeneratorTool"112 />113 <Tool114 Name="VCWebServiceProxyGeneratorTool"115 />116 <Tool117 Name="VCMIDLTool"118 />119 <Tool120 Name="VCCLCompilerTool"121 AdditionalIncludeDirectories=".;..\win32;..\caca"122 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"123 RuntimeLibrary="2"124 UsePrecompiledHeader="0"125 WarningLevel="3"126 DebugInformationFormat="3"127 />128 <Tool129 Name="VCManagedResourceCompilerTool"130 />131 <Tool132 Name="VCResourceCompilerTool"133 />134 <Tool135 Name="VCPreLinkEventTool"136 />137 <Tool138 Name="VCLinkerTool"139 LinkIncremental="1"140 GenerateDebugInformation="true"141 SubSystem="1"142 OptimizeReferences="2"143 EnableCOMDATFolding="2"144 RandomizedBaseAddress="1"145 DataExecutionPrevention="0"146 TargetMachine="1"147 />148 <Tool149 Name="VCALinkTool"150 />151 <Tool152 Name="VCManifestTool"153 />154 <Tool155 Name="VCXDCMakeTool"156 />157 <Tool158 Name="VCBscMakeTool"159 />160 <Tool161 Name="VCFxCopTool"162 />163 <Tool164 Name="VCAppVerifierTool"165 />166 <Tool167 Name="VCPostBuildEventTool"168 />169 </Configuration>170 <Configuration171 97 Name="Debug|x64" 172 98 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" … … 244 170 </Configuration> 245 171 <Configuration 172 Name="Release|Win32" 173 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 174 IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" 175 ConfigurationType="1" 176 CharacterSet="1" 177 WholeProgramOptimization="1" 178 > 179 <Tool 180 Name="VCPreBuildEventTool" 181 /> 182 <Tool 183 Name="VCCustomBuildTool" 184 /> 185 <Tool 186 Name="VCXMLDataGeneratorTool" 187 /> 188 <Tool 189 Name="VCWebServiceProxyGeneratorTool" 190 /> 191 <Tool 192 Name="VCMIDLTool" 193 /> 194 <Tool 195 Name="VCCLCompilerTool" 196 AdditionalIncludeDirectories=".;..\win32;..\caca" 197 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 198 RuntimeLibrary="2" 199 UsePrecompiledHeader="0" 200 WarningLevel="3" 201 DebugInformationFormat="3" 202 /> 203 <Tool 204 Name="VCManagedResourceCompilerTool" 205 /> 206 <Tool 207 Name="VCResourceCompilerTool" 208 /> 209 <Tool 210 Name="VCPreLinkEventTool" 211 /> 212 <Tool 213 Name="VCLinkerTool" 214 LinkIncremental="1" 215 GenerateDebugInformation="true" 216 SubSystem="1" 217 OptimizeReferences="2" 218 EnableCOMDATFolding="2" 219 RandomizedBaseAddress="1" 220 DataExecutionPrevention="0" 221 TargetMachine="1" 222 /> 223 <Tool 224 Name="VCALinkTool" 225 /> 226 <Tool 227 Name="VCManifestTool" 228 /> 229 <Tool 230 Name="VCXDCMakeTool" 231 /> 232 <Tool 233 Name="VCBscMakeTool" 234 /> 235 <Tool 236 Name="VCFxCopTool" 237 /> 238 <Tool 239 Name="VCAppVerifierTool" 240 /> 241 <Tool 242 Name="VCPostBuildEventTool" 243 /> 244 </Configuration> 245 <Configuration 246 246 Name="Release|x64" 247 247 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" … … 323 323 <Files> 324 324 <File 325 RelativePath="..\win32\config.h" 326 > 327 </File> 328 <File 325 329 RelativePath="cxxtest.cpp" 326 330 >
Note: See TracChangeset
for help on using the changeset viewer.
