Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/visual_studio/vc9/util.vcproj @ 790

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

merged FICN back into trunk
awaiting release.

File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9.00"
5        Name="util"
6        ProjectGUID="{2240ECD7-2F48-4431-8E1B-25466A384CCC}"
7        RootNamespace="FICN"
8        Keyword="Win32Proj"
9        TargetFrameworkVersion="131072"
10        >
11        <Platforms>
12                <Platform
13                        Name="Win32"
14                />
15        </Platforms>
16        <ToolFiles>
17        </ToolFiles>
18        <Configurations>
19                <Configuration
20                        Name="Debug|Win32"
21                        ConfigurationType="4"
22                        InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops"
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                                AdditionalIncludeDirectories=""
43                        />
44                        <Tool
45                                Name="VCManagedResourceCompilerTool"
46                        />
47                        <Tool
48                                Name="VCResourceCompilerTool"
49                        />
50                        <Tool
51                                Name="VCPreLinkEventTool"
52                        />
53                        <Tool
54                                Name="VCLibrarianTool"
55                        />
56                        <Tool
57                                Name="VCALinkTool"
58                        />
59                        <Tool
60                                Name="VCXDCMakeTool"
61                        />
62                        <Tool
63                                Name="VCBscMakeTool"
64                        />
65                        <Tool
66                                Name="VCFxCopTool"
67                        />
68                        <Tool
69                                Name="VCPostBuildEventTool"
70                        />
71                </Configuration>
72                <Configuration
73                        Name="Release|Win32"
74                        ConfigurationType="4"
75                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops"
76                        CharacterSet="1"
77                        WholeProgramOptimization="1"
78                        >
79                        <Tool
80                                Name="VCPreBuildEventTool"
81                        />
82                        <Tool
83                                Name="VCCustomBuildTool"
84                        />
85                        <Tool
86                                Name="VCXMLDataGeneratorTool"
87                        />
88                        <Tool
89                                Name="VCWebServiceProxyGeneratorTool"
90                        />
91                        <Tool
92                                Name="VCMIDLTool"
93                        />
94                        <Tool
95                                Name="VCCLCompilerTool"
96                                AdditionalIncludeDirectories=""
97                        />
98                        <Tool
99                                Name="VCManagedResourceCompilerTool"
100                        />
101                        <Tool
102                                Name="VCResourceCompilerTool"
103                        />
104                        <Tool
105                                Name="VCPreLinkEventTool"
106                        />
107                        <Tool
108                                Name="VCLibrarianTool"
109                        />
110                        <Tool
111                                Name="VCALinkTool"
112                        />
113                        <Tool
114                                Name="VCXDCMakeTool"
115                        />
116                        <Tool
117                                Name="VCBscMakeTool"
118                        />
119                        <Tool
120                                Name="VCFxCopTool"
121                        />
122                        <Tool
123                                Name="VCPostBuildEventTool"
124                        />
125                </Configuration>
126        </Configurations>
127        <References>
128        </References>
129        <Files>
130                <Filter
131                        Name="Source Files"
132                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
133                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
134                        >
135                        <File
136                                RelativePath="..\..\src\util\substring.cc"
137                                >
138                        </File>
139                        <Filter
140                                Name="tinyxml"
141                                >
142                                <File
143                                        RelativePath="..\..\src\util\tinyxml\ticpp.cc"
144                                        >
145                                </File>
146                                <File
147                                        RelativePath="..\..\src\util\tinyxml\tinystr.cc"
148                                        >
149                                </File>
150                                <File
151                                        RelativePath="..\..\src\util\tinyxml\tinyxml.cc"
152                                        >
153                                </File>
154                                <File
155                                        RelativePath="..\..\src\util\tinyxml\tinyxmlerror.cc"
156                                        >
157                                </File>
158                                <File
159                                        RelativePath="..\..\src\util\tinyxml\tinyxmlparser.cc"
160                                        >
161                                </File>
162                        </Filter>
163                </Filter>
164                <Filter
165                        Name="Header Files"
166                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
167                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
168                        >
169                        <File
170                                RelativePath="..\..\src\util\Convert.h"
171                                >
172                        </File>
173                        <File
174                                RelativePath="..\..\src\util\Math.h"
175                                >
176                        </File>
177                        <File
178                                RelativePath="..\..\src\util\Sleep.h"
179                                >
180                        </File>
181                        <File
182                                RelativePath="..\..\src\util\String2Number.h"
183                                >
184                        </File>
185                        <File
186                                RelativePath="..\..\src\util\substring.h"
187                                >
188                        </File>
189                        <File
190                                RelativePath="..\..\src\util\Tokenizer.h"
191                                >
192                        </File>
193                        <Filter
194                                Name="tinyxml"
195                                >
196                                <File
197                                        RelativePath="..\..\src\util\tinyxml\ticpp.h"
198                                        >
199                                </File>
200                                <File
201                                        RelativePath="..\..\src\util\tinyxml\ticpprc.h"
202                                        >
203                                </File>
204                                <File
205                                        RelativePath="..\..\src\util\tinyxml\tinystr.h"
206                                        >
207                                </File>
208                                <File
209                                        RelativePath="..\..\src\util\tinyxml\tinyxml.h"
210                                        >
211                                </File>
212                                <File
213                                        RelativePath="..\..\src\util\tinyxml\TinyXMLPrereqs.h"
214                                        >
215                                </File>
216                        </Filter>
217                </Filter>
218        </Files>
219        <Globals>
220        </Globals>
221</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.