mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
31 lines
1.1 KiB
XML
31 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
<AssemblyName>Semmle.Extraction.CSharp.Standalone</AssemblyName>
|
|
<RootNamespace>Semmle.Extraction.CSharp.Standalone</RootNamespace>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<WarningsAsErrors />
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Semmle.Extraction.CSharp\Semmle.Extraction.CSharp.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Properties\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Build" Version="15.8.166" />
|
|
<PackageReference Include="Microsoft.Win32.Primitives" Version="4.3.0" />
|
|
<PackageReference Include="System.Net.Primitives" Version="4.3.0" />
|
|
<PackageReference Include="System.Security.Principal" Version="4.3.0" />
|
|
<PackageReference Include="System.Threading.ThreadPool" Version="4.3.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|