aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/irrlicht-1.8.1/examples/Demo/Demo.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/irrlicht-1.8.1/examples/Demo/Demo.vcproj')
-rw-r--r--src/others/irrlicht-1.8.1/examples/Demo/Demo.vcproj223
1 files changed, 223 insertions, 0 deletions
diff --git a/src/others/irrlicht-1.8.1/examples/Demo/Demo.vcproj b/src/others/irrlicht-1.8.1/examples/Demo/Demo.vcproj
new file mode 100644
index 0000000..fe55b37
--- /dev/null
+++ b/src/others/irrlicht-1.8.1/examples/Demo/Demo.vcproj
@@ -0,0 +1,223 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="Demo"
6 ProjectGUID="{6F076455-D955-45D4-9C68-4AD4E45F2D47}"
7 SccProjectName=""
8 SccLocalPath="">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Release|Win32"
16 OutputDirectory=".\Release"
17 IntermediateDirectory=".\Release"
18 ConfigurationType="1"
19 UseOfMFC="0"
20 ATLMinimizesCRunTimeLibraryUsage="FALSE"
21 CharacterSet="2">
22 <Tool
23 Name="VCCLCompilerTool"
24 Optimization="2"
25 InlineFunctionExpansion="1"
26 AdditionalIncludeDirectories="..\..\include"
27 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
28 StringPooling="TRUE"
29 RuntimeLibrary="4"
30 EnableFunctionLevelLinking="TRUE"
31 UsePrecompiledHeader="2"
32 PrecompiledHeaderFile=".\Release/Demo.pch"
33 AssemblerListingLocation=".\Release/"
34 ObjectFile=".\Release/"
35 ProgramDataBaseFileName=".\Release/"
36 WarningLevel="3"
37 SuppressStartupBanner="TRUE"
38 CompileAs="0"/>
39 <Tool
40 Name="VCCustomBuildTool"/>
41 <Tool
42 Name="VCLinkerTool"
43 OutputFile="..\..\bin\Win32-VisualStudio\Demo.exe"
44 LinkIncremental="0"
45 SuppressStartupBanner="TRUE"
46 AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio"
47 ProgramDatabaseFile=".\Release/Demo.pdb"
48 SubSystem="2"
49 TargetMachine="1"/>
50 <Tool
51 Name="VCMIDLTool"
52 PreprocessorDefinitions="NDEBUG"
53 MkTypLibCompatible="TRUE"
54 SuppressStartupBanner="TRUE"
55 TargetEnvironment="1"
56 TypeLibraryName=".\Release/Demo.tlb"
57 HeaderFileName=""/>
58 <Tool
59 Name="VCPostBuildEventTool"/>
60 <Tool
61 Name="VCPreBuildEventTool"/>
62 <Tool
63 Name="VCPreLinkEventTool"/>
64 <Tool
65 Name="VCResourceCompilerTool"
66 PreprocessorDefinitions="NDEBUG"
67 Culture="3079"/>
68 <Tool
69 Name="VCWebServiceProxyGeneratorTool"/>
70 <Tool
71 Name="VCXMLDataGeneratorTool"/>
72 <Tool
73 Name="VCWebDeploymentTool"/>
74 <Tool
75 Name="VCManagedWrapperGeneratorTool"/>
76 <Tool
77 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
78 </Configuration>
79 <Configuration
80 Name="Debug|Win32"
81 OutputDirectory=".\Debug"
82 IntermediateDirectory=".\Debug"
83 ConfigurationType="1"
84 UseOfMFC="0"
85 ATLMinimizesCRunTimeLibraryUsage="FALSE"
86 CharacterSet="2">
87 <Tool
88 Name="VCCLCompilerTool"
89 Optimization="0"
90 AdditionalIncludeDirectories="..\..\include"
91 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
92 BasicRuntimeChecks="3"
93 RuntimeLibrary="5"
94 UsePrecompiledHeader="2"
95 PrecompiledHeaderFile=".\Debug/Demo.pch"
96 AssemblerListingLocation=".\Debug/"
97 ObjectFile=".\Debug/"
98 ProgramDataBaseFileName=".\Debug/"
99 WarningLevel="3"
100 SuppressStartupBanner="TRUE"
101 DebugInformationFormat="4"
102 CompileAs="0"/>
103 <Tool
104 Name="VCCustomBuildTool"/>
105 <Tool
106 Name="VCLinkerTool"
107 OutputFile="..\..\bin\Win32-VisualStudio\Demo.exe"
108 LinkIncremental="0"
109 SuppressStartupBanner="TRUE"
110 AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio"
111 GenerateDebugInformation="TRUE"
112 ProgramDatabaseFile=".\Debug/Demo.pdb"
113 SubSystem="2"
114 TargetMachine="1"/>
115 <Tool
116 Name="VCMIDLTool"
117 PreprocessorDefinitions="_DEBUG"
118 MkTypLibCompatible="TRUE"
119 SuppressStartupBanner="TRUE"
120 TargetEnvironment="1"
121 TypeLibraryName=".\Debug/Demo.tlb"
122 HeaderFileName=""/>
123 <Tool
124 Name="VCPostBuildEventTool"/>
125 <Tool
126 Name="VCPreBuildEventTool"/>
127 <Tool
128 Name="VCPreLinkEventTool"/>
129 <Tool
130 Name="VCResourceCompilerTool"
131 PreprocessorDefinitions="_DEBUG"
132 Culture="3079"/>
133 <Tool
134 Name="VCWebServiceProxyGeneratorTool"/>
135 <Tool
136 Name="VCXMLDataGeneratorTool"/>
137 <Tool
138 Name="VCWebDeploymentTool"/>
139 <Tool
140 Name="VCManagedWrapperGeneratorTool"/>
141 <Tool
142 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
143 </Configuration>
144 </Configurations>
145 <References>
146 </References>
147 <Files>
148 <File
149 RelativePath="CDemo.cpp">
150 <FileConfiguration
151 Name="Release|Win32">
152 <Tool
153 Name="VCCLCompilerTool"
154 Optimization="2"
155 AdditionalIncludeDirectories=""
156 PreprocessorDefinitions=""/>
157 </FileConfiguration>
158 <FileConfiguration
159 Name="Debug|Win32">
160 <Tool
161 Name="VCCLCompilerTool"
162 Optimization="0"
163 AdditionalIncludeDirectories=""
164 PreprocessorDefinitions=""
165 BasicRuntimeChecks="3"/>
166 </FileConfiguration>
167 </File>
168 <File
169 RelativePath="CDemo.h">
170 </File>
171 <File
172 RelativePath="CMainMenu.cpp">
173 <FileConfiguration
174 Name="Release|Win32">
175 <Tool
176 Name="VCCLCompilerTool"
177 Optimization="2"
178 AdditionalIncludeDirectories=""
179 PreprocessorDefinitions=""/>
180 </FileConfiguration>
181 <FileConfiguration
182 Name="Debug|Win32">
183 <Tool
184 Name="VCCLCompilerTool"
185 Optimization="0"
186 AdditionalIncludeDirectories=""
187 PreprocessorDefinitions=""
188 BasicRuntimeChecks="3"/>
189 </FileConfiguration>
190 </File>
191 <File
192 RelativePath="CMainMenu.h">
193 </File>
194 <File
195 RelativePath="icon.ico">
196 </File>
197 <File
198 RelativePath="main.cpp">
199 <FileConfiguration
200 Name="Release|Win32">
201 <Tool
202 Name="VCCLCompilerTool"
203 Optimization="2"
204 AdditionalIncludeDirectories=""
205 PreprocessorDefinitions=""/>
206 </FileConfiguration>
207 <FileConfiguration
208 Name="Debug|Win32">
209 <Tool
210 Name="VCCLCompilerTool"
211 Optimization="0"
212 AdditionalIncludeDirectories=""
213 PreprocessorDefinitions=""
214 BasicRuntimeChecks="3"/>
215 </FileConfiguration>
216 </File>
217 <File
218 RelativePath="resscript.rc">
219 </File>
220 </Files>
221 <Globals>
222 </Globals>
223</VisualStudioProject>