Skip to content

Commit

Permalink
Fixed chicken clickers.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Dec 31, 2023
1 parent 0e731f5 commit bdafd2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Samples/ChickenClicker/ChickenClicker/ChickenClicker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@
</Compile>
<Compile Include="GlobalContent.Generated.cs" />
<Compile Include="GlueCommunication\GameConnectionManager.Generated.cs" />
<Compile Include="GlueControl\Forms\ObjectCreationWindow.Generated.cs" />
<Compile Include="GumRuntimes\Behaviors\IButtonBehavior.Generated.cs" />
<Compile Include="GumRuntimes\Behaviors\ICheckBoxBehavior.Generated.cs" />
<Compile Include="GumRuntimes\Behaviors\IComboBoxBehavior.Generated.cs" />
Expand Down Expand Up @@ -589,6 +588,9 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="GlueControl\" />
</ItemGroup>
<Target Name="RestoreDotnetTools" BeforeTargets="Restore">
<Message Text="Restoring dotnet tools" Importance="High" />
<Exec Command="dotnet tool restore" />
Expand Down

0 comments on commit bdafd2d

Please sign in to comment.