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