~baltix/+junk/irrlicht-test

« back to all changes in this revision

Viewing changes to examples/21.Quake3Explorer/Quake3Explorer_vc9.vcproj

  • Committer: Mantas Kriaučiūnas
  • Date: 2011-07-18 13:06:25 UTC
  • Revision ID: mantas@akl.lt-20110718130625-c5pvifp61e7kj1ol
Included whole irrlicht SVN libraries to work around launchpad recipe issue with quilt, see https://answers.launchpad.net/launchpad/+question/165193

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="9,00"
 
5
        Name="21.Quake3Explorer_vc9"
 
6
        ProjectGUID="{CDC4AAA9-72E1-4FFA-A04D-7EF59D8B97CD}"
 
7
        RootNamespace="21.Quake3Explorer_vc9"
 
8
        Keyword="Win32Proj"
 
9
        TargetFrameworkVersion="131072"
 
10
        >
 
11
        <Platforms>
 
12
                <Platform
 
13
                        Name="Win32"
 
14
                />
 
15
        </Platforms>
 
16
        <ToolFiles>
 
17
        </ToolFiles>
 
18
        <Configurations>
 
19
                <Configuration
 
20
                        Name="Debug|Win32"
 
21
                        OutputDirectory="Debug"
 
22
                        IntermediateDirectory="Debug"
 
23
                        ConfigurationType="1"
 
24
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
25
                        CharacterSet="2"
 
26
                        >
 
27
                        <Tool
 
28
                                Name="VCPreBuildEventTool"
 
29
                        />
 
30
                        <Tool
 
31
                                Name="VCCustomBuildTool"
 
32
                        />
 
33
                        <Tool
 
34
                                Name="VCXMLDataGeneratorTool"
 
35
                        />
 
36
                        <Tool
 
37
                                Name="VCWebServiceProxyGeneratorTool"
 
38
                        />
 
39
                        <Tool
 
40
                                Name="VCMIDLTool"
 
41
                        />
 
42
                        <Tool
 
43
                                Name="VCCLCompilerTool"
 
44
                                Optimization="0"
 
45
                                AdditionalIncludeDirectories="..\..\include"
 
46
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
 
47
                                MinimalRebuild="true"
 
48
                                BasicRuntimeChecks="3"
 
49
                                RuntimeLibrary="1"
 
50
                                UsePrecompiledHeader="0"
 
51
                                WarningLevel="3"
 
52
                                DebugInformationFormat="4"
 
53
                        />
 
54
                        <Tool
 
55
                                Name="VCManagedResourceCompilerTool"
 
56
                        />
 
57
                        <Tool
 
58
                                Name="VCResourceCompilerTool"
 
59
                        />
 
60
                        <Tool
 
61
                                Name="VCPreLinkEventTool"
 
62
                        />
 
63
                        <Tool
 
64
                                Name="VCLinkerTool"
 
65
                                OutputFile="..\..\bin\Win32-VisualStudio\21.Quake3MapExplorer.exe"
 
66
                                LinkIncremental="2"
 
67
                                AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio"
 
68
                                GenerateDebugInformation="true"
 
69
                                ProgramDatabaseFile="$(OutDir)/Quake3MapShader.pdb"
 
70
                                SubSystem="1"
 
71
                                RandomizedBaseAddress="1"
 
72
                                DataExecutionPrevention="0"
 
73
                                TargetMachine="1"
 
74
                        />
 
75
                        <Tool
 
76
                                Name="VCALinkTool"
 
77
                        />
 
78
                        <Tool
 
79
                                Name="VCManifestTool"
 
80
                        />
 
81
                        <Tool
 
82
                                Name="VCXDCMakeTool"
 
83
                        />
 
84
                        <Tool
 
85
                                Name="VCBscMakeTool"
 
86
                        />
 
87
                        <Tool
 
88
                                Name="VCFxCopTool"
 
89
                        />
 
90
                        <Tool
 
91
                                Name="VCAppVerifierTool"
 
92
                        />
 
93
                        <Tool
 
94
                                Name="VCPostBuildEventTool"
 
95
                        />
 
96
                </Configuration>
 
97
                <Configuration
 
98
                        Name="Release|Win32"
 
99
                        OutputDirectory="Release"
 
100
                        IntermediateDirectory="Release"
 
101
                        ConfigurationType="1"
 
102
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
103
                        CharacterSet="2"
 
104
                        >
 
105
                        <Tool
 
106
                                Name="VCPreBuildEventTool"
 
107
                        />
 
108
                        <Tool
 
109
                                Name="VCCustomBuildTool"
 
110
                        />
 
111
                        <Tool
 
112
                                Name="VCXMLDataGeneratorTool"
 
113
                        />
 
114
                        <Tool
 
115
                                Name="VCWebServiceProxyGeneratorTool"
 
116
                        />
 
117
                        <Tool
 
118
                                Name="VCMIDLTool"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCCLCompilerTool"
 
122
                                EnableIntrinsicFunctions="true"
 
123
                                FavorSizeOrSpeed="1"
 
124
                                AdditionalIncludeDirectories="..\..\include"
 
125
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
 
126
                                RuntimeLibrary="0"
 
127
                                BufferSecurityCheck="false"
 
128
                                UsePrecompiledHeader="0"
 
129
                                WarningLevel="3"
 
130
                                DebugInformationFormat="0"
 
131
                                CallingConvention="1"
 
132
                        />
 
133
                        <Tool
 
134
                                Name="VCManagedResourceCompilerTool"
 
135
                        />
 
136
                        <Tool
 
137
                                Name="VCResourceCompilerTool"
 
138
                        />
 
139
                        <Tool
 
140
                                Name="VCPreLinkEventTool"
 
141
                        />
 
142
                        <Tool
 
143
                                Name="VCLinkerTool"
 
144
                                OutputFile="..\..\bin\Win32-VisualStudio\21.Quake3MapExplorer.exe"
 
145
                                LinkIncremental="1"
 
146
                                AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio"
 
147
                                GenerateDebugInformation="false"
 
148
                                SubSystem="1"
 
149
                                OptimizeReferences="2"
 
150
                                EnableCOMDATFolding="2"
 
151
                                RandomizedBaseAddress="1"
 
152
                                DataExecutionPrevention="0"
 
153
                                TargetMachine="1"
 
154
                        />
 
155
                        <Tool
 
156
                                Name="VCALinkTool"
 
157
                        />
 
158
                        <Tool
 
159
                                Name="VCManifestTool"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCXDCMakeTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCBscMakeTool"
 
166
                        />
 
167
                        <Tool
 
168
                                Name="VCFxCopTool"
 
169
                        />
 
170
                        <Tool
 
171
                                Name="VCAppVerifierTool"
 
172
                        />
 
173
                        <Tool
 
174
                                Name="VCPostBuildEventTool"
 
175
                        />
 
176
                </Configuration>
 
177
        </Configurations>
 
178
        <References>
 
179
        </References>
 
180
        <Files>
 
181
                <File
 
182
                        RelativePath=".\main.cpp"
 
183
                        >
 
184
                </File>
 
185
                <File
 
186
                        RelativePath=".\q3factory.cpp"
 
187
                        >
 
188
                </File>
 
189
                <File
 
190
                        RelativePath=".\q3factory.h"
 
191
                        >
 
192
                </File>
 
193
                <File
 
194
                        RelativePath=".\sound.cpp"
 
195
                        >
 
196
                </File>
 
197
                <File
 
198
                        RelativePath=".\sound.h"
 
199
                        >
 
200
                </File>
 
201
        </Files>
 
202
        <Globals>
 
203
        </Globals>
 
204
</VisualStudioProject>