deepstone
diff deepstone.vcproj @ 35:1870c4ef8b76
added visual studio project
moved the dosemu directory
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 23 Sep 2013 07:41:05 +0300 |
parents | |
children | e5e01cd2c995 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/deepstone.vcproj Mon Sep 23 07:41:05 2013 +0300 1.3 @@ -0,0 +1,291 @@ 1.4 +<?xml version="1.0" encoding="windows-1253"?> 1.5 +<VisualStudioProject 1.6 + ProjectType="Visual C++" 1.7 + Version="9,00" 1.8 + Name="deepstone" 1.9 + ProjectGUID="{7CBC96FF-B324-4904-9FD5-A95075F292BB}" 1.10 + RootNamespace="deepstone" 1.11 + Keyword="Win32Proj" 1.12 + TargetFrameworkVersion="196613" 1.13 + > 1.14 + <Platforms> 1.15 + <Platform 1.16 + Name="Win32" 1.17 + /> 1.18 + </Platforms> 1.19 + <ToolFiles> 1.20 + </ToolFiles> 1.21 + <Configurations> 1.22 + <Configuration 1.23 + Name="Debug|Win32" 1.24 + OutputDirectory="$(SolutionDir)$(ConfigurationName)" 1.25 + IntermediateDirectory="$(ConfigurationName)" 1.26 + ConfigurationType="1" 1.27 + CharacterSet="1" 1.28 + > 1.29 + <Tool 1.30 + Name="VCPreBuildEventTool" 1.31 + /> 1.32 + <Tool 1.33 + Name="VCCustomBuildTool" 1.34 + /> 1.35 + <Tool 1.36 + Name="VCXMLDataGeneratorTool" 1.37 + /> 1.38 + <Tool 1.39 + Name="VCWebServiceProxyGeneratorTool" 1.40 + /> 1.41 + <Tool 1.42 + Name="VCMIDLTool" 1.43 + /> 1.44 + <Tool 1.45 + Name="VCCLCompilerTool" 1.46 + Optimization="0" 1.47 + AdditionalIncludeDirectories="$(SolutionDir)\src" 1.48 + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;RAST_FLOAT;DBG_USE_FLOAT" 1.49 + MinimalRebuild="true" 1.50 + BasicRuntimeChecks="3" 1.51 + RuntimeLibrary="3" 1.52 + UsePrecompiledHeader="0" 1.53 + WarningLevel="3" 1.54 + DebugInformationFormat="4" 1.55 + DisableSpecificWarnings="4305;4244;4996" 1.56 + /> 1.57 + <Tool 1.58 + Name="VCManagedResourceCompilerTool" 1.59 + /> 1.60 + <Tool 1.61 + Name="VCResourceCompilerTool" 1.62 + /> 1.63 + <Tool 1.64 + Name="VCPreLinkEventTool" 1.65 + /> 1.66 + <Tool 1.67 + Name="VCLinkerTool" 1.68 + AdditionalDependencies="SDL.lib SDLmain.lib" 1.69 + LinkIncremental="2" 1.70 + GenerateDebugInformation="true" 1.71 + SubSystem="1" 1.72 + TargetMachine="1" 1.73 + /> 1.74 + <Tool 1.75 + Name="VCALinkTool" 1.76 + /> 1.77 + <Tool 1.78 + Name="VCManifestTool" 1.79 + /> 1.80 + <Tool 1.81 + Name="VCXDCMakeTool" 1.82 + /> 1.83 + <Tool 1.84 + Name="VCBscMakeTool" 1.85 + /> 1.86 + <Tool 1.87 + Name="VCFxCopTool" 1.88 + /> 1.89 + <Tool 1.90 + Name="VCAppVerifierTool" 1.91 + /> 1.92 + <Tool 1.93 + Name="VCPostBuildEventTool" 1.94 + /> 1.95 + </Configuration> 1.96 + <Configuration 1.97 + Name="Release|Win32" 1.98 + OutputDirectory="$(SolutionDir)$(ConfigurationName)" 1.99 + IntermediateDirectory="$(ConfigurationName)" 1.100 + ConfigurationType="1" 1.101 + CharacterSet="1" 1.102 + WholeProgramOptimization="1" 1.103 + > 1.104 + <Tool 1.105 + Name="VCPreBuildEventTool" 1.106 + /> 1.107 + <Tool 1.108 + Name="VCCustomBuildTool" 1.109 + /> 1.110 + <Tool 1.111 + Name="VCXMLDataGeneratorTool" 1.112 + /> 1.113 + <Tool 1.114 + Name="VCWebServiceProxyGeneratorTool" 1.115 + /> 1.116 + <Tool 1.117 + Name="VCMIDLTool" 1.118 + /> 1.119 + <Tool 1.120 + Name="VCCLCompilerTool" 1.121 + Optimization="2" 1.122 + EnableIntrinsicFunctions="true" 1.123 + AdditionalIncludeDirectories="$(SolutionDir)\src" 1.124 + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;RAST_FLOAT;DBG_USE_FLOAT" 1.125 + RuntimeLibrary="2" 1.126 + EnableFunctionLevelLinking="true" 1.127 + UsePrecompiledHeader="0" 1.128 + WarningLevel="3" 1.129 + DebugInformationFormat="3" 1.130 + DisableSpecificWarnings="4305;4244;4996" 1.131 + /> 1.132 + <Tool 1.133 + Name="VCManagedResourceCompilerTool" 1.134 + /> 1.135 + <Tool 1.136 + Name="VCResourceCompilerTool" 1.137 + /> 1.138 + <Tool 1.139 + Name="VCPreLinkEventTool" 1.140 + /> 1.141 + <Tool 1.142 + Name="VCLinkerTool" 1.143 + AdditionalDependencies="SDL.lib SDLmain.lib" 1.144 + LinkIncremental="1" 1.145 + GenerateDebugInformation="true" 1.146 + SubSystem="1" 1.147 + OptimizeReferences="2" 1.148 + EnableCOMDATFolding="2" 1.149 + TargetMachine="1" 1.150 + /> 1.151 + <Tool 1.152 + Name="VCALinkTool" 1.153 + /> 1.154 + <Tool 1.155 + Name="VCManifestTool" 1.156 + /> 1.157 + <Tool 1.158 + Name="VCXDCMakeTool" 1.159 + /> 1.160 + <Tool 1.161 + Name="VCBscMakeTool" 1.162 + /> 1.163 + <Tool 1.164 + Name="VCFxCopTool" 1.165 + /> 1.166 + <Tool 1.167 + Name="VCAppVerifierTool" 1.168 + /> 1.169 + <Tool 1.170 + Name="VCPostBuildEventTool" 1.171 + /> 1.172 + </Configuration> 1.173 + </Configurations> 1.174 + <References> 1.175 + </References> 1.176 + <Files> 1.177 + <Filter 1.178 + Name="src" 1.179 + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 1.180 + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 1.181 + > 1.182 + <File 1.183 + RelativePath=".\src\cvec.c" 1.184 + > 1.185 + </File> 1.186 + <File 1.187 + RelativePath=".\src\cvec.h" 1.188 + > 1.189 + </File> 1.190 + <File 1.191 + RelativePath=".\src\fixedp.c" 1.192 + > 1.193 + </File> 1.194 + <File 1.195 + RelativePath=".\src\fixedp.h" 1.196 + > 1.197 + </File> 1.198 + <File 1.199 + RelativePath=".\src\inttypes.h" 1.200 + > 1.201 + </File> 1.202 + <File 1.203 + RelativePath=".\src\keyb.h" 1.204 + > 1.205 + </File> 1.206 + <File 1.207 + RelativePath=".\src\main.c" 1.208 + > 1.209 + </File> 1.210 + <File 1.211 + RelativePath=".\src\mglclip.c" 1.212 + > 1.213 + </File> 1.214 + <File 1.215 + RelativePath=".\src\mglgen.c" 1.216 + > 1.217 + </File> 1.218 + <File 1.219 + RelativePath=".\src\mglimpl.h" 1.220 + > 1.221 + </File> 1.222 + <File 1.223 + RelativePath=".\src\mglrast.c" 1.224 + > 1.225 + </File> 1.226 + <File 1.227 + RelativePath=".\src\mingl.c" 1.228 + > 1.229 + </File> 1.230 + <File 1.231 + RelativePath=".\src\mingl.h" 1.232 + > 1.233 + </File> 1.234 + <File 1.235 + RelativePath=".\src\mouse.h" 1.236 + > 1.237 + </File> 1.238 + <File 1.239 + RelativePath=".\src\palman.c" 1.240 + > 1.241 + </File> 1.242 + <File 1.243 + RelativePath=".\src\palman.h" 1.244 + > 1.245 + </File> 1.246 + <File 1.247 + RelativePath=".\src\scantmpl.h" 1.248 + > 1.249 + </File> 1.250 + <File 1.251 + RelativePath=".\src\scene.c" 1.252 + > 1.253 + </File> 1.254 + <File 1.255 + RelativePath=".\src\scene.h" 1.256 + > 1.257 + </File> 1.258 + <File 1.259 + RelativePath=".\src\texture.c" 1.260 + > 1.261 + </File> 1.262 + <File 1.263 + RelativePath=".\src\texture.h" 1.264 + > 1.265 + </File> 1.266 + <File 1.267 + RelativePath=".\src\timer.h" 1.268 + > 1.269 + </File> 1.270 + <File 1.271 + RelativePath=".\src\vmath.h" 1.272 + > 1.273 + </File> 1.274 + <File 1.275 + RelativePath=".\src\wvga.h" 1.276 + > 1.277 + </File> 1.278 + <Filter 1.279 + Name="dosemu" 1.280 + > 1.281 + <File 1.282 + RelativePath=".\src\dosemu\conio.h" 1.283 + > 1.284 + </File> 1.285 + <File 1.286 + RelativePath=".\src\dosemu\dosemu.c" 1.287 + > 1.288 + </File> 1.289 + </Filter> 1.290 + </Filter> 1.291 + </Files> 1.292 + <Globals> 1.293 + </Globals> 1.294 +</VisualStudioProject>