Mercurial > hg > openttd
annotate projects/settings_vs100.vcxproj @ 20307:93d7e37bd666 draft
(svn r25259) -Codechange: track capacities and usage of links
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sun, 19 May 2013 14:22:04 +0000 |
parents | 8fde858ad534 |
children | 4bafd180b961 |
rev | line source |
---|---|
17435
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
1 <?xml version="1.0" encoding="utf-8"?> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
3 <ItemGroup Label="ProjectConfigurations"> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
4 <ProjectConfiguration Include="Debug|Win32"> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
5 <Configuration>Debug</Configuration> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
6 <Platform>Win32</Platform> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
7 </ProjectConfiguration> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
8 </ItemGroup> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
9 <PropertyGroup Label="Globals"> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
10 <ProjectName>settings</ProjectName> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
11 <ProjectGuid>{0817F629-589E-4A3B-B81A-8647BC571E35}</ProjectGuid> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
12 <RootNamespace>settings</RootNamespace> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
13 </PropertyGroup> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
14 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
15 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
17437
771a2ca3d4c1
(svn r22191) -Fix: make sure table/settings.h is generated with MSVC2010, also fix a warning in version project
glx <glx@openttd.org>
parents:
17436
diff
changeset
|
16 <ConfigurationType>Makefile</ConfigurationType> |
17435
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
17 </PropertyGroup> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
19 <ImportGroup Label="ExtensionSettings"> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
20 </ImportGroup> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
21 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
22 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
23 </ImportGroup> |
17437
771a2ca3d4c1
(svn r22191) -Fix: make sure table/settings.h is generated with MSVC2010, also fix a warning in version project
glx <glx@openttd.org>
parents:
17436
diff
changeset
|
24 <PropertyGroup Label="UserMacros"> |
771a2ca3d4c1
(svn r22191) -Fix: make sure table/settings.h is generated with MSVC2010, also fix a warning in version project
glx <glx@openttd.org>
parents:
17436
diff
changeset
|
25 <SettingsCommandLine> |
17448
8fde858ad534
(svn r22202) -Codechange: make MusicFileSettings a proper citizen of the client settings
rubidium <rubidium@openttd.org>
parents:
17437
diff
changeset
|
26 ..\objs\settings\settings_gen.exe -o ..\objs\settings\table\settings.h -b ..\src\table\settings.h.preamble -a ..\src\table\settings.h.postamble ..\src\table\company_settings.ini ..\src\table\currency_settings.ini ..\src\table\gameopt_settings.ini ..\src\table\misc_settings.ini ..\src\table\settings.ini ..\src\table\win32_settings.ini |
17437
771a2ca3d4c1
(svn r22191) -Fix: make sure table/settings.h is generated with MSVC2010, also fix a warning in version project
glx <glx@openttd.org>
parents:
17436
diff
changeset
|
27 </SettingsCommandLine> |
771a2ca3d4c1
(svn r22191) -Fix: make sure table/settings.h is generated with MSVC2010, also fix a warning in version project
glx <glx@openttd.org>
parents:
17436
diff
changeset
|
28 </PropertyGroup> |
17435
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
29 <PropertyGroup> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
30 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
17436
658216b20ef7
(svn r22190) -Fix (r22188): minor changes in project files
glx <glx@openttd.org>
parents:
17435
diff
changeset
|
31 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\settings\table\</OutDir> |
658216b20ef7
(svn r22190) -Fix (r22188): minor changes in project files
glx <glx@openttd.org>
parents:
17435
diff
changeset
|
32 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\settings\table\</IntDir> |
17437
771a2ca3d4c1
(svn r22191) -Fix: make sure table/settings.h is generated with MSVC2010, also fix a warning in version project
glx <glx@openttd.org>
parents:
17436
diff
changeset
|
33 <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SettingsCommandLine)</NMakeBuildCommandLine> |
771a2ca3d4c1
(svn r22191) -Fix: make sure table/settings.h is generated with MSVC2010, also fix a warning in version project
glx <glx@openttd.org>
parents:
17436
diff
changeset
|
34 <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SettingsCommandLine)</NMakeReBuildCommandLine> |
771a2ca3d4c1
(svn r22191) -Fix: make sure table/settings.h is generated with MSVC2010, also fix a warning in version project
glx <glx@openttd.org>
parents:
17436
diff
changeset
|
35 <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">del ..\objs\settings\table\settings.h</NMakeCleanCommandLine> |
771a2ca3d4c1
(svn r22191) -Fix: make sure table/settings.h is generated with MSVC2010, also fix a warning in version project
glx <glx@openttd.org>
parents:
17436
diff
changeset
|
36 <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\settings\table\settings.h</NMakeOutput> |
17435
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
37 </PropertyGroup> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
38 <ItemGroup> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
39 <None Include="..\src\table\company_settings.ini" /> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
40 <None Include="..\src\table\currency_settings.ini" /> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
41 <None Include="..\src\table\gameopt_settings.ini" /> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
42 <None Include="..\src\table\misc_settings.ini" /> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
43 <None Include="..\src\table\settings.ini" /> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
44 <None Include="..\src\table\win32_settings.ini" /> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
45 </ItemGroup> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
46 <ItemGroup> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
47 <None Include="..\src\table\settings.h.postamble" /> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
48 <None Include="..\src\table\settings.h.preamble" /> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
49 </ItemGroup> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
51 <ImportGroup Label="ExtensionTargets"> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
52 </ImportGroup> |
a11b37ab3106
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx <glx@openttd.org>
parents:
17434
diff
changeset
|
53 </Project> |