1<?xml version="1.0" encoding="shift_jis"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="sample" 6 ProjectGUID="{922C28E6-05FD-4559-A32B-728CA2928701}" 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="1" 21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 22 UseOfMFC="0" 23 ATLMinimizesCRunTimeLibraryUsage="false" 24 CharacterSet="2" 25 > 26 <Tool 27 Name="VCPreBuildEventTool" 28 /> 29 <Tool 30 Name="VCCustomBuildTool" 31 /> 32 <Tool 33 Name="VCXMLDataGeneratorTool" 34 /> 35 <Tool 36 Name="VCWebServiceProxyGeneratorTool" 37 /> 38 <Tool 39 Name="VCMIDLTool" 40 TypeLibraryName=".\Release/dls1wt.tlb" 41 HeaderFileName="" 42 /> 43 <Tool 44 Name="VCCLCompilerTool" 45 Optimization="2" 46 InlineFunctionExpansion="1" 47 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 48 StringPooling="true" 49 RuntimeLibrary="0" 50 EnableFunctionLevelLinking="true" 51 PrecompiledHeaderFile=".\Release/sample.pch" 52 AssemblerListingLocation=".\Release/" 53 ObjectFile=".\Release/" 54 ProgramDataBaseFileName=".\Release/" 55 WarningLevel="3" 56 SuppressStartupBanner="true" 57 /> 58 <Tool 59 Name="VCManagedResourceCompilerTool" 60 /> 61 <Tool 62 Name="VCResourceCompilerTool" 63 PreprocessorDefinitions="NDEBUG" 64 Culture="1033" 65 /> 66 <Tool 67 Name="VCPreLinkEventTool" 68 /> 69 <Tool 70 Name="VCLinkerTool" 71 OutputFile=".\Release/sample.exe" 72 LinkIncremental="1" 73 SuppressStartupBanner="true" 74 ProgramDatabaseFile=".\Release/sample.pdb" 75 SubSystem="1" 76 TargetMachine="1" 77 /> 78 <Tool 79 Name="VCALinkTool" 80 /> 81 <Tool 82 Name="VCManifestTool" 83 /> 84 <Tool 85 Name="VCXDCMakeTool" 86 /> 87 <Tool 88 Name="VCBscMakeTool" 89 /> 90 <Tool 91 Name="VCFxCopTool" 92 /> 93 <Tool 94 Name="VCAppVerifierTool" 95 /> 96 <Tool 97 Name="VCWebDeploymentTool" 98 /> 99 <Tool 100 Name="VCPostBuildEventTool" 101 /> 102 </Configuration> 103 <Configuration 104 Name="Debug|Win32" 105 OutputDirectory=".\Debug" 106 IntermediateDirectory=".\Debug" 107 ConfigurationType="1" 108 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 109 UseOfMFC="0" 110 ATLMinimizesCRunTimeLibraryUsage="false" 111 CharacterSet="2" 112 > 113 <Tool 114 Name="VCPreBuildEventTool" 115 /> 116 <Tool 117 Name="VCCustomBuildTool" 118 /> 119 <Tool 120 Name="VCXMLDataGeneratorTool" 121 /> 122 <Tool 123 Name="VCWebServiceProxyGeneratorTool" 124 /> 125 <Tool 126 Name="VCMIDLTool" 127 TypeLibraryName=".\Debug/dls1wt.tlb" 128 HeaderFileName="" 129 /> 130 <Tool 131 Name="VCCLCompilerTool" 132 Optimization="0" 133 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 134 BasicRuntimeChecks="3" 135 RuntimeLibrary="1" 136 PrecompiledHeaderFile=".\Debug/sample.pch" 137 AssemblerListingLocation=".\Debug/" 138 ObjectFile=".\Debug/" 139 ProgramDataBaseFileName=".\Debug/" 140 WarningLevel="3" 141 SuppressStartupBanner="true" 142 DebugInformationFormat="4" 143 /> 144 <Tool 145 Name="VCManagedResourceCompilerTool" 146 /> 147 <Tool 148 Name="VCResourceCompilerTool" 149 PreprocessorDefinitions="_DEBUG" 150 Culture="1033" 151 /> 152 <Tool 153 Name="VCPreLinkEventTool" 154 /> 155 <Tool 156 Name="VCLinkerTool" 157 OutputFile=".\Debug/sample.exe" 158 LinkIncremental="0" 159 SuppressStartupBanner="true" 160 GenerateDebugInformation="true" 161 ProgramDatabaseFile=".\Debug/sample.pdb" 162 SubSystem="1" 163 TargetMachine="1" 164 /> 165 <Tool 166 Name="VCALinkTool" 167 /> 168 <Tool 169 Name="VCManifestTool" 170 /> 171 <Tool 172 Name="VCXDCMakeTool" 173 /> 174 <Tool 175 Name="VCBscMakeTool" 176 /> 177 <Tool 178 Name="VCFxCopTool" 179 /> 180 <Tool 181 Name="VCAppVerifierTool" 182 /> 183 <Tool 184 Name="VCWebDeploymentTool" 185 /> 186 <Tool 187 Name="VCPostBuildEventTool" 188 /> 189 </Configuration> 190 </Configurations> 191 <References> 192 </References> 193 <Files> 194 <Filter 195 Name="Source Files" 196 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 197 > 198 <File 199 RelativePath="..\src\main.c" 200 > 201 </File> 202 </Filter> 203 <Filter 204 Name="Header Files" 205 Filter="h;hpp;hxx;hm;inl" 206 > 207 </Filter> 208 <Filter 209 Name="Resource Files" 210 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 211 > 212 </Filter> 213 </Files> 214 <Globals> 215 </Globals> 216</VisualStudioProject> 217