~baltix/+junk/irrlicht-test

« back to all changes in this revision

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