Changeset 850 for trunk/compilers/MazeCompiler
- Timestamp:
- 02/04/10 15:18:43 (7 months ago)
- Files:
-
- 1 modified
-
trunk/compilers/MazeCompiler/MazeCompiler.vcproj (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/compilers/MazeCompiler/MazeCompiler.vcproj
r480 r850 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="8.00" 5 5 Name="mazecompiler" 6 6 ProjectGUID="{BE113900-CEB8-4289-91A9-930B145BF0E8}" 7 SccProjectName="" 8 SccLocalPath="" 9 Keyword="MFCProj"> 7 Keyword="MFCProj" 8 > 10 9 <Platforms> 11 10 <Platform 12 Name="Win32"/> 11 Name="Win32" 12 /> 13 13 </Platforms> 14 <ToolFiles> 15 </ToolFiles> 14 16 <Configurations> 15 17 <Configuration … … 18 20 IntermediateDirectory=".\Debug" 19 21 ConfigurationType="1" 22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 20 23 UseOfMFC="2" 21 ATLMinimizesCRunTimeLibraryUsage=" FALSE"24 ATLMinimizesCRunTimeLibraryUsage="false" 22 25 CharacterSet="2" 23 DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;$(TargetPath)"> 26 DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;$(TargetPath)" 27 > 28 <Tool 29 Name="VCPreBuildEventTool" 30 /> 31 <Tool 32 Name="VCCustomBuildTool" 33 /> 34 <Tool 35 Name="VCXMLDataGeneratorTool" 36 /> 37 <Tool 38 Name="VCWebServiceProxyGeneratorTool" 39 /> 40 <Tool 41 Name="VCMIDLTool" 42 MkTypLibCompatible="true" 43 TypeLibraryName=".\..\Debug/MazeCompiler.tlb" 44 /> 24 45 <Tool 25 46 Name="VCCLCompilerTool" … … 28 49 PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" 29 50 RuntimeLibrary="3" 30 RuntimeTypeInfo=" TRUE"31 UsePrecompiledHeader=" 3"51 RuntimeTypeInfo="true" 52 UsePrecompiledHeader="2" 32 53 AssemblerListingLocation=".\Debug/" 33 54 ObjectFile=".\Debug/" 34 55 ProgramDataBaseFileName=".\Debug/" 35 56 WarningLevel="4" 36 SuppressStartupBanner=" TRUE"57 SuppressStartupBanner="true" 37 58 DebugInformationFormat="4" 38 CompileAs="0"/> 39 <Tool 40 Name="VCCustomBuildTool"/> 59 CompileAs="0" 60 /> 61 <Tool 62 Name="VCManagedResourceCompilerTool" 63 /> 64 <Tool 65 Name="VCResourceCompilerTool" 66 PreprocessorDefinitions="_AFXDLL;_DEBUG" 67 Culture="1033" 68 /> 69 <Tool 70 Name="VCPreLinkEventTool" 71 /> 41 72 <Tool 42 73 Name="VCLinkerTool" … … 44 75 OutputFile=".\..\..\Debug/MazeCompiler.exe" 45 76 LinkIncremental="2" 46 SuppressStartupBanner=" TRUE"47 GenerateDebugInformation=" TRUE"77 SuppressStartupBanner="true" 78 GenerateDebugInformation="true" 48 79 ProgramDatabaseFile=".\..\..\Debug/MazeCompiler.pdb" 49 SubSystem="1"/> 50 <Tool 51 Name="VCMIDLTool" 52 MkTypLibCompatible="TRUE" 53 TypeLibraryName=".\..\Debug/MazeCompiler.tlb"/> 54 <Tool 55 Name="VCPostBuildEventTool"/> 56 <Tool 57 Name="VCPreBuildEventTool"/> 58 <Tool 59 Name="VCPreLinkEventTool"/> 60 <Tool 61 Name="VCResourceCompilerTool" 62 PreprocessorDefinitions="_AFXDLL;_DEBUG" 63 Culture="1033"/> 64 <Tool 65 Name="VCWebServiceProxyGeneratorTool"/> 66 <Tool 67 Name="VCXMLDataGeneratorTool"/> 68 <Tool 69 Name="VCWebDeploymentTool"/> 70 <Tool 71 Name="VCManagedWrapperGeneratorTool"/> 72 <Tool 73 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 80 SubSystem="1" 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 /> 74 106 </Configuration> 75 107 <Configuration … … 78 110 IntermediateDirectory=".\Release" 79 111 ConfigurationType="1" 112 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 80 113 UseOfMFC="2" 81 ATLMinimizesCRunTimeLibraryUsage="FALSE" 82 CharacterSet="2"> 114 ATLMinimizesCRunTimeLibraryUsage="false" 115 CharacterSet="2" 116 > 117 <Tool 118 Name="VCPreBuildEventTool" 119 /> 120 <Tool 121 Name="VCCustomBuildTool" 122 /> 123 <Tool 124 Name="VCXMLDataGeneratorTool" 125 /> 126 <Tool 127 Name="VCWebServiceProxyGeneratorTool" 128 /> 129 <Tool 130 Name="VCMIDLTool" 131 MkTypLibCompatible="true" 132 TypeLibraryName=".\..\Release/MazeCompiler.tlb" 133 /> 83 134 <Tool 84 135 Name="VCCLCompilerTool" … … 86 137 AdditionalIncludeDirectories="\gdk\sdk\inc" 87 138 PreprocessorDefinitions="_CONSOLE;WIN32" 88 StringPooling=" TRUE"139 StringPooling="true" 89 140 RuntimeLibrary="2" 90 EnableFunctionLevelLinking=" TRUE"91 RuntimeTypeInfo=" TRUE"92 UsePrecompiledHeader=" 3"141 EnableFunctionLevelLinking="true" 142 RuntimeTypeInfo="true" 143 UsePrecompiledHeader="2" 93 144 AssemblerListingLocation=".\Release/" 94 145 ObjectFile=".\Release/" 95 146 ProgramDataBaseFileName=".\Release/" 96 147 WarningLevel="4" 97 SuppressStartupBanner="TRUE" 98 CompileAs="0"/> 99 <Tool 100 Name="VCCustomBuildTool"/> 148 SuppressStartupBanner="true" 149 CompileAs="0" 150 /> 151 <Tool 152 Name="VCManagedResourceCompilerTool" 153 /> 154 <Tool 155 Name="VCResourceCompilerTool" 156 Culture="1033" 157 /> 158 <Tool 159 Name="VCPreLinkEventTool" 160 /> 101 161 <Tool 102 162 Name="VCLinkerTool" … … 104 164 OutputFile=".\..\..\Release/MazeCompiler.exe" 105 165 LinkIncremental="2" 106 SuppressStartupBanner=" TRUE"166 SuppressStartupBanner="true" 107 167 ProgramDatabaseFile=".\..\..\Release/MazeCompiler.pdb" 108 SubSystem="1"/> 109 <Tool 110 Name="VCMIDLTool" 111 MkTypLibCompatible="TRUE" 112 TypeLibraryName=".\..\Release/MazeCompiler.tlb"/> 113 <Tool 114 Name="VCPostBuildEventTool"/> 115 <Tool 116 Name="VCPreBuildEventTool"/> 117 <Tool 118 Name="VCPreLinkEventTool"/> 119 <Tool 120 Name="VCResourceCompilerTool" 121 Culture="1033"/> 122 <Tool 123 Name="VCWebServiceProxyGeneratorTool"/> 124 <Tool 125 Name="VCXMLDataGeneratorTool"/> 126 <Tool 127 Name="VCWebDeploymentTool"/> 128 <Tool 129 Name="VCManagedWrapperGeneratorTool"/> 130 <Tool 131 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 168 SubSystem="1" 169 /> 170 <Tool 171 Name="VCALinkTool" 172 /> 173 <Tool 174 Name="VCManifestTool" 175 /> 176 <Tool 177 Name="VCXDCMakeTool" 178 /> 179 <Tool 180 Name="VCBscMakeTool" 181 /> 182 <Tool 183 Name="VCFxCopTool" 184 /> 185 <Tool 186 Name="VCAppVerifierTool" 187 /> 188 <Tool 189 Name="VCWebDeploymentTool" 190 /> 191 <Tool 192 Name="VCPostBuildEventTool" 193 /> 132 194 </Configuration> 133 195 </Configurations> … … 137 199 <Filter 138 200 Name="Source Files" 139 Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"> 140 <File 141 RelativePath=".\LevelBuilder.cpp"> 142 </File> 143 <File 144 RelativePath=".\LevelBuilderVisiblesZones.cpp"> 145 </File> 146 <File 147 RelativePath=".\main.cpp"> 148 </File> 149 <File 150 RelativePath=".\Parser.cpp"> 151 </File> 152 <File 153 RelativePath=".\StdAfx.cpp"> 201 Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90" 202 > 203 <File 204 RelativePath=".\LevelBuilder.cpp" 205 > 206 </File> 207 <File 208 RelativePath=".\LevelBuilderVisiblesZones.cpp" 209 > 210 </File> 211 <File 212 RelativePath=".\main.cpp" 213 > 214 </File> 215 <File 216 RelativePath=".\Parser.cpp" 217 > 218 </File> 219 <File 220 RelativePath=".\StdAfx.cpp" 221 > 154 222 <FileConfiguration 155 Name="Debug|Win32"> 223 Name="Debug|Win32" 224 > 156 225 <Tool 157 226 Name="VCCLCompilerTool" 158 UsePrecompiledHeader="1"/> 227 UsePrecompiledHeader="1" 228 /> 159 229 </FileConfiguration> 160 230 <FileConfiguration 161 Name="Release|Win32"> 231 Name="Release|Win32" 232 > 162 233 <Tool 163 234 Name="VCCLCompilerTool" 164 UsePrecompiledHeader="1"/> 235 UsePrecompiledHeader="1" 236 /> 165 237 </FileConfiguration> 166 238 </File> 167 239 <File 168 RelativePath=".\TrackMap.cpp"> 240 RelativePath=".\TrackMap.cpp" 241 > 169 242 </File> 170 243 </Filter> 171 244 <Filter 172 245 Name="Header Files" 173 Filter=""> 174 <File 175 RelativePath=".\LevelBuilder.h"> 176 </File> 177 <File 178 RelativePath=".\Parser.h"> 179 </File> 180 <File 181 RelativePath=".\resource.h"> 182 </File> 183 <File 184 RelativePath=".\StdAfx.h"> 185 </File> 186 <File 187 RelativePath=".\TrackCommonStuff.h"> 188 </File> 189 <File 190 RelativePath=".\TrackMap.h"> 246 > 247 <File 248 RelativePath=".\LevelBuilder.h" 249 > 250 </File> 251 <File 252 RelativePath=".\Parser.h" 253 > 254 </File> 255 <File 256 RelativePath=".\resource.h" 257 > 258 </File> 259 <File 260 RelativePath=".\StdAfx.h" 261 > 262 </File> 263 <File 264 RelativePath=".\TrackCommonStuff.h" 265 > 266 </File> 267 <File 268 RelativePath=".\TrackMap.h" 269 > 191 270 </File> 192 271 </Filter>
