~baltix/+junk/irrlicht-test

« back to all changes in this revision

Viewing changes to examples/04.Movement/Movement_vc9.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="04.Movement_vc9"
 
6
        ProjectGUID="{7BDBB7E8-E0C9-4A0D-83C1-D389D6140FEF}"
 
7
        RootNamespace="Movement_vc9"
 
8
        TargetFrameworkVersion="131072"
 
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
                        UseOfMFC="0"
 
25
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
26
                        CharacterSet="2"
 
27
                        >
 
28
                        <Tool
 
29
                                Name="VCPreBuildEventTool"
 
30
                        />
 
31
                        <Tool
 
32
                                Name="VCCustomBuildTool"
 
33
                        />
 
34
                        <Tool
 
35
                                Name="VCXMLDataGeneratorTool"
 
36
                        />
 
37
                        <Tool
 
38
                                Name="VCWebServiceProxyGeneratorTool"
 
39
                        />
 
40
                        <Tool
 
41
                                Name="VCMIDLTool"
 
42
                                TypeLibraryName=".\Debug/Movement.tlb"
 
43
                                HeaderFileName=""
 
44
                        />
 
45
                        <Tool
 
46
                                Name="VCCLCompilerTool"
 
47
                                Optimization="0"
 
48
                                AdditionalIncludeDirectories="..\..\include"
 
49
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
50
                                BasicRuntimeChecks="3"
 
51
                                RuntimeLibrary="1"
 
52
                                UsePrecompiledHeader="0"
 
53
                                PrecompiledHeaderFile=".\Debug/Movement.pch"
 
54
                                AssemblerListingLocation=".\Debug/"
 
55
                                ObjectFile=".\Debug/"
 
56
                                ProgramDataBaseFileName=".\Debug/"
 
57
                                WarningLevel="3"
 
58
                                SuppressStartupBanner="true"
 
59
                                DebugInformationFormat="4"
 
60
                                CompileAs="0"
 
61
                        />
 
62
                        <Tool
 
63
                                Name="VCManagedResourceCompilerTool"
 
64
                        />
 
65
                        <Tool
 
66
                                Name="VCResourceCompilerTool"
 
67
                                PreprocessorDefinitions="_DEBUG"
 
68
                                Culture="3079"
 
69
                        />
 
70
                        <Tool
 
71
                                Name="VCPreLinkEventTool"
 
72
                        />
 
73
                        <Tool
 
74
                                Name="VCLinkerTool"
 
75
                                OutputFile="..\..\bin\Win32-VisualStudio\04.Movement.exe"
 
76
                                LinkIncremental="0"
 
77
                                SuppressStartupBanner="true"
 
78
                                AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio"
 
79
                                GenerateDebugInformation="true"
 
80
                                ProgramDatabaseFile=".\Debug/Movement.pdb"
 
81
                                SubSystem="1"
 
82
                                RandomizedBaseAddress="1"
 
83
                                DataExecutionPrevention="0"
 
84
                                TargetMachine="1"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCALinkTool"
 
88
                        />
 
89
                        <Tool
 
90
                                Name="VCManifestTool"
 
91
                        />
 
92
                        <Tool
 
93
                                Name="VCXDCMakeTool"
 
94
                        />
 
95
                        <Tool
 
96
                                Name="VCBscMakeTool"
 
97
                        />
 
98
                        <Tool
 
99
                                Name="VCFxCopTool"
 
100
                        />
 
101
                        <Tool
 
102
                                Name="VCAppVerifierTool"
 
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/Movement.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/Movement.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\04.Movement.exe"
 
167
                                LinkIncremental="0"
 
168
                                SuppressStartupBanner="true"
 
169
                                AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio"
 
170
                                ProgramDatabaseFile=".\Release/Movement.pdb"
 
171
                                SubSystem="1"
 
172
                                RandomizedBaseAddress="1"
 
173
                                DataExecutionPrevention="0"
 
174
                                TargetMachine="1"
 
175
                        />
 
176
                        <Tool
 
177
                                Name="VCALinkTool"
 
178
                        />
 
179
                        <Tool
 
180
                                Name="VCManifestTool"
 
181
                        />
 
182
                        <Tool
 
183
                                Name="VCXDCMakeTool"
 
184
                        />
 
185
                        <Tool
 
186
                                Name="VCBscMakeTool"
 
187
                        />
 
188
                        <Tool
 
189
                                Name="VCFxCopTool"
 
190
                        />
 
191
                        <Tool
 
192
                                Name="VCAppVerifierTool"
 
193
                        />
 
194
                        <Tool
 
195
                                Name="VCPostBuildEventTool"
 
196
                        />
 
197
                </Configuration>
 
198
        </Configurations>
 
199
        <References>
 
200
        </References>
 
201
        <Files>
 
202
                <File
 
203
                        RelativePath="main.cpp"
 
204
                        >
 
205
                        <FileConfiguration
 
206
                                Name="Debug|Win32"
 
207
                                >
 
208
                                <Tool
 
209
                                        Name="VCCLCompilerTool"
 
210
                                        Optimization="0"
 
211
                                        AdditionalIncludeDirectories=""
 
212
                                        PreprocessorDefinitions=""
 
213
                                        BasicRuntimeChecks="3"
 
214
                                />
 
215
                        </FileConfiguration>
 
216
                        <FileConfiguration
 
217
                                Name="Release|Win32"
 
218
                                >
 
219
                                <Tool
 
220
                                        Name="VCCLCompilerTool"
 
221
                                        Optimization="2"
 
222
                                        AdditionalIncludeDirectories=""
 
223
                                        PreprocessorDefinitions=""
 
224
                                />
 
225
                        </FileConfiguration>
 
226
                </File>
 
227
        </Files>
 
228
        <Globals>
 
229
        </Globals>
 
230
</VisualStudioProject>