Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/network.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: 5.8 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="network"
6        ProjectGUID="{35575B59-E1AE-40E8-89C4-2862B5B09B68}"
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_LEAN_AND_MEAN;WIN32;_DEBUG;_WINDOWS;BOOST_ALL_DYN_LINK"
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                                AdditionalDependencies="enet_d.lib zlib.lib"
65                                OutputFile="$(OutDir)\$(ProjectName)_d.lib"
66                                AdditionalLibraryDirectories=""
67                        />
68                        <Tool
69                                Name="VCALinkTool"
70                        />
71                        <Tool
72                                Name="VCXDCMakeTool"
73                        />
74                        <Tool
75                                Name="VCBscMakeTool"
76                        />
77                        <Tool
78                                Name="VCFxCopTool"
79                        />
80                        <Tool
81                                Name="VCPostBuildEventTool"
82                        />
83                </Configuration>
84                <Configuration
85                        Name="Release|Win32"
86                        OutputDirectory="$(SolutionDir)\bin"
87                        IntermediateDirectory="obj\$(ProjectName)\$(ConfigurationName)"
88                        ConfigurationType="4"
89                        CharacterSet="1"
90                        WholeProgramOptimization="1"
91                        >
92                        <Tool
93                                Name="VCPreBuildEventTool"
94                        />
95                        <Tool
96                                Name="VCCustomBuildTool"
97                        />
98                        <Tool
99                                Name="VCXMLDataGeneratorTool"
100                        />
101                        <Tool
102                                Name="VCWebServiceProxyGeneratorTool"
103                        />
104                        <Tool
105                                Name="VCMIDLTool"
106                        />
107                        <Tool
108                                Name="VCCLCompilerTool"
109                                AdditionalIncludeDirectories="src;$(OGRE_HOME)\OgreMain\include;$(OGRE_HOME)\Dependencies\include; $(ENET_HOME)\include;$(BOOST_HOME)"
110                                PreprocessorDefinitions="WIN32_LEAN_AND_MEAN;WIN32;NDEBUG;_WINDOWS;BOOST_ALL_DYN_LINK"
111                                RuntimeLibrary="2"
112                                UsePrecompiledHeader="0"
113                                WarningLevel="3"
114                                Detect64BitPortabilityProblems="true"
115                                DebugInformationFormat="3"
116                        />
117                        <Tool
118                                Name="VCManagedResourceCompilerTool"
119                        />
120                        <Tool
121                                Name="VCResourceCompilerTool"
122                        />
123                        <Tool
124                                Name="VCPreLinkEventTool"
125                        />
126                        <Tool
127                                Name="VCLibrarianTool"
128                                AdditionalDependencies="enet.lib zlib.lib"
129                                AdditionalLibraryDirectories=""
130                        />
131                        <Tool
132                                Name="VCALinkTool"
133                        />
134                        <Tool
135                                Name="VCXDCMakeTool"
136                        />
137                        <Tool
138                                Name="VCBscMakeTool"
139                        />
140                        <Tool
141                                Name="VCFxCopTool"
142                        />
143                        <Tool
144                                Name="VCPostBuildEventTool"
145                        />
146                </Configuration>
147        </Configurations>
148        <References>
149        </References>
150        <Files>
151                <Filter
152                        Name="Source Files"
153                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
154                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
155                        >
156                        <File
157                                RelativePath=".\src\network\Client.cc"
158                                >
159                        </File>
160                        <File
161                                RelativePath=".\src\network\ClientConnection.cc"
162                                >
163                        </File>
164                        <File
165                                RelativePath=".\src\network\ClientInformation.cc"
166                                >
167                        </File>
168                        <File
169                                RelativePath=".\src\network\ConnectionManager.cc"
170                                >
171                        </File>
172                        <File
173                                RelativePath=".\src\network\dummyserver3.cc"
174                                >
175                        </File>
176                        <File
177                                RelativePath=".\src\network\GameStateClient.cc"
178                                >
179                        </File>
180                        <File
181                                RelativePath=".\src\network\GameStateManager.cc"
182                                >
183                        </File>
184                        <File
185                                RelativePath=".\src\network\PacketBuffer.cc"
186                                >
187                        </File>
188                        <File
189                                RelativePath=".\src\network\PacketDecoder.cc"
190                                >
191                        </File>
192                        <File
193                                RelativePath=".\src\network\PacketGenerator.cc"
194                                >
195                        </File>
196                        <File
197                                RelativePath=".\src\network\Server.cc"
198                                >
199                        </File>
200                        <File
201                                RelativePath=".\src\network\Synchronisable.cc"
202                                >
203                        </File>
204                </Filter>
205                <Filter
206                        Name="Header Files"
207                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
208                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
209                        >
210                        <File
211                                RelativePath=".\src\network\Client.h"
212                                >
213                        </File>
214                        <File
215                                RelativePath=".\src\network\ClientConnection.h"
216                                >
217                        </File>
218                        <File
219                                RelativePath=".\src\network\ClientInformation.h"
220                                >
221                        </File>
222                        <File
223                                RelativePath=".\src\network\ConnectionManager.h"
224                                >
225                        </File>
226                        <File
227                                RelativePath=".\src\network\GameStateClient.h"
228                                >
229                        </File>
230                        <File
231                                RelativePath=".\src\network\GameStateManager.h"
232                                >
233                        </File>
234                        <File
235                                RelativePath=".\src\network\NetworkFrameListener.h"
236                                >
237                        </File>
238                        <File
239                                RelativePath=".\src\network\PacketBuffer.h"
240                                >
241                        </File>
242                        <File
243                                RelativePath=".\src\network\PacketManager.h"
244                                >
245                        </File>
246                        <File
247                                RelativePath=".\src\network\PacketTypes.h"
248                                >
249                        </File>
250                        <File
251                                RelativePath=".\src\network\Server.h"
252                                >
253                        </File>
254                        <File
255                                RelativePath=".\src\network\Synchronisable.h"
256                                >
257                        </File>
258                </Filter>
259                <Filter
260                        Name="Resource Files"
261                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
262                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
263                        >
264                </Filter>
265        </Files>
266        <Globals>
267        </Globals>
268</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.