CanonSharp/CanonSharp.Pascal/CanonSharp.Pascal.csproj

20 lines
522 B
XML
Raw Permalink Normal View History

2024-07-22 20:02:54 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>CanonSharp.Common</RootNamespace>
2024-07-22 20:02:54 +08:00
</PropertyGroup>
<ItemGroup>
<None Include="../.gitignore" />
<None Include="../.editorconfig" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CanonSharp.Combinator\CanonSharp.Combinator.csproj" />
</ItemGroup>
2024-07-22 20:02:54 +08:00
</Project>