mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +08:00
11 lines
322 B
XML
11 lines
322 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<RootNamespace>multi_language_test</RootNamespace>
|
|
<DefaultItemExcludes>$(DefaultItemExcludes);codeql-runner/**</DefaultItemExcludes>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|