22 lines
751 B
XML
22 lines
751 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\projects\project.targets" />
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Aliyun.OSS.SDK.NetCore" Version="2.14.1" />
|
|
<PackageReference Include="HZY.Framework.Dict.SourceGenerator" Version="8.0.2" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CloudGaming.Core.Logs\CloudGaming.Core.Logs.csproj" />
|
|
<ProjectReference Include="..\CloudGaming.Core.Quartz\CloudGaming.Core.Quartz.csproj" />
|
|
<ProjectReference Include="..\CloudGaming.Core\CloudGaming.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="CloudGaming.AppConfigModel">
|
|
<HintPath>..\dll\CloudGaming.AppConfigModel.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|