Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/tinyxml/tinyxml_lib.vcproj @ 21

Last change on this file since 21 was 21, checked in by nicolasc, 16 years ago

added ogreode and Colladaplugin

File size: 5.5 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="tinyxml"
6        ProjectGUID="{0A7B37E4-FBAA-456C-863C-776B52322E00}"
7        >
8        <Platforms>
9                <Platform
10                        Name="Win32"
11                />
12        </Platforms>
13        <ToolFiles>
14        </ToolFiles>
15        <Configurations>
16                <Configuration
17                        Name="Release|Win32"
18                        OutputDirectory=".\Release"
19                        IntermediateDirectory=".\Release"
20                        ConfigurationType="4"
21                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
22                        UseOfMFC="0"
23                        ATLMinimizesCRunTimeLibraryUsage="false"
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="2"
44                                InlineFunctionExpansion="1"
45                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
46                                StringPooling="true"
47                                RuntimeLibrary="2"
48                                EnableFunctionLevelLinking="true"
49                                PrecompiledHeaderFile=".\Release/tinyxml_lib.pch"
50                                AssemblerListingLocation=".\Release/"
51                                ObjectFile=".\Release/"
52                                ProgramDataBaseFileName=".\Release/"
53                                WarningLevel="3"
54                                SuppressStartupBanner="true"
55                        />
56                        <Tool
57                                Name="VCManagedResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCResourceCompilerTool"
61                                PreprocessorDefinitions="NDEBUG"
62                                Culture="1031"
63                        />
64                        <Tool
65                                Name="VCPreLinkEventTool"
66                        />
67                        <Tool
68                                Name="VCLibrarianTool"
69                                OutputFile="Release\tinyxml.lib"
70                                SuppressStartupBanner="true"
71                        />
72                        <Tool
73                                Name="VCALinkTool"
74                        />
75                        <Tool
76                                Name="VCXDCMakeTool"
77                        />
78                        <Tool
79                                Name="VCBscMakeTool"
80                                SuppressStartupBanner="true"
81                                OutputFile=".\Release/tinyxml_lib.bsc"
82                        />
83                        <Tool
84                                Name="VCFxCopTool"
85                        />
86                        <Tool
87                                Name="VCPostBuildEventTool"
88                        />
89                </Configuration>
90                <Configuration
91                        Name="Debug|Win32"
92                        OutputDirectory=".\Debug"
93                        IntermediateDirectory=".\Debug"
94                        ConfigurationType="4"
95                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
96                        UseOfMFC="0"
97                        ATLMinimizesCRunTimeLibraryUsage="false"
98                        CharacterSet="2"
99                        >
100                        <Tool
101                                Name="VCPreBuildEventTool"
102                        />
103                        <Tool
104                                Name="VCCustomBuildTool"
105                        />
106                        <Tool
107                                Name="VCXMLDataGeneratorTool"
108                        />
109                        <Tool
110                                Name="VCWebServiceProxyGeneratorTool"
111                        />
112                        <Tool
113                                Name="VCMIDLTool"
114                        />
115                        <Tool
116                                Name="VCCLCompilerTool"
117                                Optimization="0"
118                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
119                                MinimalRebuild="true"
120                                BasicRuntimeChecks="3"
121                                RuntimeLibrary="3"
122                                PrecompiledHeaderFile=".\Debug/tinyxml_lib.pch"
123                                AssemblerListingLocation=".\Debug/"
124                                ObjectFile=".\Debug/"
125                                ProgramDataBaseFileName=".\Debug/"
126                                BrowseInformation="1"
127                                WarningLevel="3"
128                                SuppressStartupBanner="true"
129                                DebugInformationFormat="4"
130                        />
131                        <Tool
132                                Name="VCManagedResourceCompilerTool"
133                        />
134                        <Tool
135                                Name="VCResourceCompilerTool"
136                                PreprocessorDefinitions="_DEBUG"
137                                Culture="1031"
138                        />
139                        <Tool
140                                Name="VCPreLinkEventTool"
141                        />
142                        <Tool
143                                Name="VCLibrarianTool"
144                                OutputFile="Debug\tinyxmld.lib"
145                                SuppressStartupBanner="true"
146                        />
147                        <Tool
148                                Name="VCALinkTool"
149                        />
150                        <Tool
151                                Name="VCXDCMakeTool"
152                        />
153                        <Tool
154                                Name="VCBscMakeTool"
155                                SuppressStartupBanner="true"
156                                OutputFile=".\Debug/tinyxml_lib.bsc"
157                        />
158                        <Tool
159                                Name="VCFxCopTool"
160                        />
161                        <Tool
162                                Name="VCPostBuildEventTool"
163                        />
164                </Configuration>
165        </Configurations>
166        <References>
167        </References>
168        <Files>
169                <Filter
170                        Name="Source Files"
171                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
172                        >
173                        <File
174                                RelativePath="tinystr.cpp"
175                                >
176                                <FileConfiguration
177                                        Name="Release|Win32"
178                                        >
179                                        <Tool
180                                                Name="VCCLCompilerTool"
181                                                PreprocessorDefinitions=""
182                                        />
183                                </FileConfiguration>
184                                <FileConfiguration
185                                        Name="Debug|Win32"
186                                        >
187                                        <Tool
188                                                Name="VCCLCompilerTool"
189                                                PreprocessorDefinitions=""
190                                        />
191                                </FileConfiguration>
192                        </File>
193                        <File
194                                RelativePath="tinyxml.cpp"
195                                >
196                                <FileConfiguration
197                                        Name="Release|Win32"
198                                        >
199                                        <Tool
200                                                Name="VCCLCompilerTool"
201                                                PreprocessorDefinitions=""
202                                        />
203                                </FileConfiguration>
204                                <FileConfiguration
205                                        Name="Debug|Win32"
206                                        >
207                                        <Tool
208                                                Name="VCCLCompilerTool"
209                                                PreprocessorDefinitions=""
210                                        />
211                                </FileConfiguration>
212                        </File>
213                        <File
214                                RelativePath="tinyxmlerror.cpp"
215                                >
216                                <FileConfiguration
217                                        Name="Release|Win32"
218                                        >
219                                        <Tool
220                                                Name="VCCLCompilerTool"
221                                                PreprocessorDefinitions=""
222                                        />
223                                </FileConfiguration>
224                                <FileConfiguration
225                                        Name="Debug|Win32"
226                                        >
227                                        <Tool
228                                                Name="VCCLCompilerTool"
229                                                PreprocessorDefinitions=""
230                                        />
231                                </FileConfiguration>
232                        </File>
233                        <File
234                                RelativePath="tinyxmlparser.cpp"
235                                >
236                                <FileConfiguration
237                                        Name="Release|Win32"
238                                        >
239                                        <Tool
240                                                Name="VCCLCompilerTool"
241                                                PreprocessorDefinitions=""
242                                        />
243                                </FileConfiguration>
244                                <FileConfiguration
245                                        Name="Debug|Win32"
246                                        >
247                                        <Tool
248                                                Name="VCCLCompilerTool"
249                                                PreprocessorDefinitions=""
250                                        />
251                                </FileConfiguration>
252                        </File>
253                </Filter>
254                <Filter
255                        Name="Header Files"
256                        Filter="h;hpp;hxx;hm;inl"
257                        >
258                        <File
259                                RelativePath="tinystr.h"
260                                >
261                        </File>
262                        <File
263                                RelativePath="tinyxml.h"
264                                >
265                        </File>
266                </Filter>
267                <File
268                        RelativePath="changes.txt"
269                        >
270                </File>
271                <File
272                        RelativePath="readme.txt"
273                        >
274                </File>
275                <File
276                        RelativePath="tutorial_gettingStarted.txt"
277                        >
278                </File>
279        </Files>
280        <Globals>
281        </Globals>
282</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.