1<?xml version="1.0" encoding="shift_jis"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="7.10" 5 Name="thputilities" 6 SccProjectName="" 7 SccLocalPath=""> 8 <Platforms> 9 <Platform 10 Name="Win32"/> 11 </Platforms> 12 <Configurations> 13 <Configuration 14 Name="Release|Win32" 15 OutputDirectory=".\Release" 16 IntermediateDirectory=".\Release" 17 ConfigurationType="4" 18 UseOfMFC="0" 19 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 20 <Tool 21 Name="VCCLCompilerTool" 22 Optimization="2" 23 InlineFunctionExpansion="1" 24 AdditionalIncludeDirectories="..\include,..\..\..\..\include" 25 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 26 StringPooling="TRUE" 27 RuntimeLibrary="4" 28 EnableFunctionLevelLinking="TRUE" 29 PrecompiledHeaderFile=".\Release/thputilities.pch" 30 AssemblerListingLocation=".\Release/" 31 ObjectFile=".\Release/" 32 ProgramDataBaseFileName=".\Release/" 33 WarningLevel="3" 34 SuppressStartupBanner="TRUE" 35 CompileAs="0"/> 36 <Tool 37 Name="VCCustomBuildTool"/> 38 <Tool 39 Name="VCLibrarianTool" 40 OutputFile=".\Release\thputilities.lib" 41 SuppressStartupBanner="TRUE"/> 42 <Tool 43 Name="VCMIDLTool"/> 44 <Tool 45 Name="VCPostBuildEventTool"/> 46 <Tool 47 Name="VCPreBuildEventTool"/> 48 <Tool 49 Name="VCPreLinkEventTool"/> 50 <Tool 51 Name="VCResourceCompilerTool" 52 PreprocessorDefinitions="NDEBUG" 53 Culture="1041"/> 54 <Tool 55 Name="VCWebServiceProxyGeneratorTool"/> 56 <Tool 57 Name="VCXMLDataGeneratorTool"/> 58 <Tool 59 Name="VCManagedWrapperGeneratorTool"/> 60 <Tool 61 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 62 </Configuration> 63 <Configuration 64 Name="Debug|Win32" 65 OutputDirectory=".\Debug" 66 IntermediateDirectory=".\Debug" 67 ConfigurationType="4" 68 UseOfMFC="0" 69 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 70 <Tool 71 Name="VCCLCompilerTool" 72 Optimization="0" 73 AdditionalIncludeDirectories="..\include,..\..\..\..\include" 74 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" 75 BasicRuntimeChecks="3" 76 RuntimeLibrary="5" 77 PrecompiledHeaderFile=".\Debug/thputilities.pch" 78 AssemblerListingLocation=".\Debug/" 79 ObjectFile=".\Debug/" 80 ProgramDataBaseFileName=".\Debug/" 81 WarningLevel="3" 82 SuppressStartupBanner="TRUE" 83 DebugInformationFormat="4" 84 CompileAs="0"/> 85 <Tool 86 Name="VCCustomBuildTool"/> 87 <Tool 88 Name="VCLibrarianTool" 89 OutputFile="Debug\thputilitiesD.lib" 90 SuppressStartupBanner="TRUE"/> 91 <Tool 92 Name="VCMIDLTool"/> 93 <Tool 94 Name="VCPostBuildEventTool"/> 95 <Tool 96 Name="VCPreBuildEventTool"/> 97 <Tool 98 Name="VCPreLinkEventTool"/> 99 <Tool 100 Name="VCResourceCompilerTool" 101 PreprocessorDefinitions="_DEBUG" 102 Culture="1041"/> 103 <Tool 104 Name="VCWebServiceProxyGeneratorTool"/> 105 <Tool 106 Name="VCXMLDataGeneratorTool"/> 107 <Tool 108 Name="VCManagedWrapperGeneratorTool"/> 109 <Tool 110 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 111 </Configuration> 112 </Configurations> 113 <References> 114 </References> 115 <Files> 116 <Filter 117 Name="Source Files" 118 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> 119 <File 120 RelativePath="..\src\thputilities.c"> 121 </File> 122 </Filter> 123 </Files> 124 <Globals> 125 </Globals> 126</VisualStudioProject> 127