Changeset 1735 for code/trunk/visual_studio/vc8
- Timestamp:
- Sep 7, 2008, 5:03:10 PM (16 years ago)
- Location:
- code/trunk/visual_studio/vc8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/visual_studio/vc8/network.vcproj
r1567 r1735 147 147 </File> 148 148 <File 149 RelativePath="..\..\src\network\dummyclient.cc" 150 > 151 <FileConfiguration 152 Name="Debug|Win32" 153 ExcludedFromBuild="true" 154 > 155 <Tool 156 Name="VCCLCompilerTool" 157 /> 158 </FileConfiguration> 159 <FileConfiguration 160 Name="Release|Win32" 161 ExcludedFromBuild="true" 162 > 163 <Tool 164 Name="VCCLCompilerTool" 165 /> 166 </FileConfiguration> 167 </File> 168 <File 169 RelativePath="..\..\src\network\dummyclient2.cc" 170 > 171 <FileConfiguration 172 Name="Debug|Win32" 173 ExcludedFromBuild="true" 174 > 175 <Tool 176 Name="VCCLCompilerTool" 177 /> 178 </FileConfiguration> 179 <FileConfiguration 180 Name="Release|Win32" 181 ExcludedFromBuild="true" 182 > 183 <Tool 184 Name="VCCLCompilerTool" 185 /> 186 </FileConfiguration> 187 </File> 188 <File 189 RelativePath="..\..\src\network\dummyclient3.cc" 190 > 191 <FileConfiguration 192 Name="Debug|Win32" 193 ExcludedFromBuild="true" 194 > 195 <Tool 196 Name="VCCLCompilerTool" 197 /> 198 </FileConfiguration> 199 <FileConfiguration 200 Name="Release|Win32" 201 ExcludedFromBuild="true" 202 > 203 <Tool 204 Name="VCCLCompilerTool" 205 /> 206 </FileConfiguration> 207 </File> 208 <File 209 RelativePath="..\..\src\network\dummyserver.cc" 210 > 211 <FileConfiguration 212 Name="Debug|Win32" 213 ExcludedFromBuild="true" 214 > 215 <Tool 216 Name="VCCLCompilerTool" 217 /> 218 </FileConfiguration> 219 <FileConfiguration 220 Name="Release|Win32" 221 ExcludedFromBuild="true" 222 > 223 <Tool 224 Name="VCCLCompilerTool" 225 /> 226 </FileConfiguration> 227 </File> 228 <File 229 RelativePath="..\..\src\network\dummyserver3.cc" 230 > 231 <FileConfiguration 232 Name="Debug|Win32" 233 ExcludedFromBuild="true" 234 > 235 <Tool 236 Name="VCCLCompilerTool" 237 /> 238 </FileConfiguration> 239 <FileConfiguration 240 Name="Release|Win32" 241 ExcludedFromBuild="true" 242 > 243 <Tool 244 Name="VCCLCompilerTool" 245 /> 246 </FileConfiguration> 247 </File> 248 <File 249 RelativePath="..\..\src\network\GameStateClient.cc" 250 > 251 </File> 252 <File 253 RelativePath="..\..\src\network\GameStateManager.cc" 149 RelativePath="..\..\src\network\GamestateClient.cc" 150 > 151 </File> 152 <File 153 RelativePath="..\..\src\network\GamestateHandler.cc" 154 > 155 </File> 156 <File 157 RelativePath="..\..\src\network\GamestateManager.cc" 158 > 159 </File> 160 <File 161 RelativePath="..\..\src\network\Host.cc" 254 162 > 255 163 </File> … … 259 167 </File> 260 168 <File 261 RelativePath="..\..\src\network\PacketDecoder.cc"262 >263 </File>264 <File265 RelativePath="..\..\src\network\PacketGenerator.cc"266 >267 </File>268 <File269 169 RelativePath="..\..\src\network\Server.cc" 270 170 > … … 274 174 > 275 175 </File> 176 <Filter 177 Name="packet" 178 > 179 <File 180 RelativePath="..\..\src\network\packet\Acknowledgement.cc" 181 > 182 </File> 183 <File 184 RelativePath="..\..\src\network\packet\Chat.cc" 185 > 186 </File> 187 <File 188 RelativePath="..\..\src\network\packet\ClassID.cc" 189 > 190 </File> 191 <File 192 RelativePath="..\..\src\network\packet\Gamestate.cc" 193 > 194 </File> 195 <File 196 RelativePath="..\..\src\network\packet\Packet.cc" 197 > 198 </File> 199 <File 200 RelativePath="..\..\src\network\packet\Welcome.cc" 201 > 202 </File> 203 </Filter> 276 204 </Filter> 277 205 <Filter … … 297 225 </File> 298 226 <File 299 RelativePath="..\..\src\network\GameStateClient.h" 300 > 301 </File> 302 <File 303 RelativePath="..\..\src\network\GameStateManager.h" 227 RelativePath="..\..\src\network\GamestateClient.h" 228 > 229 </File> 230 <File 231 RelativePath="..\..\src\network\GamestateHandler.h" 232 > 233 </File> 234 <File 235 RelativePath="..\..\src\network\GamestateManager.h" 236 > 237 </File> 238 <File 239 RelativePath="..\..\src\network\Host.h" 240 > 241 </File> 242 <File 243 RelativePath="..\..\src\network\NetworkCallback.h" 304 244 > 305 245 </File> … … 313 253 </File> 314 254 <File 315 RelativePath="..\..\src\network\PacketManager.h"316 >317 </File>318 <File319 RelativePath="..\..\src\network\PacketTypes.h"320 >321 </File>322 <File323 255 RelativePath="..\..\src\network\Server.h" 324 256 > … … 328 260 > 329 261 </File> 262 <Filter 263 Name="packet" 264 > 265 <File 266 RelativePath="..\..\src\network\packet\Acknowledgement.h" 267 > 268 </File> 269 <File 270 RelativePath="..\..\src\network\packet\Chat.h" 271 > 272 </File> 273 <File 274 RelativePath="..\..\src\network\packet\ClassID.h" 275 > 276 </File> 277 <File 278 RelativePath="..\..\src\network\packet\Gamestate.h" 279 > 280 </File> 281 <File 282 RelativePath="..\..\src\network\packet\Packet.h" 283 > 284 </File> 285 <File 286 RelativePath="..\..\src\network\packet\Welcome.h" 287 > 288 </File> 289 </Filter> 330 290 </Filter> 331 291 </Files> -
code/trunk/visual_studio/vc8/util.vcproj
r1625 r1735 153 153 </File> 154 154 <File 155 RelativePath="..\..\src\util\Bytestream.cc" 156 > 157 </File> 158 <File 155 159 RelativePath="..\..\src\util\Clipboard.cc" 156 160 > … … 195 199 </File> 196 200 <File 201 RelativePath="..\..\src\util\Bytestream.h" 202 > 203 </File> 204 <File 197 205 RelativePath="..\..\src\util\Clipboard.h" 198 206 >
Note: See TracChangeset
for help on using the changeset viewer.