| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <RootNamespace>ET</RootNamespace>
- </PropertyGroup>
- <PropertyGroup>
- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
- <SatelliteResourceLanguages>en</SatelliteResourceLanguages>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <OutputPath>../../Bin/</OutputPath>
- <DefineConstants>TRACE2_0;NOT_UNITY;SERVER;</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <OutputPath>../../Bin/</OutputPath>
- <DefineConstants>TRACE2_0;SERVER;NOT_UNITY</DefineConstants>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\Model\Robot.Model.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\App\Helper\CalculateHelper.cs">
- <Link>App\Helper\CalculateHelper.cs</Link>
- </Compile>
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\Module\AI\**\*.cs">
- <Link>Module\AI\%(RecursiveDir)%(FileName)%(Extension)</Link>
- </Compile>
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\Module\Message\**\*.cs">
- <Link>Module\Message\%(RecursiveDir)%(FileName)%(Extension)</Link>
- </Compile>
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\Module\MessageOuter\**\*.cs">
- <Link>Module\MessageOuter\%(RecursiveDir)%(FileName)%(Extension)</Link>
- </Compile>
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\Module\Numeric\**\*.cs">
- <Link>Module\Numeric\%(RecursiveDir)%(FileName)%(Extension)</Link>
- </Compile>
- <Compile Include="..\..\Server\Hotfix\App\Account\WordsComponentSystem.cs">
- <Link>App\WordsComponent\WordsComponentSystem.cs</Link>
- </Compile>
- <Compile Include="..\..\Server\Hotfix\App\Helper\QuickRechargeHelper.cs">
- <Link>App\Helper\QuickRechargeHelper.cs</Link>
- </Compile>
- <Compile Include="..\..\Server\Hotfix\App\Helper\XmlHelper.cs">
- <Link>App\Helper\XmlHelper.cs</Link>
- </Compile>
- <Compile Include="..\..\Server\Hotfix\Module\Message\**\*.cs">
- <Link>Module\Message\%(RecursiveDir)%(FileName)%(Extension)</Link>
- </Compile>
- <Compile Include="..\..\Server\Hotfix\Module\MessageInner\**\*.cs">
- <Link>Module\MessageInner\%(RecursiveDir)%(FileName)%(Extension)</Link>
- </Compile>
-
- <Compile Include="..\..\Server\Hotfix\Module\NetworkTCP\**\*.cs">
- <Link>Module\NetworkTCP\%(RecursiveDir)%(FileName)%(Extension)</Link>
- </Compile>
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\Demo\**\*.cs">
- <Link>Demo\%(RecursiveDir)%(FileName)%(Extension)</Link>
- </Compile>
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\Core\**\*.cs">
- <Link>Core\%(RecursiveDir)%(FileName)%(Extension)</Link>
- </Compile>
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\Module\Config\**\*.cs">
- <Link>Module\Config\%(RecursiveDir)%(FileName)%(Extension)</Link>
- </Compile>
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\Module\Ping\**\*.cs">
- <Link>Module\Ping\%(RecursiveDir)%(FileName)%(Extension)</Link>
- </Compile>
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\Module\Recast\**\*.cs">
- <Link>Module\Recast\%(RecursiveDir)%(FileName)%(Extension)</Link>
- </Compile>
- <Compile Include="..\..\Server\Hotfix\Config\**\*.cs">
- <Link>Config\%(RecursiveDir)%(FileName)%(Extension)</Link>
- </Compile>
- </ItemGroup>
-
- <ItemGroup>
- <Compile Remove="Server\**" />
- <EmbeddedResource Remove="Server\**" />
- <None Remove="Server\**" />
- </ItemGroup>
-
- <ItemGroup>
- <Folder Include="App\Script\UnitScript" />
- <Folder Include="App\Unit\" />
- </ItemGroup>
- </Project>
|