| <Project Sdk="Microsoft.NET.Sdk"> |
| <PropertyGroup> |
| <TargetFramework>net8.0</TargetFramework> |
| <LangVersion>12.0</LangVersion> |
| <ImplicitUsings>enable</ImplicitUsings> |
| <Nullable>enable</Nullable> |
| <IsPackable>false</IsPackable> |
| </PropertyGroup> |
| |
| <ItemGroup> |
| <ProjectReference Include="..\Fory.ExternalTypes\Fory.ExternalTypes.csproj" /> |
| <ProjectReference Include="..\Fory.InheritanceProviders\Fory.InheritanceProviders.csproj" /> |
| <ProjectReference Include="..\..\src\Fory\Fory.csproj" /> |
| <ProjectReference Include="..\..\src\Fory.Generator\Fory.Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> |
| </ItemGroup> |
| </Project> |