Files
CRSim/CRSim.PlatformDiagram/CRSim.PlatformDiagram.csproj
2025-12-14 01:09:33 +08:00

22 lines
665 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0-windows10.0.19041.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>x64;AnyCPU</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="itext" Version="9.4.0" />
<PackageReference Include="itext.bouncy-castle-adapter" Version="9.4.0" />
<PackageReference Include="itext.font-asian" Version="9.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CRSim.Core\CRSim.Core.csproj" />
</ItemGroup>
</Project>