Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/objecthierarchy/visual_studio/vc8/util.vcproj @ 2016

Last change on this file since 2016 was 2016, checked in by rgrieder, 16 years ago

Merged the changes in Convert.h from core3 branch back.
If it doesn't work, feel free to revert. I have however more or less checked every possible conversion on gcc (tardis) and msvc with a script.

File size: 4.9 KB
RevLine 
[788]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}"
[1839]7        RootNamespace="orxonox"
[788]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"
[890]20                        ConfigurationType="2"
[1839]21                        InheritedPropertySheets=".\debug.vsprops;.\util.vsprops"
[788]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                        />
42                        <Tool
43                                Name="VCManagedResourceCompilerTool"
44                        />
45                        <Tool
46                                Name="VCResourceCompilerTool"
47                        />
48                        <Tool
49                                Name="VCPreLinkEventTool"
50                        />
51                        <Tool
[890]52                                Name="VCLinkerTool"
[788]53                        />
54                        <Tool
55                                Name="VCALinkTool"
56                        />
57                        <Tool
[890]58                                Name="VCManifestTool"
59                        />
60                        <Tool
[788]61                                Name="VCXDCMakeTool"
62                        />
63                        <Tool
64                                Name="VCBscMakeTool"
65                        />
66                        <Tool
67                                Name="VCFxCopTool"
68                        />
69                        <Tool
[890]70                                Name="VCAppVerifierTool"
71                        />
72                        <Tool
73                                Name="VCWebDeploymentTool"
74                        />
75                        <Tool
[788]76                                Name="VCPostBuildEventTool"
77                        />
78                </Configuration>
79                <Configuration
80                        Name="Release|Win32"
[890]81                        ConfigurationType="2"
[1839]82                        InheritedPropertySheets=".\release.vsprops;.\util.vsprops"
[788]83                        CharacterSet="1"
[1625]84                        WholeProgramOptimization="0"
[788]85                        >
86                        <Tool
87                                Name="VCPreBuildEventTool"
88                        />
89                        <Tool
90                                Name="VCCustomBuildTool"
91                        />
92                        <Tool
93                                Name="VCXMLDataGeneratorTool"
94                        />
95                        <Tool
96                                Name="VCWebServiceProxyGeneratorTool"
97                        />
98                        <Tool
99                                Name="VCMIDLTool"
100                        />
101                        <Tool
102                                Name="VCCLCompilerTool"
103                        />
104                        <Tool
105                                Name="VCManagedResourceCompilerTool"
106                        />
107                        <Tool
108                                Name="VCResourceCompilerTool"
109                        />
110                        <Tool
111                                Name="VCPreLinkEventTool"
112                        />
113                        <Tool
[890]114                                Name="VCLinkerTool"
[788]115                        />
116                        <Tool
117                                Name="VCALinkTool"
118                        />
119                        <Tool
[890]120                                Name="VCManifestTool"
121                        />
122                        <Tool
[788]123                                Name="VCXDCMakeTool"
124                        />
125                        <Tool
126                                Name="VCBscMakeTool"
127                        />
128                        <Tool
129                                Name="VCFxCopTool"
130                        />
131                        <Tool
[890]132                                Name="VCAppVerifierTool"
133                        />
134                        <Tool
135                                Name="VCWebDeploymentTool"
136                        />
137                        <Tool
[788]138                                Name="VCPostBuildEventTool"
139                        />
140                </Configuration>
141        </Configurations>
142        <References>
143        </References>
144        <Files>
145                <Filter
146                        Name="Source Files"
147                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
148                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
149                        >
150                        <File
[1755]151                                RelativePath="..\..\src\util\Clipboard.cc"
[1024]152                                >
153                        </File>
154                        <File
[1755]155                                RelativePath="..\..\src\util\CRC32.cc"
[1059]156                                >
157                        </File>
158                        <File
[1764]159                                RelativePath="..\..\src\util\Exception.cc"
160                                >
161                        </File>
162                        <File
[1126]163                                RelativePath="..\..\src\util\ExprParser.cc"
164                                >
165                        </File>
166                        <File
[890]167                                RelativePath="..\..\src\util\Math.cc"
168                                >
169                        </File>
170                        <File
[1747]171                                RelativePath="..\..\src\util\MultiType.cc"
[890]172                                >
173                        </File>
174                        <File
[1747]175                                RelativePath="..\..\src\util\OutputBuffer.cc"
[890]176                                >
177                        </File>
178                        <File
[1747]179                                RelativePath="..\..\src\util\OutputHandler.cc"
[890]180                                >
181                        </File>
182                        <File
183                                RelativePath="..\..\src\util\String.cc"
184                                >
185                        </File>
186                        <File
[1024]187                                RelativePath="..\..\src\util\SubString.cc"
[788]188                                >
189                        </File>
190                </Filter>
191                <Filter
192                        Name="Header Files"
193                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
194                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
195                        >
196                        <File
[1755]197                                RelativePath="..\..\src\util\Clipboard.h"
[1024]198                                >
199                        </File>
200                        <File
[1755]201                                RelativePath="..\..\src\util\Convert.h"
[1059]202                                >
203                        </File>
204                        <File
[1755]205                                RelativePath="..\..\src\util\CRC32.h"
[788]206                                >
207                        </File>
208                        <File
[1747]209                                RelativePath="..\..\src\util\Debug.h"
210                                >
211                        </File>
212                        <File
[1764]213                                RelativePath="..\..\src\util\Exception.h"
214                                >
215                        </File>
216                        <File
[1126]217                                RelativePath="..\..\src\util\ExprParser.h"
218                                >
219                        </File>
220                        <File
[1755]221                                RelativePath="..\..\src\util\Integers.h"
222                                >
223                        </File>
224                        <File
[788]225                                RelativePath="..\..\src\util\Math.h"
226                                >
227                        </File>
228                        <File
[2016]229                                RelativePath="..\..\src\util\MathConvert.h"
230                                >
231                        </File>
232                        <File
[890]233                                RelativePath="..\..\src\util\MultiType.h"
234                                >
235                        </File>
236                        <File
[1747]237                                RelativePath="..\..\src\util\MultiTypeValue.h"
[890]238                                >
239                        </File>
240                        <File
[1747]241                                RelativePath="..\..\src\util\OrxonoxPlatform.h"
[890]242                                >
243                        </File>
244                        <File
[1747]245                                RelativePath="..\..\src\util\OutputBuffer.h"
[890]246                                >
247                        </File>
248                        <File
[1747]249                                RelativePath="..\..\src\util\OutputHandler.h"
[1502]250                                >
251                        </File>
252                        <File
[788]253                                RelativePath="..\..\src\util\Sleep.h"
254                                >
255                        </File>
256                        <File
[890]257                                RelativePath="..\..\src\util\String.h"
258                                >
259                        </File>
260                        <File
[1024]261                                RelativePath="..\..\src\util\SubString.h"
[788]262                                >
263                        </File>
264                        <File
[890]265                                RelativePath="..\..\src\util\UtilPrereqs.h"
[788]266                                >
[890]267                        </File>
[788]268                </Filter>
269        </Files>
270        <Globals>
271        </Globals>
272</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.