添加项目文件。

This commit is contained in:
zel
2025-03-05 19:42:01 +08:00
parent 659f1a2ad9
commit 47dcdeb55d
582 changed files with 242004 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<Optimize>false</Optimize>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="8.0.0" />
<PackageReference Include="Jaina" Version="4.3.0" />
<PackageReference Include="Quartz" Version="3.11.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WaterCloud.CodeGenerator\WaterCloud.CodeGenerator.csproj" />
<ProjectReference Include="..\WaterCloud.Code\WaterCloud.Code.csproj" />
<ProjectReference Include="..\WaterCloud.Data\WaterCloud.DataBase.csproj" />
<ProjectReference Include="..\WaterCloud.Domain\WaterCloud.Domain.csproj" />
</ItemGroup>
</Project>