~baltix/+junk/irrlicht-test

« back to all changes in this revision

Viewing changes to tools/GUIEditor/GUI Editor_v8.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="GUI Editor"
 
6
        ProjectGUID="{853A396E-C031-4C26-A716-5B4E176BE11D}"
 
7
        RootNamespace="GUI Editor"
 
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
                                FavorSizeOrSpeed="0"
 
45
                                WholeProgramOptimization="false"
 
46
                                AdditionalIncludeDirectories="..\..\include"
 
47
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
48
                                MinimalRebuild="true"
 
49
                                BasicRuntimeChecks="3"
 
50
                                RuntimeLibrary="1"
 
51
                                UsePrecompiledHeader="0"
 
52
                                WarningLevel="3"
 
53
                                Detect64BitPortabilityProblems="true"
 
54
                                DebugInformationFormat="4"
 
55
                        />
 
56
                        <Tool
 
57
                                Name="VCManagedResourceCompilerTool"
 
58
                        />
 
59
                        <Tool
 
60
                                Name="VCResourceCompilerTool"
 
61
                        />
 
62
                        <Tool
 
63
                                Name="VCPreLinkEventTool"
 
64
                        />
 
65
                        <Tool
 
66
                                Name="VCLinkerTool"
 
67
                                AdditionalOptions=" kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib glu32.lib opengl32.lib "
 
68
                                OutputFile="../../bin/Win32-visualstudio/GUIEditor.exe"
 
69
                                LinkIncremental="2"
 
70
                                AdditionalLibraryDirectories="&quot;..\..\lib\Win32-visualstudio&quot;"
 
71
                                GenerateDebugInformation="true"
 
72
                                ProgramDatabaseFile="$(OutDir)/GUIEditor.pdb"
 
73
                                SubSystem="1"
 
74
                                TargetMachine="1"
 
75
                        />
 
76
                        <Tool
 
77
                                Name="VCALinkTool"
 
78
                        />
 
79
                        <Tool
 
80
                                Name="VCManifestTool"
 
81
                        />
 
82
                        <Tool
 
83
                                Name="VCXDCMakeTool"
 
84
                        />
 
85
                        <Tool
 
86
                                Name="VCBscMakeTool"
 
87
                        />
 
88
                        <Tool
 
89
                                Name="VCFxCopTool"
 
90
                        />
 
91
                        <Tool
 
92
                                Name="VCAppVerifierTool"
 
93
                        />
 
94
                        <Tool
 
95
                                Name="VCWebDeploymentTool"
 
96
                        />
 
97
                        <Tool
 
98
                                Name="VCPostBuildEventTool"
 
99
                        />
 
100
                </Configuration>
 
101
                <Configuration
 
102
                        Name="Release|Win32"
 
103
                        OutputDirectory="Release"
 
104
                        IntermediateDirectory="Release"
 
105
                        ConfigurationType="1"
 
106
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
107
                        CharacterSet="2"
 
108
                        >
 
109
                        <Tool
 
110
                                Name="VCPreBuildEventTool"
 
111
                        />
 
112
                        <Tool
 
113
                                Name="VCCustomBuildTool"
 
114
                        />
 
115
                        <Tool
 
116
                                Name="VCXMLDataGeneratorTool"
 
117
                        />
 
118
                        <Tool
 
119
                                Name="VCWebServiceProxyGeneratorTool"
 
120
                        />
 
121
                        <Tool
 
122
                                Name="VCMIDLTool"
 
123
                        />
 
124
                        <Tool
 
125
                                Name="VCCLCompilerTool"
 
126
                                Optimization="3"
 
127
                                WholeProgramOptimization="true"
 
128
                                AdditionalIncludeDirectories="..\..\include"
 
129
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
130
                                RuntimeLibrary="0"
 
131
                                UsePrecompiledHeader="0"
 
132
                                WarningLevel="3"
 
133
                                Detect64BitPortabilityProblems="true"
 
134
                                DebugInformationFormat="3"
 
135
                        />
 
136
                        <Tool
 
137
                                Name="VCManagedResourceCompilerTool"
 
138
                        />
 
139
                        <Tool
 
140
                                Name="VCResourceCompilerTool"
 
141
                        />
 
142
                        <Tool
 
143
                                Name="VCPreLinkEventTool"
 
144
                        />
 
145
                        <Tool
 
146
                                Name="VCLinkerTool"
 
147
                                OutputFile="../../bin/Win32-visualstudio/GUIEditor.exe"
 
148
                                LinkIncremental="1"
 
149
                                GenerateDebugInformation="true"
 
150
                                SubSystem="1"
 
151
                                OptimizeReferences="2"
 
152
                                EnableCOMDATFolding="2"
 
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="VCWebDeploymentTool"
 
175
                        />
 
176
                        <Tool
 
177
                                Name="VCPostBuildEventTool"
 
178
                        />
 
179
                </Configuration>
 
180
        </Configurations>
 
181
        <References>
 
182
        </References>
 
183
        <Files>
 
184
                <Filter
 
185
                        Name="gui"
 
186
                        >
 
187
                        <File
 
188
                                RelativePath=".\CGUIEditFactory.cpp"
 
189
                                >
 
190
                        </File>
 
191
                        <File
 
192
                                RelativePath=".\CGUIEditFactory.h"
 
193
                                >
 
194
                        </File>
 
195
                        <File
 
196
                                RelativePath=".\CGUIEditWindow.cpp"
 
197
                                >
 
198
                        </File>
 
199
                        <File
 
200
                                RelativePath=".\CGUIEditWindow.h"
 
201
                                >
 
202
                        </File>
 
203
                        <File
 
204
                                RelativePath=".\CGUIEditWorkspace.cpp"
 
205
                                >
 
206
                        </File>
 
207
                        <File
 
208
                                RelativePath=".\CGUIEditWorkspace.h"
 
209
                                >
 
210
                        </File>
 
211
                        <File
 
212
                                RelativePath=".\CGUITextureCacheBrowser.cpp"
 
213
                                >
 
214
                        </File>
 
215
                        <File
 
216
                                RelativePath=".\CGUITextureCacheBrowser.h"
 
217
                                >
 
218
                        </File>
 
219
                        <Filter
 
220
                                Name="GUIAttributes"
 
221
                                >
 
222
                                <File
 
223
                                        RelativePath=".\CGUIAttribute.h"
 
224
                                        >
 
225
                                </File>
 
226
                                <File
 
227
                                        RelativePath=".\CGUIAttributeEditor.cpp"
 
228
                                        >
 
229
                                </File>
 
230
                                <File
 
231
                                        RelativePath=".\CGUIAttributeEditor.h"
 
232
                                        >
 
233
                                </File>
 
234
                                <File
 
235
                                        RelativePath=".\CGUIBoolAttribute.h"
 
236
                                        >
 
237
                                </File>
 
238
                                <File
 
239
                                        RelativePath=".\CGUIColorAttribute.h"
 
240
                                        >
 
241
                                </File>
 
242
                                <File
 
243
                                        RelativePath=".\CGUIEnumAttribute.h"
 
244
                                        >
 
245
                                </File>
 
246
                                <File
 
247
                                        RelativePath=".\CGUIStringAttribute.h"
 
248
                                        >
 
249
                                </File>
 
250
                                <File
 
251
                                        RelativePath=".\CGUITextureAttribute.h"
 
252
                                        >
 
253
                                </File>
 
254
                        </Filter>
 
255
                        <Filter
 
256
                                Name="Useful GUI Elements"
 
257
                                >
 
258
                                <File
 
259
                                        RelativePath=".\CGUIPanel.cpp"
 
260
                                        >
 
261
                                </File>
 
262
                                <File
 
263
                                        RelativePath=".\CGUIPanel.h"
 
264
                                        >
 
265
                                </File>
 
266
                        </Filter>
 
267
                        <Filter
 
268
                                Name="Element Editors"
 
269
                                >
 
270
                                <File
 
271
                                        RelativePath=".\CGUIDummyEditorStub.h"
 
272
                                        >
 
273
                                </File>
 
274
                        </Filter>
 
275
                </Filter>
 
276
                <Filter
 
277
                        Name="io"
 
278
                        >
 
279
                        <File
 
280
                                RelativePath=".\CMemoryReadWriteFile.cpp"
 
281
                                >
 
282
                        </File>
 
283
                        <File
 
284
                                RelativePath=".\CMemoryReadWriteFile.h"
 
285
                                >
 
286
                        </File>
 
287
                </Filter>
 
288
                <File
 
289
                        RelativePath=".\main.cpp"
 
290
                        >
 
291
                </File>
 
292
        </Files>
 
293
        <Globals>
 
294
        </Globals>
 
295
</VisualStudioProject>