1 <?xml version="1.0" encoding="Windows-1252"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="testwin" 6 ProjectGUID="{0FFD1A21-11DB-492C-A989-E4F195B0C441}" 7 > 8 <Platforms> 9 <Platform 10 Name="Win32" 11 /> 12 </Platforms> 13 <ToolFiles> 14 </ToolFiles> 15 <Configurations> 16 <Configuration 17 Name="Debug|Win32" 18 OutputDirectory=".\Debug" 19 IntermediateDirectory=".\Debug" 20 ConfigurationType="1" 21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.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 PreprocessorDefinitions="_DEBUG" 40 MkTypLibCompatible="true" 41 SuppressStartupBanner="true" 42 TargetEnvironment="1" 43 TypeLibraryName=".\Debug/testwin.tlb" 44 /> 45 <Tool 46 Name="VCCLCompilerTool" 47 Optimization="0" 48 AdditionalIncludeDirectories="..\..\..\include" 49 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" 50 RuntimeLibrary="2" 51 UsePrecompiledHeader="0" 52 PrecompiledHeaderFile=".\Debug/testwin.pch" 53 AssemblerListingLocation=".\Debug/" 54 ObjectFile=".\Debug/" 55 ProgramDataBaseFileName=".\Debug/" 56 WarningLevel="3" 57 SuppressStartupBanner="true" 58 DebugInformationFormat="4" 59 CompileAs="0" 60 /> 61 <Tool 62 Name="VCManagedResourceCompilerTool" 63 /> 64 <Tool 65 Name="VCResourceCompilerTool" 66 PreprocessorDefinitions="_DEBUG" 67 Culture="1033" 68 /> 69 <Tool 70 Name="VCPreLinkEventTool" 71 /> 72 <Tool 73 Name="VCLinkerTool" 74 AdditionalOptions="/MACHINE:I386" 75 OutputFile=".\Debug/testwin.exe" 76 LinkIncremental="2" 77 SuppressStartupBanner="true" 78 GenerateDebugInformation="true" 79 ProgramDatabaseFile=".\Debug/testwin.pdb" 80 SubSystem="2" 81 /> 82 <Tool 83 Name="VCALinkTool" 84 /> 85 <Tool 86 Name="VCManifestTool" 87 /> 88 <Tool 89 Name="VCXDCMakeTool" 90 /> 91 <Tool 92 Name="VCBscMakeTool" 93 /> 94 <Tool 95 Name="VCFxCopTool" 96 /> 97 <Tool 98 Name="VCAppVerifierTool" 99 /> 100 <Tool 101 Name="VCWebDeploymentTool" 102 /> 103 <Tool 104 Name="VCPostBuildEventTool" 105 /> 106 </Configuration> 107 <Configuration 108 Name="Release|Win32" 109 OutputDirectory=".\Release" 110 IntermediateDirectory=".\Release" 111 ConfigurationType="1" 112 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 113 UseOfMFC="0" 114 ATLMinimizesCRunTimeLibraryUsage="false" 115 > 116 <Tool 117 Name="VCPreBuildEventTool" 118 /> 119 <Tool 120 Name="VCCustomBuildTool" 121 /> 122 <Tool 123 Name="VCXMLDataGeneratorTool" 124 /> 125 <Tool 126 Name="VCWebServiceProxyGeneratorTool" 127 /> 128 <Tool 129 Name="VCMIDLTool" 130 PreprocessorDefinitions="NDEBUG" 131 MkTypLibCompatible="true" 132 SuppressStartupBanner="true" 133 TargetEnvironment="1" 134 TypeLibraryName=".\Release/testwin.tlb" 135 /> 136 <Tool 137 Name="VCCLCompilerTool" 138 InlineFunctionExpansion="1" 139 AdditionalIncludeDirectories="..\..\..\include" 140 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS" 141 StringPooling="true" 142 RuntimeLibrary="2" 143 EnableFunctionLevelLinking="true" 144 UsePrecompiledHeader="0" 145 PrecompiledHeaderFile=".\Release/testwin.pch" 146 AssemblerListingLocation=".\Release/" 147 ObjectFile=".\Release/" 148 ProgramDataBaseFileName=".\Release/" 149 WarningLevel="3" 150 SuppressStartupBanner="true" 151 CompileAs="0" 152 /> 153 <Tool 154 Name="VCManagedResourceCompilerTool" 155 /> 156 <Tool 157 Name="VCResourceCompilerTool" 158 PreprocessorDefinitions="NDEBUG" 159 Culture="1033" 160 /> 161 <Tool 162 Name="VCPreLinkEventTool" 163 /> 164 <Tool 165 Name="VCLinkerTool" 166 AdditionalOptions="/MACHINE:I386" 167 OutputFile=".\Release/testwin.exe" 168 LinkIncremental="1" 169 SuppressStartupBanner="true" 170 ProgramDatabaseFile=".\Release/testwin.pdb" 171 SubSystem="2" 172 /> 173 <Tool 174 Name="VCALinkTool" 175 /> 176 <Tool 177 Name="VCManifestTool" 178 /> 179 <Tool 180 Name="VCXDCMakeTool" 181 /> 182 <Tool 183 Name="VCBscMakeTool" 184 /> 185 <Tool 186 Name="VCFxCopTool" 187 /> 188 <Tool 189 Name="VCAppVerifierTool" 190 /> 191 <Tool 192 Name="VCWebDeploymentTool" 193 /> 194 <Tool 195 Name="VCPostBuildEventTool" 196 /> 197 </Configuration> 198 </Configurations> 199 <References> 200 </References> 201 <Files> 202 <File 203 RelativePath="..\..\Sdl\Debug\SDL.lib" 204 > 205 </File> 206 <File 207 RelativePath="..\..\SDLmain\Debug\SDLmain.lib" 208 > 209 </File> 210 <File 211 RelativePath="..\..\..\Test\Testwin.c" 212 > 213 </File> 214 </Files> 215 <Globals> 216 </Globals> 217 </VisualStudioProject> 218