aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/irrlicht-1.8.1/examples/25.XmlHandling/XmlHandling.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/irrlicht-1.8.1/examples/25.XmlHandling/XmlHandling.vcproj')
-rw-r--r--src/others/irrlicht-1.8.1/examples/25.XmlHandling/XmlHandling.vcproj195
1 files changed, 195 insertions, 0 deletions
diff --git a/src/others/irrlicht-1.8.1/examples/25.XmlHandling/XmlHandling.vcproj b/src/others/irrlicht-1.8.1/examples/25.XmlHandling/XmlHandling.vcproj
new file mode 100644
index 0000000..152a415
--- /dev/null
+++ b/src/others/irrlicht-1.8.1/examples/25.XmlHandling/XmlHandling.vcproj
@@ -0,0 +1,195 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9,00"
5 Name="25.XmlHandling"
6 ProjectGUID="{8FDA260E-EF27-4f8c-8720-7AF707DD0D9E}"
7 Keyword="Win32Proj"
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 CharacterSet="2"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 />
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 AdditionalIncludeDirectories="..\..\include"
45 PreprocessorDefinitions="_IRR_STATIC_LIB_;WIN32;_DEBUG;_WINDOWS"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="1"
49 UsePrecompiledHeader="0"
50 WarningLevel="3"
51 Detect64BitPortabilityProblems="true"
52 DebugInformationFormat="4"
53 />
54 <Tool
55 Name="VCManagedResourceCompilerTool"
56 />
57 <Tool
58 Name="VCResourceCompilerTool"
59 />
60 <Tool
61 Name="VCPreLinkEventTool"
62 />
63 <Tool
64 Name="VCLinkerTool"
65 OutputFile="..\..\bin\Win32-VisualStudio\25.XmlHandling.exe"
66 LinkIncremental="1"
67 AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio"
68 GenerateDebugInformation="true"
69 ProgramDatabaseFile="$(OutDir)/XmlHandling.pdb"
70 SubSystem="1"
71 RandomizedBaseAddress="1"
72 DataExecutionPrevention="0"
73 TargetMachine="1"
74 />
75 <Tool
76 Name="VCALinkTool"
77 />
78 <Tool
79 Name="VCManifestTool"
80 />
81 <Tool
82 Name="VCXDCMakeTool"
83 />
84 <Tool
85 Name="VCBscMakeTool"
86 />
87 <Tool
88 Name="VCFxCopTool"
89 />
90 <Tool
91 Name="VCAppVerifierTool"
92 />
93 <Tool
94 Name="VCPostBuildEventTool"
95 />
96 </Configuration>
97 <Configuration
98 Name="Release|Win32"
99 OutputDirectory="Release"
100 IntermediateDirectory="Release"
101 ConfigurationType="1"
102 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
103 CharacterSet="2"
104 WholeProgramOptimization="1"
105 >
106 <Tool
107 Name="VCPreBuildEventTool"
108 />
109 <Tool
110 Name="VCCustomBuildTool"
111 />
112 <Tool
113 Name="VCXMLDataGeneratorTool"
114 />
115 <Tool
116 Name="VCWebServiceProxyGeneratorTool"
117 />
118 <Tool
119 Name="VCMIDLTool"
120 />
121 <Tool
122 Name="VCCLCompilerTool"
123 AdditionalOptions="/QIfist /Oa"
124 Optimization="3"
125 InlineFunctionExpansion="2"
126 EnableIntrinsicFunctions="true"
127 FavorSizeOrSpeed="1"
128 OmitFramePointers="true"
129 AdditionalIncludeDirectories="..\..\include"
130 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
131 RuntimeLibrary="0"
132 BufferSecurityCheck="false"
133 UsePrecompiledHeader="0"
134 WarningLevel="3"
135 Detect64BitPortabilityProblems="true"
136 DebugInformationFormat="0"
137 CallingConvention="1"
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 OutputFile="..\..\bin\Win32-VisualStudio\25.XmlHandling.exe"
151 LinkIncremental="1"
152 SuppressStartupBanner="true"
153 AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio"
154 GenerateDebugInformation="false"
155 SubSystem="1"
156 OptimizeReferences="2"
157 EnableCOMDATFolding="2"
158 RandomizedBaseAddress="1"
159 DataExecutionPrevention="0"
160 TargetMachine="1"
161 />
162 <Tool
163 Name="VCALinkTool"
164 />
165 <Tool
166 Name="VCManifestTool"
167 />
168 <Tool
169 Name="VCXDCMakeTool"
170 />
171 <Tool
172 Name="VCBscMakeTool"
173 />
174 <Tool
175 Name="VCFxCopTool"
176 />
177 <Tool
178 Name="VCAppVerifierTool"
179 />
180 <Tool
181 Name="VCPostBuildEventTool"
182 />
183 </Configuration>
184 </Configurations>
185 <References>
186 </References>
187 <Files>
188 <File
189 RelativePath=".\main.cpp"
190 >
191 </File>
192 </Files>
193 <Globals>
194 </Globals>
195</VisualStudioProject>