PlayerPrefabsMgr

PlayerPrefabsMgr
This commit is contained in:
ALEXTANG
2022-05-24 19:42:54 +08:00
parent c9fafcaef0
commit 7b79b308d2
10 changed files with 423 additions and 22 deletions

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -85,7 +84,6 @@
<ItemGroup>
<Folder Include="src\GameLogic\" />
<Folder Include="src\TEngineCore\3rd\" />
<Folder Include="src\TEngineCore\Net\Demon\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>