~baltix/+junk/irrlicht-test

« back to all changes in this revision

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