Skip to content

Commit

Permalink
[build] Don't pick up editors/vs/.../*.cs files.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Jul 14, 2024
1 parent 243cf06 commit 18a0523
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fut.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RollForward>LatestMajor</RollForward>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<ItemGroup>
<Compile Remove="test\**" />
<Compile Include="*.cs" />
</ItemGroup>

</Project>

0 comments on commit 18a0523

Please sign in to comment.