mirror of
https://github.com/github/codeql.git
synced 2026-02-12 13:11:20 +01:00
30 lines
2.1 KiB
XML
30 lines
2.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<OutputPath>bin\</OutputPath>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../../System.Collections/4.0.11/System.Collections.csproj" />
|
|
<ProjectReference Include="../../System.Diagnostics.Debug/4.0.11/System.Diagnostics.Debug.csproj" />
|
|
<ProjectReference Include="../../System.Globalization/4.0.11/System.Globalization.csproj" />
|
|
<ProjectReference Include="../../System.IO/4.1.0/System.IO.csproj" />
|
|
<ProjectReference Include="../../System.Linq/4.1.0/System.Linq.csproj" />
|
|
<ProjectReference Include="../../System.ObjectModel/4.0.12/System.ObjectModel.csproj" />
|
|
<ProjectReference Include="../../System.Reflection/4.1.0/System.Reflection.csproj" />
|
|
<ProjectReference Include="../../System.Reflection.Emit/4.0.1/System.Reflection.Emit.csproj" />
|
|
<ProjectReference Include="../../System.Reflection.Emit.ILGeneration/4.0.1/System.Reflection.Emit.ILGeneration.csproj" />
|
|
<ProjectReference Include="../../System.Reflection.Emit.Lightweight/4.0.1/System.Reflection.Emit.Lightweight.csproj" />
|
|
<ProjectReference Include="../../System.Reflection.Extensions/4.0.1/System.Reflection.Extensions.csproj" />
|
|
<ProjectReference Include="../../System.Reflection.Primitives/4.0.1/System.Reflection.Primitives.csproj" />
|
|
<ProjectReference Include="../../System.Reflection.TypeExtensions/4.1.0/System.Reflection.TypeExtensions.csproj" />
|
|
<ProjectReference Include="../../System.Resources.ResourceManager/4.0.1/System.Resources.ResourceManager.csproj" />
|
|
<ProjectReference Include="../../System.Runtime/4.1.0/System.Runtime.csproj" />
|
|
<ProjectReference Include="../../System.Runtime.Extensions/4.1.0/System.Runtime.Extensions.csproj" />
|
|
<ProjectReference Include="../../System.Threading/4.0.11/System.Threading.csproj" />
|
|
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|