This commit is contained in:
aozhiwei 2021-08-19 09:34:21 +00:00
parent 47e52d9eae
commit e16548430d
3 changed files with 0 additions and 1137 deletions

View File

@ -1,31 +0,0 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31605.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gameserver", "gameserver.vcxproj", "{DFAF0DA0-721B-4C98-9F49-CEC240633EA5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFAF0DA0-721B-4C98-9F49-CEC240633EA5}.Debug|x64.ActiveCfg = Debug|x64
{DFAF0DA0-721B-4C98-9F49-CEC240633EA5}.Debug|x64.Build.0 = Debug|x64
{DFAF0DA0-721B-4C98-9F49-CEC240633EA5}.Debug|x86.ActiveCfg = Debug|Win32
{DFAF0DA0-721B-4C98-9F49-CEC240633EA5}.Debug|x86.Build.0 = Debug|Win32
{DFAF0DA0-721B-4C98-9F49-CEC240633EA5}.Release|x64.ActiveCfg = Release|x64
{DFAF0DA0-721B-4C98-9F49-CEC240633EA5}.Release|x64.Build.0 = Release|x64
{DFAF0DA0-721B-4C98-9F49-CEC240633EA5}.Release|x86.ActiveCfg = Release|Win32
{DFAF0DA0-721B-4C98-9F49-CEC240633EA5}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F3D90410-D9FD-4984-9A1C-FFBFD0281CCD}
EndGlobalSection
EndGlobal

View File

@ -1,380 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{dfaf0da0-721b-4c98-9f49-cec240633ea5}</ProjectGuid>
<RootNamespace>gameserver</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<IncludePath>C:\a8_env\;C:\a8_env\windows;.;$(IncludePath)</IncludePath>
<ExternalIncludePath>../;$(ExternalIncludePath)</ExternalIncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<IncludePath>C:\a8_env;..;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>false</SDLCheck>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;GAME_ID=2005;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>false</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;GAME_ID=2005;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\ability.h" />
<ClInclude Include="..\aicomponent.h" />
<ClInclude Include="..\android.ai.h" />
<ClInclude Include="..\android.h" />
<ClInclude Include="..\app.h" />
<ClInclude Include="..\buff.h" />
<ClInclude Include="..\building.h" />
<ClInclude Include="..\bullet.h" />
<ClInclude Include="..\car.h" />
<ClInclude Include="..\collider.h" />
<ClInclude Include="..\constant.h" />
<ClInclude Include="..\constant_export.h" />
<ClInclude Include="..\creature.h" />
<ClInclude Include="..\cs_msgid.pb.h" />
<ClInclude Include="..\cs_proto.pb.h" />
<ClInclude Include="..\dummyentity.h" />
<ClInclude Include="..\entity.h" />
<ClInclude Include="..\entityfactory.h" />
<ClInclude Include="..\explosion.h" />
<ClInclude Include="..\frag_mitask.h" />
<ClInclude Include="..\frameevent.h" />
<ClInclude Include="..\framemaker.h" />
<ClInclude Include="..\gamelog.h" />
<ClInclude Include="..\GGListener.h" />
<ClInclude Include="..\global.h" />
<ClInclude Include="..\gridcell.h" />
<ClInclude Include="..\gridservice.h" />
<ClInclude Include="..\handlermgr.h" />
<ClInclude Include="..\hero.ai.h" />
<ClInclude Include="..\hero.h" />
<ClInclude Include="..\human.h" />
<ClInclude Include="..\incubator.h" />
<ClInclude Include="..\jsondatamgr.h" />
<ClInclude Include="..\loot.h" />
<ClInclude Include="..\mapblock.h" />
<ClInclude Include="..\mapinstance.h" />
<ClInclude Include="..\mapmgr.h" />
<ClInclude Include="..\mapservice.h" />
<ClInclude Include="..\metadata.h" />
<ClInclude Include="..\metamgr.h" />
<ClInclude Include="..\metatable.pb.h" />
<ClInclude Include="..\microtask.h" />
<ClInclude Include="..\mine_sweeper.ai.h" />
<ClInclude Include="..\moveableentity.h" />
<ClInclude Include="..\obstacle.h" />
<ClInclude Include="..\perfmonitor.h" />
<ClInclude Include="..\player.h" />
<ClInclude Include="..\playermgr.h" />
<ClInclude Include="..\precompile.h" />
<ClInclude Include="..\room.h" />
<ClInclude Include="..\roomentity.h" />
<ClInclude Include="..\roommgr.h" />
<ClInclude Include="..\roomobstacle.h" />
<ClInclude Include="..\select_target.h" />
<ClInclude Include="..\skill.h" />
<ClInclude Include="..\smoke_mitask.h" />
<ClInclude Include="..\ss_msgid.pb.h" />
<ClInclude Include="..\ss_proto.pb.h" />
<ClInclude Include="..\team.h" />
<ClInclude Include="..\trigger.h" />
<ClInclude Include="..\typeconvert.h" />
<ClInclude Include="..\types.h" />
<ClInclude Include="..\weakptr.h" />
<ClInclude Include="..\zombiemode.ai.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\ability.cc" />
<ClCompile Include="..\aicomponent.cc" />
<ClCompile Include="..\android.ai.cc" />
<ClCompile Include="..\android.cc" />
<ClCompile Include="..\app.cc" />
<ClCompile Include="..\buff.cc" />
<ClCompile Include="..\building.cc" />
<ClCompile Include="..\bullet.cc" />
<ClCompile Include="..\car.cc" />
<ClCompile Include="..\collider.cc" />
<ClCompile Include="..\creature.cc" />
<ClCompile Include="..\cs_msgid.pb.cc" />
<ClCompile Include="..\cs_proto.pb.cc" />
<ClCompile Include="..\dummyentity.cc" />
<ClCompile Include="..\entity.cc" />
<ClCompile Include="..\entityfactory.cc" />
<ClCompile Include="..\explosion.cc" />
<ClCompile Include="..\frag_mitask.cc" />
<ClCompile Include="..\frameevent.cc" />
<ClCompile Include="..\framemaker.cc" />
<ClCompile Include="..\gamelog.cc" />
<ClCompile Include="..\GGListener.cc" />
<ClCompile Include="..\global.cc" />
<ClCompile Include="..\gridcell.cc" />
<ClCompile Include="..\gridservice.cc" />
<ClCompile Include="..\handlermgr.cc" />
<ClCompile Include="..\hero.ai.cc" />
<ClCompile Include="..\hero.cc" />
<ClCompile Include="..\human.cc" />
<ClCompile Include="..\incubator.cc" />
<ClCompile Include="..\jsondatamgr.cc" />
<ClCompile Include="..\loot.cc" />
<ClCompile Include="..\main.cc" />
<ClCompile Include="..\mapblock.cc" />
<ClCompile Include="..\mapinstance.cc" />
<ClCompile Include="..\mapmgr.cc" />
<ClCompile Include="..\mapservice.cc" />
<ClCompile Include="..\metadata.cc" />
<ClCompile Include="..\metamgr.cc" />
<ClCompile Include="..\metatable.pb.cc" />
<ClCompile Include="..\microtask.cc" />
<ClCompile Include="..\mine_sweeper.ai.cc" />
<ClCompile Include="..\moveableentity.cc" />
<ClCompile Include="..\obstacle.cc" />
<ClCompile Include="..\perfmonitor.cc" />
<ClCompile Include="..\player.cc" />
<ClCompile Include="..\playermgr.cc" />
<ClCompile Include="..\room.cc" />
<ClCompile Include="..\roomentity.cc" />
<ClCompile Include="..\roommgr.cc" />
<ClCompile Include="..\roomobstacle.cc" />
<ClCompile Include="..\select_target.cc" />
<ClCompile Include="..\skill.cc" />
<ClCompile Include="..\smoke_mitask.cc" />
<ClCompile Include="..\ss_msgid.pb.cc" />
<ClCompile Include="..\ss_proto.pb.cc" />
<ClCompile Include="..\team.cc" />
<ClCompile Include="..\trigger.cc" />
<ClCompile Include="..\typeconvert.cc" />
<ClCompile Include="..\types.cc" />
<ClCompile Include="..\weakptr.cc" />
<ClCompile Include="..\zombiemode.ai.cc" />
<ClCompile Include="C:\a8_env\a8\asynctcpclient.cc" />
<ClCompile Include="C:\a8_env\a8\basehttpsession.cc" />
<ClCompile Include="C:\a8_env\a8\collision.cc" />
<ClCompile Include="C:\a8_env\a8\csvreader.cc" />
<ClCompile Include="C:\a8_env\a8\curl.cc" />
<ClCompile Include="C:\a8_env\a8\eventfd.cc" />
<ClCompile Include="C:\a8_env\a8\httpsession.cc" />
<ClCompile Include="C:\a8_env\a8\inifile.cc" />
<ClCompile Include="C:\a8_env\a8\ioloop.cc" />
<ClCompile Include="C:\a8_env\a8\jsonlog.cc" />
<ClCompile Include="C:\a8_env\a8\luaengine.cc" />
<ClCompile Include="C:\a8_env\a8\mixedsession.cc" />
<ClCompile Include="C:\a8_env\a8\mutable_xobject.cc" />
<ClCompile Include="C:\a8_env\a8\mysql.cc" />
<ClCompile Include="C:\a8_env\a8\openssl.cc" />
<ClCompile Include="C:\a8_env\a8\a8_perfmonitor.cc" />
<ClCompile Include="C:\a8_env\a8\pyengine.cc" />
<ClCompile Include="C:\a8_env\a8\redis.cc" />
<ClCompile Include="C:\a8_env\a8\stringlist.cc" />
<ClCompile Include="C:\a8_env\a8\strutils.cc" />
<ClCompile Include="C:\a8_env\a8\sysutils.cc" />
<ClCompile Include="C:\a8_env\a8\tcpclient.cc" />
<ClCompile Include="C:\a8_env\a8\tcplistener.cc" />
<ClCompile Include="C:\a8_env\a8\tcpsession.cc" />
<ClCompile Include="C:\a8_env\a8\tcpsessionpool.cc" />
<ClCompile Include="C:\a8_env\a8\timer.cc" />
<ClCompile Include="C:\a8_env\a8\timerfd.cc" />
<ClCompile Include="C:\a8_env\a8\timer_attacher.cc" />
<ClCompile Include="C:\a8_env\a8\udplog.cc" />
<ClCompile Include="C:\a8_env\a8\uuid.cc" />
<ClCompile Include="C:\a8_env\a8\vec2.cc" />
<ClCompile Include="C:\a8_env\a8\vec3.cc" />
<ClCompile Include="C:\a8_env\a8\websocketsession.cc" />
<ClCompile Include="C:\a8_env\a8\xobject.cc" />
<ClCompile Include="C:\a8_env\a8\xtimer.cc" />
<ClCompile Include="C:\a8_env\a8\xvalue.cc" />
<ClCompile Include="C:\a8_env\framework\cpp\btmgr.cc" />
<ClCompile Include="C:\a8_env\framework\cpp\dbpool.cc" />
<ClCompile Include="C:\a8_env\framework\cpp\dynmodule.cc" />
<ClCompile Include="C:\a8_env\framework\cpp\httpclientpool.cc" />
<ClCompile Include="C:\a8_env\framework\cpp\msgqueue.cc" />
<ClCompile Include="C:\a8_env\framework\cpp\netmsghandler.cc" />
<ClCompile Include="C:\a8_env\framework\cpp\protoutils.cc" />
<ClCompile Include="C:\a8_env\framework\cpp\scriptengine.cc" />
<ClCompile Include="C:\a8_env\framework\cpp\tglog.cc" />
<ClCompile Include="C:\a8_env\framework\cpp\tiledmap.cc" />
<ClCompile Include="C:\a8_env\framework\cpp\f8_types.cc" />
<ClCompile Include="C:\a8_env\framework\cpp\utils.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\any.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\any.pb.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\api.pb.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\arena.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\arenastring.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\descriptor.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\descriptor.pb.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\descriptor_database.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\duration.pb.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\dynamic_message.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\empty.pb.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\extension_set.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\extension_set_heavy.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\field_mask.pb.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\generated_message_reflection.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\generated_message_table_driven.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\generated_message_table_driven_lite.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\generated_message_util.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\implicit_weak_message.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\io\coded_stream.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\io\gzip_stream.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\io\printer.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\io\strtod.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\io\tokenizer.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\io\zero_copy_stream.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\io\zero_copy_stream_impl.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\io\zero_copy_stream_impl_lite.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\map_field.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\message.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\message_lite.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\reflection_ops.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\repeated_field.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\service.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\source_context.pb.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\struct.pb.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\stubs\bytestream.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\stubs\common.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\stubs\int128.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\stubs\io_win32.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\stubs\mathlimits.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\stubs\status.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\stubs\statusor.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\stubs\stringpiece.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\stubs\stringprintf.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\stubs\structurally_valid.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\stubs\strutil.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\stubs\substitute.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\stubs\time.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\text_format.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\timestamp.pb.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\type.pb.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\unknown_field_set.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\wire_format.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\wire_format_lite.cc" />
<ClCompile Include="C:\a8_env\google\protobuf\wrappers.pb.cc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>

View File

@ -1,726 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="源文件">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="头文件">
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
<Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions>
</Filter>
<Filter Include="资源文件">
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
</Filter>
<Filter Include="third_party">
<UniqueIdentifier>{7287fb0c-cd73-435f-a68e-b2f7cb5a1990}</UniqueIdentifier>
</Filter>
<Filter Include="third_party\protobuf">
<UniqueIdentifier>{34bd899c-9185-4ed6-8f7c-fd28bfaa0866}</UniqueIdentifier>
</Filter>
<Filter Include="third_party\a8">
<UniqueIdentifier>{b7e2ff7e-985c-43e0-9398-ea35b2940a83}</UniqueIdentifier>
</Filter>
<Filter Include="third_party\f8">
<UniqueIdentifier>{6c234de1-5261-4cc1-aa64-67c24be565b0}</UniqueIdentifier>
</Filter>
<Filter Include="third_party\protobuf\io">
<UniqueIdentifier>{833470a0-a80e-444c-9d27-4868e942cbe0}</UniqueIdentifier>
</Filter>
<Filter Include="third_party\protobuf\stubs">
<UniqueIdentifier>{2d170e9a-5388-4145-8440-027ac686c274}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\ability.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\aicomponent.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\android.ai.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\android.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\app.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\buff.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\building.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\bullet.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\car.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\collider.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\constant.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\constant_export.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\creature.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\cs_msgid.pb.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\cs_proto.pb.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\dummyentity.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\entity.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\entityfactory.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\explosion.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\frag_mitask.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\frameevent.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\framemaker.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\gamelog.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\GGListener.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\global.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\gridcell.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\gridservice.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\handlermgr.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\hero.ai.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\hero.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\human.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\incubator.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\jsondatamgr.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\loot.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\mapblock.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\mapinstance.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\mapmgr.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\mapservice.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\metadata.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\metamgr.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\metatable.pb.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\microtask.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\mine_sweeper.ai.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\moveableentity.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\obstacle.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\perfmonitor.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\player.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\playermgr.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\precompile.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\room.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\roomentity.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\roommgr.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\roomobstacle.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\select_target.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\skill.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\smoke_mitask.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\ss_msgid.pb.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\ss_proto.pb.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\team.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\trigger.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\typeconvert.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\types.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\weakptr.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\zombiemode.ai.h">
<Filter>头文件</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\ability.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\aicomponent.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\android.ai.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\android.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\app.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\buff.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\building.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\bullet.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\car.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\collider.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\creature.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\cs_msgid.pb.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\cs_proto.pb.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\dummyentity.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\entity.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\entityfactory.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\explosion.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\frag_mitask.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\frameevent.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\framemaker.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\gamelog.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\GGListener.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\global.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\gridcell.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\gridservice.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\handlermgr.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\hero.ai.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\hero.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\human.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\incubator.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\jsondatamgr.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\loot.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\main.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\mapblock.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\mapinstance.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\mapmgr.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\mapservice.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\metadata.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\metamgr.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\metatable.pb.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\microtask.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\mine_sweeper.ai.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\moveableentity.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\obstacle.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\perfmonitor.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\player.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\playermgr.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\room.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\roomentity.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\roommgr.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\roomobstacle.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\select_target.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\skill.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\smoke_mitask.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\ss_msgid.pb.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\ss_proto.pb.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\team.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\trigger.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\typeconvert.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\types.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\weakptr.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="..\zombiemode.ai.cc">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\any.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\any.pb.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\api.pb.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\arena.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\arenastring.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\descriptor.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\descriptor.pb.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\descriptor_database.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\duration.pb.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\dynamic_message.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\empty.pb.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\extension_set.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\extension_set_heavy.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\field_mask.pb.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\generated_message_reflection.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\generated_message_table_driven.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\generated_message_table_driven_lite.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\generated_message_util.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\implicit_weak_message.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\map_field.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\message.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\message_lite.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\reflection_ops.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\repeated_field.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\service.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\source_context.pb.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\struct.pb.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\text_format.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\timestamp.pb.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\type.pb.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\unknown_field_set.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\wire_format.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\wire_format_lite.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\wrappers.pb.cc">
<Filter>third_party\protobuf</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\asynctcpclient.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\basehttpsession.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\collision.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\csvreader.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\curl.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\eventfd.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\httpsession.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\inifile.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\ioloop.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\jsonlog.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\luaengine.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\mixedsession.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\mutable_xobject.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\mysql.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\openssl.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\a8_perfmonitor.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\pyengine.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\redis.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\stringlist.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\strutils.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\sysutils.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\tcpclient.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\tcplistener.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\tcpsession.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\tcpsessionpool.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\timer.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\timer_attacher.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\timerfd.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\udplog.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\uuid.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\vec2.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\vec3.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\websocketsession.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\xobject.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\xtimer.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\a8\xvalue.cc">
<Filter>third_party\a8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\framework\cpp\btmgr.cc">
<Filter>third_party\f8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\framework\cpp\dbpool.cc">
<Filter>third_party\f8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\framework\cpp\dynmodule.cc">
<Filter>third_party\f8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\framework\cpp\httpclientpool.cc">
<Filter>third_party\f8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\framework\cpp\msgqueue.cc">
<Filter>third_party\f8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\framework\cpp\netmsghandler.cc">
<Filter>third_party\f8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\framework\cpp\protoutils.cc">
<Filter>third_party\f8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\framework\cpp\scriptengine.cc">
<Filter>third_party\f8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\framework\cpp\tglog.cc">
<Filter>third_party\f8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\framework\cpp\tiledmap.cc">
<Filter>third_party\f8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\framework\cpp\f8_types.cc">
<Filter>third_party\f8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\framework\cpp\utils.cc">
<Filter>third_party\f8</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\io\coded_stream.cc">
<Filter>third_party\protobuf\io</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\io\gzip_stream.cc">
<Filter>third_party\protobuf\io</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\io\printer.cc">
<Filter>third_party\protobuf\io</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\io\strtod.cc">
<Filter>third_party\protobuf\io</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\io\tokenizer.cc">
<Filter>third_party\protobuf\io</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\io\zero_copy_stream.cc">
<Filter>third_party\protobuf\io</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\io\zero_copy_stream_impl.cc">
<Filter>third_party\protobuf\io</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\io\zero_copy_stream_impl_lite.cc">
<Filter>third_party\protobuf\io</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\stubs\bytestream.cc">
<Filter>third_party\protobuf\stubs</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\stubs\common.cc">
<Filter>third_party\protobuf\stubs</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\stubs\int128.cc">
<Filter>third_party\protobuf\stubs</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\stubs\io_win32.cc">
<Filter>third_party\protobuf\stubs</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\stubs\mathlimits.cc">
<Filter>third_party\protobuf\stubs</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\stubs\status.cc">
<Filter>third_party\protobuf\stubs</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\stubs\statusor.cc">
<Filter>third_party\protobuf\stubs</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\stubs\stringpiece.cc">
<Filter>third_party\protobuf\stubs</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\stubs\stringprintf.cc">
<Filter>third_party\protobuf\stubs</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\stubs\structurally_valid.cc">
<Filter>third_party\protobuf\stubs</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\stubs\strutil.cc">
<Filter>third_party\protobuf\stubs</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\stubs\substitute.cc">
<Filter>third_party\protobuf\stubs</Filter>
</ClCompile>
<ClCompile Include="C:\a8_env\google\protobuf\stubs\time.cc">
<Filter>third_party\protobuf\stubs</Filter>
</ClCompile>
</ItemGroup>
</Project>