1 <?xml version="1.0" encoding="UTF-8"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="gencfu" 6 ProjectGUID="{691EE0C0-DC57-4A48-8AEE-8ED75EB3A057}" 7 Keyword="Win32Proj" 8 TargetFrameworkVersion="0" 9 > 10 <Platforms> 11 <Platform 12 Name="Win32" 13 /> 14 <Platform 15 Name="x64" 16 /> 17 </Platforms> 18 <ToolFiles> 19 </ToolFiles> 20 <Configurations> 21 <Configuration 22 Name="Debug|Win32" 23 OutputDirectory=".\x86\Debug" 24 IntermediateDirectory=".\x86\Debug" 25 ConfigurationType="1" 26 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 27 CharacterSet="2" 28 > 29 <Tool 30 Name="VCPreBuildEventTool" 31 /> 32 <Tool 33 Name="VCCustomBuildTool" 34 CommandLine="copy "$(TargetPath)" ..\..\..\bin" 35 Outputs="..\..\..\bin\$(TargetFileName)" 36 /> 37 <Tool 38 Name="VCXMLDataGeneratorTool" 39 /> 40 <Tool 41 Name="VCWebServiceProxyGeneratorTool" 42 /> 43 <Tool 44 Name="VCMIDLTool" 45 /> 46 <Tool 47 Name="VCCLCompilerTool" 48 Optimization="0" 49 AdditionalIncludeDirectories="..\..\common;..\..\i18n;..\toolutil" 50 PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE" 51 MinimalRebuild="false" 52 BasicRuntimeChecks="3" 53 RuntimeLibrary="3" 54 BufferSecurityCheck="true" 55 DisableLanguageExtensions="true" 56 UsePrecompiledHeader="0" 57 AssemblerListingLocation=".\x86\Debug/" 58 ObjectFile=".\x86\Debug/" 59 ProgramDataBaseFileName=".\x86\Debug/" 60 BrowseInformation="1" 61 WarningLevel="3" 62 Detect64BitPortabilityProblems="true" 63 DebugInformationFormat="4" 64 CompileAs="0" 65 /> 66 <Tool 67 Name="VCManagedResourceCompilerTool" 68 /> 69 <Tool 70 Name="VCResourceCompilerTool" 71 /> 72 <Tool 73 Name="VCPreLinkEventTool" 74 /> 75 <Tool 76 Name="VCLinkerTool" 77 OutputFile=".\x86\Debug\gencfu.exe" 78 LinkIncremental="2" 79 SuppressStartupBanner="true" 80 GenerateDebugInformation="true" 81 SubSystem="1" 82 /> 83 <Tool 84 Name="VCALinkTool" 85 /> 86 <Tool 87 Name="VCManifestTool" 88 /> 89 <Tool 90 Name="VCXDCMakeTool" 91 /> 92 <Tool 93 Name="VCBscMakeTool" 94 /> 95 <Tool 96 Name="VCFxCopTool" 97 /> 98 <Tool 99 Name="VCAppVerifierTool" 100 /> 101 <Tool 102 Name="VCPostBuildEventTool" 103 /> 104 </Configuration> 105 <Configuration 106 Name="Release|Win32" 107 OutputDirectory=".\x86\Release" 108 IntermediateDirectory=".\x86\Release" 109 ConfigurationType="1" 110 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 111 UseOfMFC="0" 112 ATLMinimizesCRunTimeLibraryUsage="false" 113 CharacterSet="2" 114 > 115 <Tool 116 Name="VCPreBuildEventTool" 117 /> 118 <Tool 119 Name="VCCustomBuildTool" 120 CommandLine="copy "$(TargetPath)" ..\..\..\bin" 121 Outputs="..\..\..\bin\$(TargetFileName)" 122 /> 123 <Tool 124 Name="VCXMLDataGeneratorTool" 125 /> 126 <Tool 127 Name="VCWebServiceProxyGeneratorTool" 128 /> 129 <Tool 130 Name="VCMIDLTool" 131 /> 132 <Tool 133 Name="VCCLCompilerTool" 134 AdditionalIncludeDirectories="..\..\common;..\..\i18n;..\toolutil" 135 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;" 136 StringPooling="true" 137 MinimalRebuild="false" 138 RuntimeLibrary="2" 139 EnableFunctionLevelLinking="true" 140 DisableLanguageExtensions="true" 141 TreatWChar_tAsBuiltInType="true" 142 UsePrecompiledHeader="0" 143 AssemblerListingLocation=".\x86\Release/" 144 ObjectFile=".\x86\Release/" 145 ProgramDataBaseFileName=".\x86\Release/" 146 WarningLevel="3" 147 Detect64BitPortabilityProblems="true" 148 DebugInformationFormat="3" 149 CompileAs="0" 150 /> 151 <Tool 152 Name="VCManagedResourceCompilerTool" 153 /> 154 <Tool 155 Name="VCResourceCompilerTool" 156 /> 157 <Tool 158 Name="VCPreLinkEventTool" 159 /> 160 <Tool 161 Name="VCLinkerTool" 162 OutputFile=".\x86\Release\gencfu.exe" 163 LinkIncremental="1" 164 GenerateDebugInformation="true" 165 SubSystem="1" 166 RandomizedBaseAddress="1" 167 DataExecutionPrevention="0" 168 /> 169 <Tool 170 Name="VCALinkTool" 171 /> 172 <Tool 173 Name="VCManifestTool" 174 /> 175 <Tool 176 Name="VCXDCMakeTool" 177 /> 178 <Tool 179 Name="VCBscMakeTool" 180 /> 181 <Tool 182 Name="VCFxCopTool" 183 /> 184 <Tool 185 Name="VCAppVerifierTool" 186 /> 187 <Tool 188 Name="VCPostBuildEventTool" 189 /> 190 </Configuration> 191 <Configuration 192 Name="Release|x64" 193 OutputDirectory=".\x64\Release" 194 IntermediateDirectory=".\x64\Release" 195 ConfigurationType="1" 196 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 197 UseOfMFC="0" 198 ATLMinimizesCRunTimeLibraryUsage="false" 199 CharacterSet="2" 200 > 201 <Tool 202 Name="VCPreBuildEventTool" 203 /> 204 <Tool 205 Name="VCCustomBuildTool" 206 CommandLine="copy "$(TargetPath)" ..\..\..\bin64;" 207 Outputs="..\..\..\bin64\$(TargetFileName)" 208 /> 209 <Tool 210 Name="VCXMLDataGeneratorTool" 211 /> 212 <Tool 213 Name="VCWebServiceProxyGeneratorTool" 214 /> 215 <Tool 216 Name="VCMIDLTool" 217 TargetEnvironment="3" 218 TypeLibraryName=".\x64\Release/gencfu.tlb" 219 /> 220 <Tool 221 Name="VCCLCompilerTool" 222 AdditionalIncludeDirectories="..\..\common;..\..\i18n;..\toolutil" 223 PreprocessorDefinitions="WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE" 224 StringPooling="true" 225 RuntimeLibrary="2" 226 EnableFunctionLevelLinking="true" 227 DisableLanguageExtensions="true" 228 TreatWChar_tAsBuiltInType="true" 229 PrecompiledHeaderFile=".\x64\Release/gencfu.pch" 230 AssemblerListingLocation=".\x64\Release/" 231 ObjectFile=".\x64\Release/" 232 ProgramDataBaseFileName=".\x64\Release/" 233 WarningLevel="3" 234 SuppressStartupBanner="true" 235 CompileAs="0" 236 /> 237 <Tool 238 Name="VCManagedResourceCompilerTool" 239 /> 240 <Tool 241 Name="VCResourceCompilerTool" 242 PreprocessorDefinitions="NDEBUG" 243 Culture="1033" 244 /> 245 <Tool 246 Name="VCPreLinkEventTool" 247 /> 248 <Tool 249 Name="VCLinkerTool" 250 OutputFile=".\x64\Release/gencfu.exe" 251 LinkIncremental="1" 252 SuppressStartupBanner="true" 253 ProgramDatabaseFile=".\x64\Release/gencfu.pdb" 254 SubSystem="1" 255 TargetMachine="17" 256 /> 257 <Tool 258 Name="VCALinkTool" 259 /> 260 <Tool 261 Name="VCManifestTool" 262 /> 263 <Tool 264 Name="VCXDCMakeTool" 265 /> 266 <Tool 267 Name="VCBscMakeTool" 268 /> 269 <Tool 270 Name="VCFxCopTool" 271 /> 272 <Tool 273 Name="VCAppVerifierTool" 274 /> 275 <Tool 276 Name="VCWebDeploymentTool" 277 /> 278 <Tool 279 Name="VCPostBuildEventTool" 280 /> 281 </Configuration> 282 <Configuration 283 Name="Debug|x64" 284 OutputDirectory=".\x64\Debug" 285 IntermediateDirectory=".\x64\Debug" 286 ConfigurationType="1" 287 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 288 UseOfMFC="0" 289 ATLMinimizesCRunTimeLibraryUsage="false" 290 CharacterSet="2" 291 > 292 <Tool 293 Name="VCPreBuildEventTool" 294 /> 295 <Tool 296 Name="VCCustomBuildTool" 297 CommandLine="copy "$(TargetPath)" ..\..\..\bin64;" 298 Outputs="..\..\..\bin64\$(TargetFileName)" 299 /> 300 <Tool 301 Name="VCXMLDataGeneratorTool" 302 /> 303 <Tool 304 Name="VCWebServiceProxyGeneratorTool" 305 /> 306 <Tool 307 Name="VCMIDLTool" 308 TargetEnvironment="3" 309 TypeLibraryName=".\x64\Debug/gencfu.tlb" 310 /> 311 <Tool 312 Name="VCCLCompilerTool" 313 Optimization="0" 314 AdditionalIncludeDirectories="..\..\common;..\..\i18n;..\toolutil" 315 PreprocessorDefinitions="WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE" 316 BasicRuntimeChecks="3" 317 RuntimeLibrary="3" 318 BufferSecurityCheck="true" 319 DisableLanguageExtensions="true" 320 TreatWChar_tAsBuiltInType="true" 321 PrecompiledHeaderFile=".\x64\Debug/gencfu.pch" 322 AssemblerListingLocation=".\x64\Debug/" 323 ObjectFile=".\x64\Debug/" 324 ProgramDataBaseFileName=".\x64\Debug/" 325 BrowseInformation="1" 326 WarningLevel="3" 327 SuppressStartupBanner="true" 328 DebugInformationFormat="3" 329 CompileAs="0" 330 /> 331 <Tool 332 Name="VCManagedResourceCompilerTool" 333 /> 334 <Tool 335 Name="VCResourceCompilerTool" 336 PreprocessorDefinitions="_DEBUG" 337 Culture="1033" 338 /> 339 <Tool 340 Name="VCPreLinkEventTool" 341 /> 342 <Tool 343 Name="VCLinkerTool" 344 OutputFile=".\x64\Debug/gencfu.exe" 345 LinkIncremental="2" 346 SuppressStartupBanner="true" 347 GenerateDebugInformation="true" 348 ProgramDatabaseFile=".\x64\Debug/gencfu.pdb" 349 SubSystem="1" 350 TargetMachine="17" 351 /> 352 <Tool 353 Name="VCALinkTool" 354 /> 355 <Tool 356 Name="VCManifestTool" 357 UseFAT32Workaround="true" 358 /> 359 <Tool 360 Name="VCXDCMakeTool" 361 /> 362 <Tool 363 Name="VCBscMakeTool" 364 /> 365 <Tool 366 Name="VCFxCopTool" 367 /> 368 <Tool 369 Name="VCAppVerifierTool" 370 /> 371 <Tool 372 Name="VCWebDeploymentTool" 373 /> 374 <Tool 375 Name="VCPostBuildEventTool" 376 /> 377 </Configuration> 378 </Configurations> 379 <References> 380 </References> 381 <Files> 382 <Filter 383 Name="Header Files" 384 Filter="h;hpp;hxx;hm;inl;inc;xsd" 385 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 386 > 387 </Filter> 388 <Filter 389 Name="Resource Files" 390 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 391 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 392 > 393 </Filter> 394 <Filter 395 Name="Source Files" 396 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 397 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 398 > 399 <File 400 RelativePath=".\gencfu.cpp" 401 > 402 </File> 403 </Filter> 404 </Files> 405 <Globals> 406 </Globals> 407 </VisualStudioProject> 408