aspnetcore/test/Microsoft.DotNet.Watcher.To.../TestProjects/GlobbingApp/GlobbingApp.csproj

14 lines
338 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<OutputType>exe</OutputType>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.cs;include\*.cs" Exclude="exclude\*" />
</ItemGroup>
</Project>