1
This commit is contained in:
commit
cda2dcba8b
4
.gitignore
vendored
4
.gitignore
vendored
@ -21,4 +21,6 @@ __pycache__
|
|||||||
.user
|
.user
|
||||||
game.py
|
game.py
|
||||||
*.cxx
|
*.cxx
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
x64
|
||||||
|
*.vcxproj.user
|
@ -80,6 +80,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<LinkIncremental>true</LinkIncremental>
|
<LinkIncremental>true</LinkIncremental>
|
||||||
|
<IncludePath>C:\a8_env;..;$(IncludePath)</IncludePath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<LinkIncremental>false</LinkIncremental>
|
<LinkIncremental>false</LinkIncremental>
|
||||||
@ -115,8 +116,8 @@
|
|||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>false</SDLCheck>
|
||||||
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;GAME_ID=2005;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ConformanceMode>true</ConformanceMode>
|
<ConformanceMode>true</ConformanceMode>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@ -266,7 +267,7 @@
|
|||||||
<ClCompile Include="..\team.cc" />
|
<ClCompile Include="..\team.cc" />
|
||||||
<ClCompile Include="..\trigger.cc" />
|
<ClCompile Include="..\trigger.cc" />
|
||||||
<ClCompile Include="..\typeconvert.cc" />
|
<ClCompile Include="..\typeconvert.cc" />
|
||||||
<ClCompile Include="..\types_bk.cc" />
|
<ClCompile Include="..\types.cc" />
|
||||||
<ClCompile Include="..\weakptr.cc" />
|
<ClCompile Include="..\weakptr.cc" />
|
||||||
<ClCompile Include="..\zombiemode.ai.cc" />
|
<ClCompile Include="..\zombiemode.ai.cc" />
|
||||||
<ClCompile Include="C:\a8_env\a8\asynctcpclient.cc" />
|
<ClCompile Include="C:\a8_env\a8\asynctcpclient.cc" />
|
||||||
@ -284,7 +285,7 @@
|
|||||||
<ClCompile Include="C:\a8_env\a8\mutable_xobject.cc" />
|
<ClCompile Include="C:\a8_env\a8\mutable_xobject.cc" />
|
||||||
<ClCompile Include="C:\a8_env\a8\mysql.cc" />
|
<ClCompile Include="C:\a8_env\a8\mysql.cc" />
|
||||||
<ClCompile Include="C:\a8_env\a8\openssl.cc" />
|
<ClCompile Include="C:\a8_env\a8\openssl.cc" />
|
||||||
<ClCompile Include="C:\a8_env\a8\perfmonitor.cc" />
|
<ClCompile Include="C:\a8_env\a8\a8_perfmonitor.cc" />
|
||||||
<ClCompile Include="C:\a8_env\a8\pyengine.cc" />
|
<ClCompile Include="C:\a8_env\a8\pyengine.cc" />
|
||||||
<ClCompile Include="C:\a8_env\a8\redis.cc" />
|
<ClCompile Include="C:\a8_env\a8\redis.cc" />
|
||||||
<ClCompile Include="C:\a8_env\a8\stringlist.cc" />
|
<ClCompile Include="C:\a8_env\a8\stringlist.cc" />
|
||||||
@ -315,7 +316,7 @@
|
|||||||
<ClCompile Include="C:\a8_env\framework\cpp\scriptengine.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\tglog.cc" />
|
||||||
<ClCompile Include="C:\a8_env\framework\cpp\tiledmap.cc" />
|
<ClCompile Include="C:\a8_env\framework\cpp\tiledmap.cc" />
|
||||||
<ClCompile Include="C:\a8_env\framework\cpp\types.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\framework\cpp\utils.cc" />
|
||||||
<ClCompile Include="C:\a8_env\google\protobuf\any.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\any.pb.cc" />
|
||||||
|
@ -404,7 +404,7 @@
|
|||||||
<ClCompile Include="..\typeconvert.cc">
|
<ClCompile Include="..\typeconvert.cc">
|
||||||
<Filter>源文件</Filter>
|
<Filter>源文件</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\types_bk.cc">
|
<ClCompile Include="..\types.cc">
|
||||||
<Filter>源文件</Filter>
|
<Filter>源文件</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\weakptr.cc">
|
<ClCompile Include="..\weakptr.cc">
|
||||||
@ -560,7 +560,7 @@
|
|||||||
<ClCompile Include="C:\a8_env\a8\openssl.cc">
|
<ClCompile Include="C:\a8_env\a8\openssl.cc">
|
||||||
<Filter>third_party\a8</Filter>
|
<Filter>third_party\a8</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="C:\a8_env\a8\perfmonitor.cc">
|
<ClCompile Include="C:\a8_env\a8\a8_perfmonitor.cc">
|
||||||
<Filter>third_party\a8</Filter>
|
<Filter>third_party\a8</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="C:\a8_env\a8\pyengine.cc">
|
<ClCompile Include="C:\a8_env\a8\pyengine.cc">
|
||||||
@ -653,7 +653,7 @@
|
|||||||
<ClCompile Include="C:\a8_env\framework\cpp\tiledmap.cc">
|
<ClCompile Include="C:\a8_env\framework\cpp\tiledmap.cc">
|
||||||
<Filter>third_party\f8</Filter>
|
<Filter>third_party\f8</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="C:\a8_env\framework\cpp\types.cc">
|
<ClCompile Include="C:\a8_env\framework\cpp\f8_types.cc">
|
||||||
<Filter>third_party\f8</Filter>
|
<Filter>third_party\f8</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="C:\a8_env\framework\cpp\utils.cc">
|
<ClCompile Include="C:\a8_env\framework\cpp\utils.cc">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user