add dir structure
This commit is contained in:
parent
04d085847a
commit
dbc353e1eb
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@
|
|||
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303"/>
|
||||
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303"/>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="GameCore\GameManagers\NetworkManager\Updates\" />
|
||||
<Folder Include="GameCore\GameObjects\" />
|
||||
<Folder Include="GameCore\GUI\" />
|
||||
</ItemGroup>
|
||||
<Target Name="RestoreDotnetTools" BeforeTargets="Restore">
|
||||
<Message Text="Restoring dotnet tools" Importance="High"/>
|
||||
<Exec Command="dotnet tool restore"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue