Skip to content

Commit

Permalink
Update sample project.
Browse files Browse the repository at this point in the history
  • Loading branch information
GGG-KILLER committed Jan 28, 2024
1 parent cdffa2a commit dc28697
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tsu.Trees.RedGreen/sample/Tsu.Trees.RedGreen.Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>

<WarningsAsErrors></WarningsAsErrors>
<NoWarn>CA17107;CS1591</NoWarn>
</PropertyGroup>

Expand All @@ -29,7 +31,7 @@
</ProjectReference>
</ItemGroup>

<ItemGroup Condition="'$(DocGen)' != 'true'">
<ItemGroup>
<Folder Include="Generated\" />

<!-- Don't include the output from a previous source generator execution into future runs; the */** trick here ensures that there's
Expand Down

0 comments on commit dc28697

Please sign in to comment.