projects/openttd.vcproj.in
changeset 8905 a6974b6041d9
parent 8904 816692cc79fd
child 8906 09cdaac8a43c
equal deleted inserted replaced
8904:816692cc79fd 8905:a6974b6041d9
     1 <?xml version="1.0" encoding="Windows-1252"?>
       
     2 <VisualStudioProject
       
     3 	ProjectType="Visual C++"
       
     4 	Version="7.10"
       
     5 	Name="openttd"
       
     6 	RootNamespace="openttd"
       
     7 	SccProjectName=""
       
     8 	SccLocalPath="">
       
     9 	<Platforms>
       
    10 		<Platform
       
    11 			Name="Win32"/>
       
    12 	</Platforms>
       
    13 	<Configurations>
       
    14 		<Configuration
       
    15 			Name="Release|Win32"
       
    16 			OutputDirectory="..\objs\$(PlatformName)\$(ConfigurationName)"
       
    17 			IntermediateDirectory="..\objs\$(PlatformName)\$(ConfigurationName)"
       
    18 			ConfigurationType="1"
       
    19 			UseOfMFC="0"
       
    20 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
       
    21 			CharacterSet="1"
       
    22 			WholeProgramOptimization="TRUE">
       
    23 			<Tool
       
    24 				Name="VCCLCompilerTool"
       
    25 				Optimization="3"
       
    26 				GlobalOptimizations="TRUE"
       
    27 				InlineFunctionExpansion="2"
       
    28 				EnableIntrinsicFunctions="TRUE"
       
    29 				FavorSizeOrSpeed="2"
       
    30 				OmitFramePointers="TRUE"
       
    31 				OptimizeForProcessor="1"
       
    32 				AdditionalIncludeDirectories="..\objs\langs"
       
    33 				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_EXCEPTION_TRACKER;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG;WITH_FREETYPE;ENABLE_NETWORK;WITH_PERSONAL_DIR;PERSONAL_DIR=\&quot;OpenTTD\&quot;"
       
    34 				StringPooling="TRUE"
       
    35 				ExceptionHandling="TRUE"
       
    36 				RuntimeLibrary="0"
       
    37 				StructMemberAlignment="3"
       
    38 				BufferSecurityCheck="FALSE"
       
    39 				EnableFunctionLevelLinking="TRUE"
       
    40 				DefaultCharIsUnsigned="TRUE"
       
    41 				UsePrecompiledHeader="0"
       
    42 				PrecompiledHeaderThrough=""
       
    43 				PrecompiledHeaderFile=""
       
    44 				AssemblerOutput="2"
       
    45 				AssemblerListingLocation="$(IntDir)/"
       
    46 				ObjectFile="$(IntDir)/"
       
    47 				ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
       
    48 				BrowseInformation="1"
       
    49 				BrowseInformationFile="$(IntDir)/"
       
    50 				WarningLevel="3"
       
    51 				WarnAsError="TRUE"
       
    52 				SuppressStartupBanner="TRUE"
       
    53 				DebugInformationFormat="3"
       
    54 				CallingConvention="1"
       
    55 				CompileAs="0"/>
       
    56 			<Tool
       
    57 				Name="VCCustomBuildTool"/>
       
    58 			<Tool
       
    59 				Name="VCLinkerTool"
       
    60 				AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib libfreetype2.lib"
       
    61 				LinkIncremental="1"
       
    62 				SuppressStartupBanner="TRUE"
       
    63 				IgnoreDefaultLibraryNames=""
       
    64 				GenerateDebugInformation="TRUE"
       
    65 				SubSystem="2"
       
    66 				OptimizeReferences="2"
       
    67 				OptimizeForWindows98="1"
       
    68 				TargetMachine="1"/>
       
    69 			<Tool
       
    70 				Name="VCMIDLTool"
       
    71 				TypeLibraryName=".\Release/openttd.tlb"
       
    72 				HeaderFileName=""/>
       
    73 			<Tool
       
    74 				Name="VCPostBuildEventTool"/>
       
    75 			<Tool
       
    76 				Name="VCPreBuildEventTool"
       
    77 				Description="Determining version number"
       
    78 				CommandLine="&quot;$(InputDir)/determineversion.vbs&quot;"/>
       
    79 			<Tool
       
    80 				Name="VCPreLinkEventTool"/>
       
    81 			<Tool
       
    82 				Name="VCResourceCompilerTool"
       
    83 				PreprocessorDefinitions="NDEBUG"
       
    84 				Culture="1053"/>
       
    85 			<Tool
       
    86 				Name="VCWebServiceProxyGeneratorTool"/>
       
    87 			<Tool
       
    88 				Name="VCXMLDataGeneratorTool"/>
       
    89 			<Tool
       
    90 				Name="VCWebDeploymentTool"/>
       
    91 			<Tool
       
    92 				Name="VCManagedWrapperGeneratorTool"/>
       
    93 			<Tool
       
    94 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
       
    95 		</Configuration>
       
    96 		<Configuration
       
    97 			Name="Debug|Win32"
       
    98 			OutputDirectory="..\objs\$(PlatformName)\$(ConfigurationName)\"
       
    99 			IntermediateDirectory="..\objs\$(PlatformName)\$(ConfigurationName)\"
       
   100 			ConfigurationType="1"
       
   101 			UseOfMFC="0"
       
   102 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
       
   103 			CharacterSet="1">
       
   104 			<Tool
       
   105 				Name="VCCLCompilerTool"
       
   106 				Optimization="0"
       
   107 				AdditionalIncludeDirectories="..\objs\langs"
       
   108 				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG;WITH_FREETYPE;ENABLE_NETWORK;WITH_PERSONAL_DIR;PERSONAL_DIR=\&quot;OpenTTD\&quot;"
       
   109 				BasicRuntimeChecks="3"
       
   110 				RuntimeLibrary="1"
       
   111 				UsePrecompiledHeader="0"
       
   112 				AssemblerListingLocation="$(IntDir)/"
       
   113 				ObjectFile="$(IntDir)/"
       
   114 				ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
       
   115 				WarningLevel="3"
       
   116 				WarnAsError="TRUE"
       
   117 				SuppressStartupBanner="TRUE"
       
   118 				Detect64BitPortabilityProblems="FALSE"
       
   119 				DebugInformationFormat="4"
       
   120 				CallingConvention="1"
       
   121 				CompileAs="0"/>
       
   122 			<Tool
       
   123 				Name="VCCustomBuildTool"/>
       
   124 			<Tool
       
   125 				Name="VCLinkerTool"
       
   126 				AdditionalDependencies="unicows.lib winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib libfreetype2.lib"
       
   127 				LinkIncremental="0"
       
   128 				SuppressStartupBanner="TRUE"
       
   129 				IgnoreDefaultLibraryNames="LIBCMT.lib"
       
   130 				GenerateDebugInformation="TRUE"
       
   131 				SubSystem="2"
       
   132 				TargetMachine="1"/>
       
   133 			<Tool
       
   134 				Name="VCMIDLTool"
       
   135 				TypeLibraryName=".\Debug/openttd.tlb"
       
   136 				HeaderFileName=""/>
       
   137 			<Tool
       
   138 				Name="VCPostBuildEventTool"/>
       
   139 			<Tool
       
   140 				Name="VCPreBuildEventTool"
       
   141 				Description="Determining version number"
       
   142 				CommandLine="&quot;$(InputDir)/determineversion.vbs&quot;"/>
       
   143 			<Tool
       
   144 				Name="VCPreLinkEventTool"/>
       
   145 			<Tool
       
   146 				Name="VCResourceCompilerTool"
       
   147 				PreprocessorDefinitions="_DEBUG"
       
   148 				Culture="1053"/>
       
   149 			<Tool
       
   150 				Name="VCWebServiceProxyGeneratorTool"/>
       
   151 			<Tool
       
   152 				Name="VCXMLDataGeneratorTool"/>
       
   153 			<Tool
       
   154 				Name="VCWebDeploymentTool"/>
       
   155 			<Tool
       
   156 				Name="VCManagedWrapperGeneratorTool"/>
       
   157 			<Tool
       
   158 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
       
   159 		</Configuration>
       
   160 	</Configurations>
       
   161 	<References>
       
   162 	</References>
       
   163 	<Files>
       
   164 !!FILES!!
       
   165 		<File
       
   166 			RelativePath=".\..\media\mainicon.ico">
       
   167 		</File>
       
   168 		<File
       
   169 			RelativePath=".\..\media\openttd.ico">
       
   170 		</File>
       
   171 		<File
       
   172 			RelativePath=".\..\readme.txt">
       
   173 		</File>
       
   174 	</Files>
       
   175 	<Globals>
       
   176 	</Globals>
       
   177 </VisualStudioProject>