CanonSharp/CanonSharp.Common/CanonSharp.Common.csproj

23 lines
538 B
XML
Raw 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>
</PropertyGroup>
<ItemGroup>
<None Include="../.gitignore" />
<None Include="../.editorconfig" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CanonSharp.Combinator\CanonSharp.Combinator.csproj" />
</ItemGroup>
2024-08-13 22:42:11 +08:00
<ItemGroup>
<Folder Include="SyntaxTree\" />
</ItemGroup>
2024-07-22 20:02:54 +08:00
</Project>