Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/tiny_xml.vcproj @ 669

Last change on this file since 669 was 669, checked in by rgrieder, 16 years ago
  • completed last svn update (delete and add to rename first letter)
  • modified CMLs in oroxnox accordingly
  • added visual studio files
File size: 4.1 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="{2240ECD7-2F48-4431-8E1B-25466A384CCC}"
7        RootNamespace="FICN"
8        Keyword="Win32Proj"
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="$(SolutionDir)\bin"
21                        IntermediateDirectory="obj\$(ProjectName)\$(ConfigurationName)"
22                        ConfigurationType="4"
23                        CharacterSet="1"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
43                                AdditionalIncludeDirectories="src;$(OGRE_HOME)\OgreMain\include;$(OGRE_HOME)\Dependencies\include; $(ENET_HOME)\include;$(BOOST_HOME)"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                UsePrecompiledHeader="0"
49                                WarningLevel="3"
50                                Detect64BitPortabilityProblems="true"
51                                DebugInformationFormat="4"
52                        />
53                        <Tool
54                                Name="VCManagedResourceCompilerTool"
55                        />
56                        <Tool
57                                Name="VCResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCPreLinkEventTool"
61                        />
62                        <Tool
63                                Name="VCLibrarianTool"
64                                OutputFile="$(OutDir)\$(ProjectName)_d.lib"
65                        />
66                        <Tool
67                                Name="VCALinkTool"
68                        />
69                        <Tool
70                                Name="VCXDCMakeTool"
71                        />
72                        <Tool
73                                Name="VCBscMakeTool"
74                        />
75                        <Tool
76                                Name="VCFxCopTool"
77                        />
78                        <Tool
79                                Name="VCPostBuildEventTool"
80                        />
81                </Configuration>
82                <Configuration
83                        Name="Release|Win32"
84                        OutputDirectory="$(SolutionDir)\bin"
85                        IntermediateDirectory="obj\$(ProjectName)\$(ConfigurationName)"
86                        ConfigurationType="4"
87                        CharacterSet="1"
88                        WholeProgramOptimization="1"
89                        >
90                        <Tool
91                                Name="VCPreBuildEventTool"
92                        />
93                        <Tool
94                                Name="VCCustomBuildTool"
95                        />
96                        <Tool
97                                Name="VCXMLDataGeneratorTool"
98                        />
99                        <Tool
100                                Name="VCWebServiceProxyGeneratorTool"
101                        />
102                        <Tool
103                                Name="VCMIDLTool"
104                        />
105                        <Tool
106                                Name="VCCLCompilerTool"
107                                AdditionalIncludeDirectories="src;$(OGRE_HOME)\OgreMain\include;$(OGRE_HOME)\Dependencies\include; $(ENET_HOME)\include;$(BOOST_HOME)"
108                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
109                                RuntimeLibrary="2"
110                                UsePrecompiledHeader="0"
111                                WarningLevel="3"
112                                Detect64BitPortabilityProblems="true"
113                                DebugInformationFormat="3"
114                        />
115                        <Tool
116                                Name="VCManagedResourceCompilerTool"
117                        />
118                        <Tool
119                                Name="VCResourceCompilerTool"
120                        />
121                        <Tool
122                                Name="VCPreLinkEventTool"
123                        />
124                        <Tool
125                                Name="VCLibrarianTool"
126                        />
127                        <Tool
128                                Name="VCALinkTool"
129                        />
130                        <Tool
131                                Name="VCXDCMakeTool"
132                        />
133                        <Tool
134                                Name="VCBscMakeTool"
135                        />
136                        <Tool
137                                Name="VCFxCopTool"
138                        />
139                        <Tool
140                                Name="VCPostBuildEventTool"
141                        />
142                </Configuration>
143        </Configurations>
144        <References>
145        </References>
146        <Files>
147                <Filter
148                        Name="Source Files"
149                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
150                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
151                        >
152                        <File
153                                RelativePath=".\src\tinyxml\tinystr.cc"
154                                >
155                        </File>
156                        <File
157                                RelativePath=".\src\tinyxml\tinyxml.cc"
158                                >
159                        </File>
160                        <File
161                                RelativePath=".\src\tinyxml\tinyxmlerror.cc"
162                                >
163                        </File>
164                        <File
165                                RelativePath=".\src\tinyxml\tinyxmlparser.cc"
166                                >
167                        </File>
168                </Filter>
169                <Filter
170                        Name="Header Files"
171                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
172                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
173                        >
174                        <File
175                                RelativePath=".\src\tinyxml\tinystr.h"
176                                >
177                        </File>
178                        <File
179                                RelativePath=".\src\tinyxml\tinyxml.h"
180                                >
181                        </File>
182                </Filter>
183                <Filter
184                        Name="Resource Files"
185                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
186                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
187                        >
188                </Filter>
189        </Files>
190        <Globals>
191        </Globals>
192</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.