~baltix/+junk/irrlicht-test

« back to all changes in this revision

Viewing changes to examples/03.CustomSceneNode/CustomSceneNode_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="03.CustomSceneNode_vc8"
 
6
        ProjectGUID="{171CCDFA-C140-4956-8EB7-F0168F4521D3}"
 
7
        RootNamespace="CustomSceneNode_vc8"
 
8
        >
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"
 
12
                />
 
13
        </Platforms>
 
14
        <ToolFiles>
 
15
        </ToolFiles>
 
16
        <Configurations>
 
17
                <Configuration
 
18
                        Name="Debug|Win32"
 
19
                        OutputDirectory=".\Debug"
 
20
                        IntermediateDirectory=".\Debug"
 
21
                        ConfigurationType="1"
 
22
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
23
                        UseOfMFC="0"
 
24
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
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
                                TypeLibraryName=".\Debug/CustomSceneNode.tlb"
 
42
                                HeaderFileName=""
 
43
                        />
 
44
                        <Tool
 
45
                                Name="VCCLCompilerTool"
 
46
                                Optimization="0"
 
47
                                AdditionalIncludeDirectories="..\..\include"
 
48
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
49
                                BasicRuntimeChecks="3"
 
50
                                RuntimeLibrary="1"
 
51
                                UsePrecompiledHeader="0"
 
52
                                PrecompiledHeaderFile=".\Debug/CustomSceneNode.pch"
 
53
                                AssemblerListingLocation=".\Debug/"
 
54
                                ObjectFile=".\Debug/"
 
55
                                ProgramDataBaseFileName=".\Debug/"
 
56
                                WarningLevel="3"
 
57
                                SuppressStartupBanner="true"
 
58
                                DebugInformationFormat="4"
 
59
                                CompileAs="0"
 
60
                        />
 
61
                        <Tool
 
62
                                Name="VCManagedResourceCompilerTool"
 
63
                        />
 
64
                        <Tool
 
65
                                Name="VCResourceCompilerTool"
 
66
                                PreprocessorDefinitions="_DEBUG"
 
67
                                Culture="3079"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCPreLinkEventTool"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCLinkerTool"
 
74
                                OutputFile="..\..\bin\Win32-VisualStudio\03.CustomSceneNode.exe"
 
75
                                LinkIncremental="0"
 
76
                                SuppressStartupBanner="true"
 
77
                                AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio"
 
78
                                GenerateDebugInformation="true"
 
79
                                ProgramDatabaseFile=".\Debug/CustomSceneNode.pdb"
 
80
                                SubSystem="1"
 
81
                                TargetMachine="1"
 
82
                        />
 
83
                        <Tool
 
84
                                Name="VCALinkTool"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCManifestTool"
 
88
                        />
 
89
                        <Tool
 
90
                                Name="VCXDCMakeTool"
 
91
                        />
 
92
                        <Tool
 
93
                                Name="VCBscMakeTool"
 
94
                        />
 
95
                        <Tool
 
96
                                Name="VCFxCopTool"
 
97
                        />
 
98
                        <Tool
 
99
                                Name="VCAppVerifierTool"
 
100
                        />
 
101
                        <Tool
 
102
                                Name="VCWebDeploymentTool"
 
103
                        />
 
104
                        <Tool
 
105
                                Name="VCPostBuildEventTool"
 
106
                        />
 
107
                </Configuration>
 
108
                <Configuration
 
109
                        Name="Release|Win32"
 
110
                        OutputDirectory=".\Release"
 
111
                        IntermediateDirectory=".\Release"
 
112
                        ConfigurationType="1"
 
113
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
114
                        UseOfMFC="0"
 
115
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
116
                        CharacterSet="2"
 
117
                        >
 
118
                        <Tool
 
119
                                Name="VCPreBuildEventTool"
 
120
                        />
 
121
                        <Tool
 
122
                                Name="VCCustomBuildTool"
 
123
                        />
 
124
                        <Tool
 
125
                                Name="VCXMLDataGeneratorTool"
 
126
                        />
 
127
                        <Tool
 
128
                                Name="VCWebServiceProxyGeneratorTool"
 
129
                        />
 
130
                        <Tool
 
131
                                Name="VCMIDLTool"
 
132
                                TypeLibraryName=".\Release/CustomSceneNode.tlb"
 
133
                                HeaderFileName=""
 
134
                        />
 
135
                        <Tool
 
136
                                Name="VCCLCompilerTool"
 
137
                                Optimization="2"
 
138
                                InlineFunctionExpansion="1"
 
139
                                AdditionalIncludeDirectories="..\..\include"
 
140
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
141
                                StringPooling="true"
 
142
                                RuntimeLibrary="0"
 
143
                                EnableFunctionLevelLinking="true"
 
144
                                UsePrecompiledHeader="0"
 
145
                                PrecompiledHeaderFile=".\Release/CustomSceneNode.pch"
 
146
                                AssemblerListingLocation=".\Release/"
 
147
                                ObjectFile=".\Release/"
 
148
                                ProgramDataBaseFileName=".\Release/"
 
149
                                WarningLevel="3"
 
150
                                SuppressStartupBanner="true"
 
151
                                CompileAs="0"
 
152
                        />
 
153
                        <Tool
 
154
                                Name="VCManagedResourceCompilerTool"
 
155
                        />
 
156
                        <Tool
 
157
                                Name="VCResourceCompilerTool"
 
158
                                PreprocessorDefinitions="NDEBUG"
 
159
                                Culture="3079"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCPreLinkEventTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCLinkerTool"
 
166
                                OutputFile="..\..\bin\Win32-VisualStudio\03.CustomSceneNode.exe"
 
167
                                LinkIncremental="0"
 
168
                                SuppressStartupBanner="true"
 
169
                                AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio"
 
170
                                ProgramDatabaseFile=".\Release/CustomSceneNode.pdb"
 
171
                                SubSystem="1"
 
172
                                TargetMachine="1"
 
173
                        />
 
174
                        <Tool
 
175
                                Name="VCALinkTool"
 
176
                        />
 
177
                        <Tool
 
178
                                Name="VCManifestTool"
 
179
                        />
 
180
                        <Tool
 
181
                                Name="VCXDCMakeTool"
 
182
                        />
 
183
                        <Tool
 
184
                                Name="VCBscMakeTool"
 
185
                        />
 
186
                        <Tool
 
187
                                Name="VCFxCopTool"
 
188
                        />
 
189
                        <Tool
 
190
                                Name="VCAppVerifierTool"
 
191
                        />
 
192
                        <Tool
 
193
                                Name="VCWebDeploymentTool"
 
194
                        />
 
195
                        <Tool
 
196
                                Name="VCPostBuildEventTool"
 
197
                        />
 
198
                </Configuration>
 
199
        </Configurations>
 
200
        <References>
 
201
        </References>
 
202
        <Files>
 
203
                <File
 
204
                        RelativePath="main.cpp"
 
205
                        >
 
206
                        <FileConfiguration
 
207
                                Name="Debug|Win32"
 
208
                                >
 
209
                                <Tool
 
210
                                        Name="VCCLCompilerTool"
 
211
                                        Optimization="0"
 
212
                                        AdditionalIncludeDirectories=""
 
213
                                        PreprocessorDefinitions=""
 
214
                                        BasicRuntimeChecks="3"
 
215
                                />
 
216
                        </FileConfiguration>
 
217
                        <FileConfiguration
 
218
                                Name="Release|Win32"
 
219
                                >
 
220
                                <Tool
 
221
                                        Name="VCCLCompilerTool"
 
222
                                        Optimization="2"
 
223
                                        AdditionalIncludeDirectories=""
 
224
                                        PreprocessorDefinitions=""
 
225
                                />
 
226
                        </FileConfiguration>
 
227
                </File>
 
228
        </Files>
 
229
        <Globals>
 
230
        </Globals>
 
231
</VisualStudioProject>