dfbattle/dfbattle.csproj
2023-12-15 10:40:30 +08:00

33 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fleck" Version="1.2.0" />
<!-- <PackageReference Include="Google.Protobuf" Version="3.21.9" /> -->
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.1.1"/>
<Reference Include="FightRunner">
<HintPath>F:\work\c#\dfbattle\lib\FightRunner.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.1.1"/>
<Reference Include="GameFight">
<HintPath>F:\work\c#\dfbattle\lib\GameFight.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.1.1"/>
<Reference Include="GameProto">
<HintPath>F:\work\c#\dfbattle\lib\GameProto.dll</HintPath>
</Reference>
</ItemGroup>
</Project>