| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <RootNamespace>ET</RootNamespace>
- <LangVersion>8</LangVersion>
- </PropertyGroup>
- <PropertyGroup>
- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
- <SatelliteResourceLanguages>en</SatelliteResourceLanguages>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <DefineConstants>TRACE2_0;NOT_UNITY;SERVER;</DefineConstants>
- <OutputPath>..\..\Bin\</OutputPath>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
- <DefineConstants>TRACE2_0;SERVER;NOT_UNITY</DefineConstants>
- <OutputPath>..\..\Bin\</OutputPath>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\App\Hutool\DateUtil.cs">
- <Link>App\Hutool\DateUtil.cs</Link>
- </Compile>
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\App\Hutool\MathUtil.cs">
- <Link>App\Hutool\MathUtil.cs</Link>
- </Compile>
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\App\Role\RoleInfoSystem.cs"
- Link="App\Account\Role\RoleInfoSystem.cs" />
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\App\ServerInfo\ServerInfoSystem.cs"
- Link="App\Account\ServerInfo\ServerInfoSystem.cs" />
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\Module\Config\ConfigComponentSystem.cs">
- <Link>Module\Config\ConfigComponentSystem.cs</Link>
- </Compile>
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\Module\Numeric\NumericChangeEvent_NotifyWatcher.cs">
- <Link>Module\Numeric\NumericChangeEvent_NotifyWatcher.cs</Link>
- </Compile>
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\Module\Message\**\*.cs">
- <Link>Module\Message\%(RecursiveDir)%(FileName)%(Extension)</Link>
- </Compile>
- <Compile Update="App\Services\Gallery\GalleryScene\GalleryUnitsComponentSystem.cs">
- <DependentUpon>GalleryWorksInfoFactory.cs</DependentUpon>
- </Compile>
- <Compile Remove="App\Services\LevelRanking\**" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Model\Server.Model.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\App\LogServer\**\*.cs">
- <Link>App\LogServer\Log\%(RecursiveDir)%(FileName)%(Extension)</Link>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="App\GM\GameScene\Handler" />
- <Folder Include="App\Services\Map\ExploringActivity\" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="esdk_obs_.net_core" Version="3.0.4" />
- <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Remove="App\Services\LevelRanking\**" />
- </ItemGroup>
- <ItemGroup>
- <None Remove="App\Services\LevelRanking\**" />
- </ItemGroup>
- <!-- <ItemGroup>
- <Compile Include="..\..\CSShare\Codes\Hotfix\App\Battle\**\*.cs">
- <Link>App\Services\Map\Battle\%(RecursiveDir)%(FileName)%(Extension)</Link>
- </Compile>
- </ItemGroup> -->
- <ItemGroup>
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\GFG\HotUpdate\LuBanConfig\Luban\BuffFunctors\**\*.cs">
- <Link>App\Services\Map\Battle\BuffFunctors\%(RecursiveDir)%(FileName)%(Extension)</Link>
- </Compile>
- <Compile Include="..\..\..\GameClient\Assets\Game\CSShare\Codes\Hotfix\App\Battle\**\*.cs">
- <Link>App\Services\Map\Battle\%(RecursiveDir)%(FileName)%(Extension)</Link>
- </Compile>
- </ItemGroup>
- </Project>
|