Changeset 3577 for libcaca/trunk/cxx/libcaca++.vcproj
- Timestamp:
- Jul 24, 2009, 6:39:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cxx/libcaca++.vcproj
r3490 r3577 93 93 </Configuration> 94 94 <Configuration 95 Name="Release|Win32"96 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"97 IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"98 ConfigurationType="2"99 CharacterSet="2"100 WholeProgramOptimization="1"101 >102 <Tool103 Name="VCPreBuildEventTool"104 />105 <Tool106 Name="VCCustomBuildTool"107 />108 <Tool109 Name="VCXMLDataGeneratorTool"110 />111 <Tool112 Name="VCWebServiceProxyGeneratorTool"113 />114 <Tool115 Name="VCMIDLTool"116 />117 <Tool118 Name="VCCLCompilerTool"119 AdditionalIncludeDirectories="..\win32;..\caca"120 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA_PP__"121 RuntimeLibrary="2"122 WarningLevel="3"123 DebugInformationFormat="3"124 CompileAs="2"125 DisableSpecificWarnings="4996;4142"126 />127 <Tool128 Name="VCManagedResourceCompilerTool"129 />130 <Tool131 Name="VCResourceCompilerTool"132 />133 <Tool134 Name="VCPreLinkEventTool"135 />136 <Tool137 Name="VCLinkerTool"138 ModuleDefinitionFile=".\libcaca++.def"139 GenerateDebugInformation="true"140 OptimizeReferences="2"141 EnableCOMDATFolding="2"142 RandomizedBaseAddress="1"143 DataExecutionPrevention="0"144 TargetMachine="1"145 />146 <Tool147 Name="VCALinkTool"148 />149 <Tool150 Name="VCManifestTool"151 />152 <Tool153 Name="VCXDCMakeTool"154 />155 <Tool156 Name="VCBscMakeTool"157 />158 <Tool159 Name="VCFxCopTool"160 />161 <Tool162 Name="VCAppVerifierTool"163 />164 <Tool165 Name="VCPostBuildEventTool"166 />167 </Configuration>168 <Configuration169 95 Name="Debug|x64" 170 96 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" … … 242 168 </Configuration> 243 169 <Configuration 244 Name="Release| x64"170 Name="Release|Win32" 245 171 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 246 172 IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" … … 263 189 <Tool 264 190 Name="VCMIDLTool" 265 TargetEnvironment="3"266 191 /> 267 192 <Tool … … 292 217 RandomizedBaseAddress="1" 293 218 DataExecutionPrevention="0" 219 TargetMachine="1" 220 /> 221 <Tool 222 Name="VCALinkTool" 223 /> 224 <Tool 225 Name="VCManifestTool" 226 /> 227 <Tool 228 Name="VCXDCMakeTool" 229 /> 230 <Tool 231 Name="VCBscMakeTool" 232 /> 233 <Tool 234 Name="VCFxCopTool" 235 /> 236 <Tool 237 Name="VCAppVerifierTool" 238 /> 239 <Tool 240 Name="VCPostBuildEventTool" 241 /> 242 </Configuration> 243 <Configuration 244 Name="Release|x64" 245 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 246 IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" 247 ConfigurationType="2" 248 CharacterSet="2" 249 WholeProgramOptimization="1" 250 > 251 <Tool 252 Name="VCPreBuildEventTool" 253 /> 254 <Tool 255 Name="VCCustomBuildTool" 256 /> 257 <Tool 258 Name="VCXMLDataGeneratorTool" 259 /> 260 <Tool 261 Name="VCWebServiceProxyGeneratorTool" 262 /> 263 <Tool 264 Name="VCMIDLTool" 265 TargetEnvironment="3" 266 /> 267 <Tool 268 Name="VCCLCompilerTool" 269 AdditionalIncludeDirectories="..\win32;..\caca" 270 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA_PP__" 271 RuntimeLibrary="2" 272 WarningLevel="3" 273 DebugInformationFormat="3" 274 CompileAs="2" 275 DisableSpecificWarnings="4996;4142" 276 /> 277 <Tool 278 Name="VCManagedResourceCompilerTool" 279 /> 280 <Tool 281 Name="VCResourceCompilerTool" 282 /> 283 <Tool 284 Name="VCPreLinkEventTool" 285 /> 286 <Tool 287 Name="VCLinkerTool" 288 ModuleDefinitionFile=".\libcaca++.def" 289 GenerateDebugInformation="true" 290 OptimizeReferences="2" 291 EnableCOMDATFolding="2" 292 RandomizedBaseAddress="1" 293 DataExecutionPrevention="0" 294 294 TargetMachine="17" 295 295 /> … … 320 320 </References> 321 321 <Files> 322 <Filter323 Name="Header Files"324 Filter="h;hpp;hxx;hm;inl;inc;xsd"325 >326 <File327 RelativePath="caca++.h"328 >329 </File>330 <File331 RelativePath="..\win32\config.h"332 >333 </File>334 </Filter>335 322 <File 336 323 RelativePath="caca++.cpp" 324 > 325 </File> 326 <File 327 RelativePath="caca++.h" 328 > 329 </File> 330 <File 331 RelativePath="..\win32\config.h" 337 332 > 338 333 </File>
Note: See TracChangeset
for help on using the changeset viewer.