diff options
author | glx <glx@openttd.org> | 2011-03-04 22:47:43 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2011-03-04 22:47:43 +0000 |
commit | 88e669d01b6657868b98428d621f6014ebc96a0d (patch) | |
tree | 82a2a098d8845073c8464c0b6002092af45c6477 /projects/settingsgen_vs80.vcproj | |
parent | 7f54c59a66ddec3fa1bb6b730f580b6189adcdc8 (diff) | |
download | openttd-88e669d01b6657868b98428d621f6014ebc96a0d.tar.xz |
(svn r22189) -Fix (r22188): Add svn properties to the new files
Diffstat (limited to 'projects/settingsgen_vs80.vcproj')
-rw-r--r-- | projects/settingsgen_vs80.vcproj | 286 |
1 files changed, 143 insertions, 143 deletions
diff --git a/projects/settingsgen_vs80.vcproj b/projects/settingsgen_vs80.vcproj index 50e718ac5..7568ce974 100644 --- a/projects/settingsgen_vs80.vcproj +++ b/projects/settingsgen_vs80.vcproj @@ -1,143 +1,143 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="settings_gen"
- ProjectGUID="{E9548DE9-F089-49B7-93A6-30BE2CC311C7}"
- RootNamespace="settings"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="..\objs\settings"
- IntermediateDirectory="..\objs\settings"
- ConfigurationType="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine=""
- />
- <Tool
- Name="VCCustomBuildTool"
- AdditionalDependencies=""
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- FavorSizeOrSpeed="2"
- PreprocessorDefinitions="SETTINGSGEN;WIN32;_DEBUG;_CONSOLE"
- AssemblerOutput="2"
- ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
- WarningLevel="3"
- WarnAsError="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- OutputFile="$(OutDir)\settings_gen.exe"
- GenerateDebugInformation="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description=""
- CommandLine=""
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- >
- <File
- RelativePath="..\src\core\alloc_func.cpp"
- >
- </File>
- <File
- RelativePath="..\src\misc\getoptdata.cpp"
- >
- </File>
- <File
- RelativePath="..\src\ini_load.cpp"
- >
- </File>
- <File
- RelativePath="..\src\settingsgen\settingsgen.cpp"
- >
- </File>
- <File
- RelativePath="..\src\string.cpp"
- >
- </File>
- </Filter>
- <File
- RelativePath="..\src\misc\getoptdata.h"
- >
- </File>
- <File
- RelativePath="..\src\ini_type.h"
- >
- </File>
- <File
- RelativePath="..\src\core\smallvec_type.hpp"
- >
- </File>
- <File
- RelativePath="..\src\string_func.h"
- >
- </File>
- <File
- RelativePath="..\src\strings_type.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8,00" + Name="settings_gen" + ProjectGUID="{E9548DE9-F089-49B7-93A6-30BE2CC311C7}" + RootNamespace="settings" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="..\objs\settings" + IntermediateDirectory="..\objs\settings" + ConfigurationType="1" + > + <Tool + Name="VCPreBuildEventTool" + CommandLine="" + /> + <Tool + Name="VCCustomBuildTool" + AdditionalDependencies="" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="1" + FavorSizeOrSpeed="2" + PreprocessorDefinitions="SETTINGSGEN;WIN32;_DEBUG;_CONSOLE" + AssemblerOutput="2" + ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb" + WarningLevel="3" + WarnAsError="true" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + OutputFile="$(OutDir)\settings_gen.exe" + GenerateDebugInformation="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + Description="" + CommandLine="" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + > + <File + RelativePath="..\src\core\alloc_func.cpp" + > + </File> + <File + RelativePath="..\src\misc\getoptdata.cpp" + > + </File> + <File + RelativePath="..\src\ini_load.cpp" + > + </File> + <File + RelativePath="..\src\settingsgen\settingsgen.cpp" + > + </File> + <File + RelativePath="..\src\string.cpp" + > + </File> + </Filter> + <File + RelativePath="..\src\misc\getoptdata.h" + > + </File> + <File + RelativePath="..\src\ini_type.h" + > + </File> + <File + RelativePath="..\src\core\smallvec_type.hpp" + > + </File> + <File + RelativePath="..\src\string_func.h" + > + </File> + <File + RelativePath="..\src\strings_type.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |