1<?xml version="1.0" encoding="shift_jis"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="thputilities" 6 ProjectGUID="{6D675EA2-A6CF-4EDC-9C01-E6D4F20038D8}" 7 > 8 <Platforms> 9 <Platform 10 Name="Win32" 11 /> 12 </Platforms> 13 <ToolFiles> 14 </ToolFiles> 15 <Configurations> 16 <Configuration 17 Name="Release|Win32" 18 OutputDirectory=".\Release" 19 IntermediateDirectory=".\Release" 20 ConfigurationType="4" 21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 22 UseOfMFC="0" 23 ATLMinimizesCRunTimeLibraryUsage="false" 24 > 25 <Tool 26 Name="VCPreBuildEventTool" 27 /> 28 <Tool 29 Name="VCCustomBuildTool" 30 /> 31 <Tool 32 Name="VCXMLDataGeneratorTool" 33 /> 34 <Tool 35 Name="VCWebServiceProxyGeneratorTool" 36 /> 37 <Tool 38 Name="VCMIDLTool" 39 /> 40 <Tool 41 Name="VCCLCompilerTool" 42 Optimization="2" 43 InlineFunctionExpansion="1" 44 AdditionalIncludeDirectories="..\include,..\..\..\..\include" 45 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 46 StringPooling="true" 47 RuntimeLibrary="0" 48 EnableFunctionLevelLinking="true" 49 PrecompiledHeaderFile=".\Release/thputilities.pch" 50 AssemblerListingLocation=".\Release/" 51 ObjectFile=".\Release/" 52 ProgramDataBaseFileName=".\Release/" 53 WarningLevel="3" 54 SuppressStartupBanner="true" 55 CompileAs="0" 56 /> 57 <Tool 58 Name="VCManagedResourceCompilerTool" 59 /> 60 <Tool 61 Name="VCResourceCompilerTool" 62 PreprocessorDefinitions="NDEBUG" 63 Culture="1041" 64 /> 65 <Tool 66 Name="VCPreLinkEventTool" 67 /> 68 <Tool 69 Name="VCLibrarianTool" 70 OutputFile=".\Release\thputilities.lib" 71 SuppressStartupBanner="true" 72 /> 73 <Tool 74 Name="VCALinkTool" 75 /> 76 <Tool 77 Name="VCXDCMakeTool" 78 /> 79 <Tool 80 Name="VCBscMakeTool" 81 /> 82 <Tool 83 Name="VCFxCopTool" 84 /> 85 <Tool 86 Name="VCPostBuildEventTool" 87 /> 88 </Configuration> 89 <Configuration 90 Name="Debug|Win32" 91 OutputDirectory=".\Debug" 92 IntermediateDirectory=".\Debug" 93 ConfigurationType="4" 94 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 95 UseOfMFC="0" 96 ATLMinimizesCRunTimeLibraryUsage="false" 97 > 98 <Tool 99 Name="VCPreBuildEventTool" 100 /> 101 <Tool 102 Name="VCCustomBuildTool" 103 /> 104 <Tool 105 Name="VCXMLDataGeneratorTool" 106 /> 107 <Tool 108 Name="VCWebServiceProxyGeneratorTool" 109 /> 110 <Tool 111 Name="VCMIDLTool" 112 /> 113 <Tool 114 Name="VCCLCompilerTool" 115 Optimization="0" 116 AdditionalIncludeDirectories="..\include,..\..\..\..\include" 117 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" 118 BasicRuntimeChecks="3" 119 RuntimeLibrary="1" 120 PrecompiledHeaderFile=".\Debug/thputilities.pch" 121 AssemblerListingLocation=".\Debug/" 122 ObjectFile=".\Debug/" 123 ProgramDataBaseFileName=".\Debug/" 124 WarningLevel="3" 125 SuppressStartupBanner="true" 126 DebugInformationFormat="4" 127 CompileAs="0" 128 /> 129 <Tool 130 Name="VCManagedResourceCompilerTool" 131 /> 132 <Tool 133 Name="VCResourceCompilerTool" 134 PreprocessorDefinitions="_DEBUG" 135 Culture="1041" 136 /> 137 <Tool 138 Name="VCPreLinkEventTool" 139 /> 140 <Tool 141 Name="VCLibrarianTool" 142 OutputFile="Debug\thputilitiesD.lib" 143 SuppressStartupBanner="true" 144 /> 145 <Tool 146 Name="VCALinkTool" 147 /> 148 <Tool 149 Name="VCXDCMakeTool" 150 /> 151 <Tool 152 Name="VCBscMakeTool" 153 /> 154 <Tool 155 Name="VCFxCopTool" 156 /> 157 <Tool 158 Name="VCPostBuildEventTool" 159 /> 160 </Configuration> 161 </Configurations> 162 <References> 163 </References> 164 <Files> 165 <Filter 166 Name="Source Files" 167 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 168 > 169 <File 170 RelativePath="..\src\thputilities.c" 171 > 172 </File> 173 </Filter> 174 </Files> 175 <Globals> 176 </Globals> 177</VisualStudioProject> 178