Files
2026-08-27 10:56:38 -06:00

31 lines
1.4 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Microsoft.CodeAnalysis.CSharp</AssemblyName>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<LangVersion>14.0</LangVersion>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup>
<RootNamespace />
</PropertyGroup>
<ItemGroup />
<ItemGroup>
<Reference Include="Microsoft.CodeAnalysis" />
<Reference Include="System.Collections.Immutable">
<HintPath>../../../../../../../usr/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.5/System.Collections.Immutable.dll</HintPath>
</Reference>
<Reference Include="System.Memory">
<HintPath>../../../../../../../usr/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.5/System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Reflection.Metadata">
<HintPath>../../../../../../../usr/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.5/System.Reflection.Metadata.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.CompilerServices.Unsafe">
<HintPath>../../../../../../../usr/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.5/System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
</ItemGroup>
</Project>