You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

184 lines
8.3 KiB

<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="..\..\Unity\Codes\Hotfix\Demo\Battle\BattleSystem.cs">
<Link>Demo\Battle\BattleSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Buff\BuffComponentSystem.cs">
<Link>Demo\Buff\BuffComponentSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Buff\BuffSystem.cs">
<Link>Demo\Buff\BuffSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Building\BuildingComponentSystem.cs">
<Link>Demo\Building\BuildingComponentSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Building\BuildingSystem.cs">
<Link>Demo\Building\BuildingSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Construct\ConstructComponentSystem.cs">
<Link>Demo\Construct\ConstructComponentSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Construct\ConstructSystem.cs">
<Link>Demo\Construct\ConstructSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Farmland\FarmlandSystem.cs">
<Link>Demo\Farmland\FarmlandSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Fighter\FighterComponentSystem.cs">
<Link>Demo\Fighter\FighterComponentSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Fighter\FighterSystem.cs">
<Link>Demo\Fighter\FighterSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Cuisine\CuisineComponentSystem.cs">
<Link>Demo\Cuisine\CuisineComponentSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Cuisine\CuisineSystem.cs">
<Link>Demo\Cuisine\CuisineSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Gather\GatherComponentSystem.cs">
<Link>Demo\Gather\GatherComponentSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Gather\GatherSystem.cs">
<Link>Demo\Gather\GatherSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Item\ItemSystem.cs">
<Link>Demo\Item\ItemSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Item\StoreComponentSystem.cs">
<Link>Demo\Item\StoreComponentSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Monster\MonsterGroupComponentSystem.cs">
<Link>Demo\Monster\MonsterGroupComponentSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Monster\MonsterGroupSystem.cs">
<Link>Demo\Monster\MonsterGroupSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Operate\BattleOperate.cs">
<Link>Demo\Operate\BattleOperate.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Menu\MenuComponentSystem.cs">
<Link>Demo\Menu\MenuComponentSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Menu\MenuSystem.cs">
<Link>Demo\Menu\MenuSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Operate\ConstructOperate.cs">
<Link>Demo\Operate\ConstructOperate.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Operate\CuisineOperate.cs">
<Link>Demo\Operate\CuisineOperate.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Operate\DropOperate.cs">
<Link>Demo\Operate\DropOperate.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Operate\GatherOperate.cs">
<Link>Demo\Operate\GatherOperate.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Operate\PeopleOperate.cs">
<Link>Demo\Operate\PeopleOperate.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Operate\ResourceOperate.cs">
<Link>Demo\Operate\ResourceOperate.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Operate\StoreOperate.cs">
<Link>Demo\Operate\StoreOperate.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Operate\SynthesisOperate.cs">
<Link>Demo\Operate\SynthesisOperate.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Operate\UnitOperate.cs">
<Link>Demo\Operate\UnitOperate.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\People\PeopleComponentSystem.cs">
<Link>Demo\People\PeopleComponentSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\People\PeopleSystem.cs">
<Link>Demo\People\PeopleSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Resource\ResourcePointComponentSystem.cs">
<Link>Demo\Resource\ResourceComponentSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Resource\ResourcePointSystem.cs">
<Link>Demo\Resource\ResourceSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Role\RoleInfoSystem.cs">
<Link>Demo\Role\RoleInfoSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\ServerInfo\ServerInfoSystem.cs">
<Link>Demo\ServerInfo\ServerInfoSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\ServerUtil.cs">
<Link>Demo\ServerUtil.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Skill\SkillComponentSystem.cs">
<Link>Demo\Skill\SkillComponentSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Skill\SkillSystem.cs">
<Link>Demo\Skill\SkillSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Synthesis\SynthesisComponentSystem.cs">
<Link>Demo\Synthesis\SynthesisComponentSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Synthesis\SynthesisSystem.cs">
<Link>Demo\Synthesis\SynthesisSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Demo\Unit\UnitSystem.cs">
<Link>Demo\Unit\UnitSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Model\Demo\Config\WorldParam.cs">
<Link>Demo\WorldParam.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Module\Config\ConfigComponentSystem.cs">
<Link>Module\Config\ConfigComponentSystem.cs</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Module\Numeric\**\*.cs">
<Link>Module\Numeric\%(RecursiveDir)%(FileName)%(Extension)</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Module\AI\**\*.cs">
<Link>Module\AI\%(RecursiveDir)%(FileName)%(Extension)</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Module\Recast\**\*.cs">
<Link>Module\Recast\%(RecursiveDir)%(FileName)%(Extension)</Link>
</Compile>
<Compile Include="..\..\Unity\Codes\Hotfix\Module\Message\**\*.cs">
<Link>Module\Message\%(RecursiveDir)%(FileName)%(Extension)</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Tools\Analyzer\Analyzer.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<ProjectReference Include="..\Model\Server.Model.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="NCalc, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\Unity\Temp\Bin\Debug\NCalc.dll</HintPath>
</Reference>
</ItemGroup>
</Project>