Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/visual_studio/util.vcproj @ 768

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

merged FICN_test back to FICN

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