~ubuntu-branches/ubuntu/wily/opencollada/wily-proposed

« back to all changes in this revision

Viewing changes to dae2ogre/scripts/dae2ogre.vcproj

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2015-05-14 17:23:27 UTC
  • Revision ID: package-import@ubuntu.com-20150514172327-f862u8envms01fra
Tags: upstream-0.1.0~20140703.ddf8f47+dfsg1
ImportĀ upstreamĀ versionĀ 0.1.0~20140703.ddf8f47+dfsg1

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="dae2ogre"
 
6
        ProjectGUID="{46E2C931-D727-4204-B5BC-1A24242808DD}"
 
7
        RootNamespace="dae2ogre"
 
8
        Keyword="Win32Proj"
 
9
        TargetFrameworkVersion="131072"
 
10
        >
 
11
        <Platforms>
 
12
                <Platform
 
13
                        Name="Win32"
 
14
                />
 
15
                <Platform
 
16
                        Name="x64"
 
17
                />
 
18
        </Platforms>
 
19
        <ToolFiles>
 
20
        </ToolFiles>
 
21
        <Configurations>
 
22
                <Configuration
 
23
                        Name="Debug|Win32"
 
24
                        OutputDirectory="..\bin\win\$(PlatformName)\$(ConfigurationName)"
 
25
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
26
                        ConfigurationType="1"
 
27
                        CharacterSet="1"
 
28
                        >
 
29
                        <Tool
 
30
                                Name="VCPreBuildEventTool"
 
31
                                CommandLine=""
 
32
                        />
 
33
                        <Tool
 
34
                                Name="VCCustomBuildTool"
 
35
                        />
 
36
                        <Tool
 
37
                                Name="VCXMLDataGeneratorTool"
 
38
                        />
 
39
                        <Tool
 
40
                                Name="VCWebServiceProxyGeneratorTool"
 
41
                        />
 
42
                        <Tool
 
43
                                Name="VCMIDLTool"
 
44
                        />
 
45
                        <Tool
 
46
                                Name="VCCLCompilerTool"
 
47
                                Optimization="0"
 
48
                                AdditionalIncludeDirectories="..\include;..\..\COLLADABaseUtils\include;..\..\COLLADAFramework\include;..\..\COLLADASaxFrameworkLoader\include;..\..\Externals\MathMLSolver\include;..\..\Externals\MathMLSolver\include\AST"
 
49
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
50
                                MinimalRebuild="true"
 
51
                                BasicRuntimeChecks="3"
 
52
                                RuntimeLibrary="3"
 
53
                                UsePrecompiledHeader="0"
 
54
                                WarningLevel="3"
 
55
                                Detect64BitPortabilityProblems="true"
 
56
                                DebugInformationFormat="4"
 
57
                        />
 
58
                        <Tool
 
59
                                Name="VCManagedResourceCompilerTool"
 
60
                        />
 
61
                        <Tool
 
62
                                Name="VCResourceCompilerTool"
 
63
                        />
 
64
                        <Tool
 
65
                                Name="VCPreLinkEventTool"
 
66
                        />
 
67
                        <Tool
 
68
                                Name="VCLinkerTool"
 
69
                                AdditionalDependencies=" "
 
70
                                LinkIncremental="2"
 
71
                                AdditionalLibraryDirectories=""
 
72
                                GenerateManifest="true"
 
73
                                GenerateDebugInformation="true"
 
74
                                SubSystem="1"
 
75
                                RandomizedBaseAddress="1"
 
76
                                DataExecutionPrevention="0"
 
77
                                TargetMachine="1"
 
78
                        />
 
79
                        <Tool
 
80
                                Name="VCALinkTool"
 
81
                        />
 
82
                        <Tool
 
83
                                Name="VCManifestTool"
 
84
                        />
 
85
                        <Tool
 
86
                                Name="VCXDCMakeTool"
 
87
                        />
 
88
                        <Tool
 
89
                                Name="VCBscMakeTool"
 
90
                        />
 
91
                        <Tool
 
92
                                Name="VCFxCopTool"
 
93
                        />
 
94
                        <Tool
 
95
                                Name="VCAppVerifierTool"
 
96
                        />
 
97
                        <Tool
 
98
                                Name="VCPostBuildEventTool"
 
99
                                CommandLine="&#x0D;&#x0A;set runtimeDir=&quot;..\runtime\$(ConfigurationName)&quot;&#x0D;&#x0A;&#x0D;&#x0A;if not exist %runtimeDir% (&#x0D;&#x0A;echo Creating plugin directory %runtimeDir%&#x0D;&#x0A;mkdir %runtimeDir% &gt; nul&#x0D;&#x0A;)&#x0D;&#x0A;&#x0D;&#x0A;echo copy dae2ogre&#x0D;&#x0A;copy $(TargetPath) %runtimeDir% &gt;nul&#x0D;&#x0A;"
 
100
                        />
 
101
                </Configuration>
 
102
                <Configuration
 
103
                        Name="Debug|x64"
 
104
                        OutputDirectory="..\bin\win\$(PlatformName)\$(ConfigurationName)"
 
105
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
106
                        ConfigurationType="1"
 
107
                        CharacterSet="1"
 
108
                        >
 
109
                        <Tool
 
110
                                Name="VCPreBuildEventTool"
 
111
                                CommandLine=""
 
112
                        />
 
113
                        <Tool
 
114
                                Name="VCCustomBuildTool"
 
115
                        />
 
116
                        <Tool
 
117
                                Name="VCXMLDataGeneratorTool"
 
118
                        />
 
119
                        <Tool
 
120
                                Name="VCWebServiceProxyGeneratorTool"
 
121
                        />
 
122
                        <Tool
 
123
                                Name="VCMIDLTool"
 
124
                                TargetEnvironment="3"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCCLCompilerTool"
 
128
                                Optimization="0"
 
129
                                AdditionalIncludeDirectories="..\include;..\..\COLLADABaseUtils\include;..\..\COLLADAFramework\include;..\..\COLLADASaxFrameworkLoader\include;..\..\Externals\MathMLSolver\include;..\..\Externals\MathMLSolver\include\AST"
 
130
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
131
                                MinimalRebuild="true"
 
132
                                BasicRuntimeChecks="3"
 
133
                                RuntimeLibrary="3"
 
134
                                UsePrecompiledHeader="0"
 
135
                                WarningLevel="3"
 
136
                                Detect64BitPortabilityProblems="true"
 
137
                                DebugInformationFormat="3"
 
138
                        />
 
139
                        <Tool
 
140
                                Name="VCManagedResourceCompilerTool"
 
141
                        />
 
142
                        <Tool
 
143
                                Name="VCResourceCompilerTool"
 
144
                        />
 
145
                        <Tool
 
146
                                Name="VCPreLinkEventTool"
 
147
                        />
 
148
                        <Tool
 
149
                                Name="VCLinkerTool"
 
150
                                AdditionalDependencies=" "
 
151
                                LinkIncremental="2"
 
152
                                AdditionalLibraryDirectories=""
 
153
                                GenerateManifest="true"
 
154
                                GenerateDebugInformation="true"
 
155
                                SubSystem="1"
 
156
                                RandomizedBaseAddress="1"
 
157
                                DataExecutionPrevention="0"
 
158
                                TargetMachine="17"
 
159
                        />
 
160
                        <Tool
 
161
                                Name="VCALinkTool"
 
162
                        />
 
163
                        <Tool
 
164
                                Name="VCManifestTool"
 
165
                        />
 
166
                        <Tool
 
167
                                Name="VCXDCMakeTool"
 
168
                        />
 
169
                        <Tool
 
170
                                Name="VCBscMakeTool"
 
171
                        />
 
172
                        <Tool
 
173
                                Name="VCFxCopTool"
 
174
                        />
 
175
                        <Tool
 
176
                                Name="VCAppVerifierTool"
 
177
                        />
 
178
                        <Tool
 
179
                                Name="VCPostBuildEventTool"
 
180
                                CommandLine="&#x0D;&#x0A;set runtimeDir=&quot;..\runtime\$(ConfigurationName)&quot;&#x0D;&#x0A;&#x0D;&#x0A;if not exist %runtimeDir% (&#x0D;&#x0A;echo Creating plugin directory %runtimeDir%&#x0D;&#x0A;mkdir %runtimeDir% &gt; nul&#x0D;&#x0A;)&#x0D;&#x0A;&#x0D;&#x0A;echo copy dae2ogre&#x0D;&#x0A;copy $(TargetPath) %runtimeDir% &gt;nul&#x0D;&#x0A;"
 
181
                        />
 
182
                </Configuration>
 
183
                <Configuration
 
184
                        Name="Release|Win32"
 
185
                        OutputDirectory="..\bin\win\$(PlatformName)\$(ConfigurationName)"
 
186
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
187
                        ConfigurationType="1"
 
188
                        CharacterSet="1"
 
189
                        WholeProgramOptimization="1"
 
190
                        >
 
191
                        <Tool
 
192
                                Name="VCPreBuildEventTool"
 
193
                                CommandLine=""
 
194
                        />
 
195
                        <Tool
 
196
                                Name="VCCustomBuildTool"
 
197
                        />
 
198
                        <Tool
 
199
                                Name="VCXMLDataGeneratorTool"
 
200
                        />
 
201
                        <Tool
 
202
                                Name="VCWebServiceProxyGeneratorTool"
 
203
                        />
 
204
                        <Tool
 
205
                                Name="VCMIDLTool"
 
206
                        />
 
207
                        <Tool
 
208
                                Name="VCCLCompilerTool"
 
209
                                AdditionalIncludeDirectories="..\include;..\..\COLLADABaseUtils\include;..\..\COLLADAFramework\include;..\..\COLLADASaxFrameworkLoader\include;..\..\Externals\MathMLSolver\include;..\..\Externals\MathMLSolver\include\AST"
 
210
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
211
                                RuntimeLibrary="2"
 
212
                                UsePrecompiledHeader="0"
 
213
                                WarningLevel="3"
 
214
                                Detect64BitPortabilityProblems="true"
 
215
                                DebugInformationFormat="3"
 
216
                        />
 
217
                        <Tool
 
218
                                Name="VCManagedResourceCompilerTool"
 
219
                        />
 
220
                        <Tool
 
221
                                Name="VCResourceCompilerTool"
 
222
                        />
 
223
                        <Tool
 
224
                                Name="VCPreLinkEventTool"
 
225
                        />
 
226
                        <Tool
 
227
                                Name="VCLinkerTool"
 
228
                                AdditionalDependencies=" "
 
229
                                LinkIncremental="1"
 
230
                                AdditionalLibraryDirectories=""
 
231
                                GenerateDebugInformation="true"
 
232
                                SubSystem="1"
 
233
                                OptimizeReferences="2"
 
234
                                EnableCOMDATFolding="2"
 
235
                                RandomizedBaseAddress="1"
 
236
                                DataExecutionPrevention="0"
 
237
                                TargetMachine="1"
 
238
                        />
 
239
                        <Tool
 
240
                                Name="VCALinkTool"
 
241
                        />
 
242
                        <Tool
 
243
                                Name="VCManifestTool"
 
244
                        />
 
245
                        <Tool
 
246
                                Name="VCXDCMakeTool"
 
247
                        />
 
248
                        <Tool
 
249
                                Name="VCBscMakeTool"
 
250
                        />
 
251
                        <Tool
 
252
                                Name="VCFxCopTool"
 
253
                        />
 
254
                        <Tool
 
255
                                Name="VCAppVerifierTool"
 
256
                        />
 
257
                        <Tool
 
258
                                Name="VCPostBuildEventTool"
 
259
                                CommandLine="&#x0D;&#x0A;set runtimeDir=&quot;..\runtime\$(ConfigurationName)&quot;&#x0D;&#x0A;&#x0D;&#x0A;if not exist %runtimeDir% (&#x0D;&#x0A;echo Creating plugin directory %runtimeDir%&#x0D;&#x0A;mkdir %runtimeDir% &gt; nul&#x0D;&#x0A;)&#x0D;&#x0A;&#x0D;&#x0A;echo copy dae2ogre&#x0D;&#x0A;copy $(TargetPath) %runtimeDir% &gt;nul&#x0D;&#x0A;"
 
260
                        />
 
261
                </Configuration>
 
262
                <Configuration
 
263
                        Name="Release|x64"
 
264
                        OutputDirectory="..\bin\win\$(PlatformName)\$(ConfigurationName)"
 
265
                        IntermediateDirectory="..\obj\win\$(PlatformName)\$(ConfigurationName)"
 
266
                        ConfigurationType="1"
 
267
                        CharacterSet="1"
 
268
                        WholeProgramOptimization="1"
 
269
                        >
 
270
                        <Tool
 
271
                                Name="VCPreBuildEventTool"
 
272
                                CommandLine=""
 
273
                        />
 
274
                        <Tool
 
275
                                Name="VCCustomBuildTool"
 
276
                        />
 
277
                        <Tool
 
278
                                Name="VCXMLDataGeneratorTool"
 
279
                        />
 
280
                        <Tool
 
281
                                Name="VCWebServiceProxyGeneratorTool"
 
282
                        />
 
283
                        <Tool
 
284
                                Name="VCMIDLTool"
 
285
                                TargetEnvironment="3"
 
286
                        />
 
287
                        <Tool
 
288
                                Name="VCCLCompilerTool"
 
289
                                AdditionalIncludeDirectories="..\include;..\..\COLLADABaseUtils\include;..\..\COLLADAFramework\include;..\..\COLLADASaxFrameworkLoader\include;..\..\Externals\MathMLSolver\include;..\..\Externals\MathMLSolver\include\AST"
 
290
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
291
                                RuntimeLibrary="2"
 
292
                                UsePrecompiledHeader="0"
 
293
                                WarningLevel="3"
 
294
                                Detect64BitPortabilityProblems="true"
 
295
                                DebugInformationFormat="3"
 
296
                        />
 
297
                        <Tool
 
298
                                Name="VCManagedResourceCompilerTool"
 
299
                        />
 
300
                        <Tool
 
301
                                Name="VCResourceCompilerTool"
 
302
                        />
 
303
                        <Tool
 
304
                                Name="VCPreLinkEventTool"
 
305
                        />
 
306
                        <Tool
 
307
                                Name="VCLinkerTool"
 
308
                                AdditionalDependencies=" "
 
309
                                LinkIncremental="1"
 
310
                                AdditionalLibraryDirectories=""
 
311
                                GenerateDebugInformation="true"
 
312
                                SubSystem="1"
 
313
                                OptimizeReferences="2"
 
314
                                EnableCOMDATFolding="2"
 
315
                                RandomizedBaseAddress="1"
 
316
                                DataExecutionPrevention="0"
 
317
                                TargetMachine="17"
 
318
                        />
 
319
                        <Tool
 
320
                                Name="VCALinkTool"
 
321
                        />
 
322
                        <Tool
 
323
                                Name="VCManifestTool"
 
324
                        />
 
325
                        <Tool
 
326
                                Name="VCXDCMakeTool"
 
327
                        />
 
328
                        <Tool
 
329
                                Name="VCBscMakeTool"
 
330
                        />
 
331
                        <Tool
 
332
                                Name="VCFxCopTool"
 
333
                        />
 
334
                        <Tool
 
335
                                Name="VCAppVerifierTool"
 
336
                        />
 
337
                        <Tool
 
338
                                Name="VCPostBuildEventTool"
 
339
                                CommandLine="&#x0D;&#x0A;set runtimeDir=&quot;..\runtime\$(ConfigurationName)&quot;&#x0D;&#x0A;&#x0D;&#x0A;if not exist %runtimeDir% (&#x0D;&#x0A;echo Creating plugin directory %runtimeDir%&#x0D;&#x0A;mkdir %runtimeDir% &gt; nul&#x0D;&#x0A;)&#x0D;&#x0A;&#x0D;&#x0A;echo copy dae2ogre&#x0D;&#x0A;copy $(TargetPath) %runtimeDir% &gt;nul&#x0D;&#x0A;"
 
340
                        />
 
341
                </Configuration>
 
342
        </Configurations>
 
343
        <References>
 
344
        </References>
 
345
        <Files>
 
346
                <Filter
 
347
                        Name="Header Files"
 
348
                        >
 
349
                        <File
 
350
                                RelativePath="..\include\DAE2OgreBaseWriter.h"
 
351
                                >
 
352
                        </File>
 
353
                        <File
 
354
                                RelativePath="..\include\DAE2OgreMeshWriter.h"
 
355
                                >
 
356
                        </File>
 
357
                        <File
 
358
                                RelativePath="..\include\DAE2OgreOgreWriter.h"
 
359
                                >
 
360
                        </File>
 
361
                        <File
 
362
                                RelativePath="..\include\DAE2OgrePrerequisites.h"
 
363
                                >
 
364
                        </File>
 
365
                        <File
 
366
                                RelativePath="..\include\DAE2OgreSceneGraphWriter.h"
 
367
                                >
 
368
                        </File>
 
369
                        <File
 
370
                                RelativePath="..\include\DAE2OgreSerializer.h"
 
371
                                >
 
372
                        </File>
 
373
                        <File
 
374
                                RelativePath="..\include\DAE2OgreStableHeaders.h"
 
375
                                >
 
376
                        </File>
 
377
                        <Filter
 
378
                                Name="Ogre"
 
379
                                >
 
380
                                <File
 
381
                                        RelativePath="..\include\OgreMeshFileFormat.h"
 
382
                                        >
 
383
                                </File>
 
384
                                <File
 
385
                                        RelativePath="..\include\OgreVertexElement.h"
 
386
                                        >
 
387
                                </File>
 
388
                        </Filter>
 
389
                </Filter>
 
390
                <Filter
 
391
                        Name="Source Files"
 
392
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
393
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
394
                        >
 
395
                        <File
 
396
                                RelativePath="..\src\DAE2OgreBaseWriter.cpp"
 
397
                                >
 
398
                        </File>
 
399
                        <File
 
400
                                RelativePath="..\src\DAE2OgreMeshWriter.cpp"
 
401
                                >
 
402
                        </File>
 
403
                        <File
 
404
                                RelativePath="..\src\DAE2OgreOgreWriter.cpp"
 
405
                                >
 
406
                        </File>
 
407
                        <File
 
408
                                RelativePath="..\src\DAE2OgreSceneGraphWriter.cpp"
 
409
                                >
 
410
                        </File>
 
411
                        <File
 
412
                                RelativePath="..\src\DAE2OgreSerializer.cpp"
 
413
                                >
 
414
                        </File>
 
415
                        <File
 
416
                                RelativePath="..\src\main.cpp"
 
417
                                >
 
418
                        </File>
 
419
                        <File
 
420
                                RelativePath="..\src\OgreVertexElement.cpp"
 
421
                                >
 
422
                        </File>
 
423
                </Filter>
 
424
        </Files>
 
425
        <Globals>
 
426
        </Globals>
 
427
</VisualStudioProject>