Skip to content

Commit

Permalink
Added icons by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Apostolique committed Dec 14, 2023
1 parent 7acdd93 commit fb7f9f8
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Source/Full/Platforms/DesktopGL/DesktopGL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@
</MonoGameContentReference>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="Icon.bmp">
<LogicalName>Icon.bmp</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icon.ico">
<LogicalName>Icon.ico</LogicalName>
</EmbeddedResource>
</ItemGroup>

<Target Name="RestoreDotnetTools" BeforeTargets="Restore">
<Message Text="Restoring dotnet tools" Importance="High" />
<Exec Command="dotnet tool restore" />
Expand Down
Binary file added Source/Full/Platforms/DesktopGL/Icon.bmp
Binary file not shown.
Binary file added Source/Full/Platforms/WindowsDX/Icon.bmp
Binary file not shown.
9 changes: 9 additions & 0 deletions Source/Full/Platforms/WindowsDX/WindowsDX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@
</MonoGameContentReference>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="Icon.bmp">
<LogicalName>Icon.bmp</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icon.ico">
<LogicalName>Icon.ico</LogicalName>
</EmbeddedResource>
</ItemGroup>

<Target Name="RestoreDotnetTools" BeforeTargets="Restore">
<Message Text="Restoring dotnet tools" Importance="High" />
<Exec Command="dotnet tool restore" />
Expand Down
10 changes: 10 additions & 0 deletions Source/Simple/Platforms/DesktopGL/DesktopGL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
</MonoGameContentReference>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="Icon.bmp">
<LogicalName>Icon.bmp</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icon.ico">
<LogicalName>Icon.ico</LogicalName>
</EmbeddedResource>
</ItemGroup>


<Target Name="RestoreDotnetTools" BeforeTargets="Restore">
<Message Text="Restoring dotnet tools" Importance="High" />
<Exec Command="dotnet tool restore" />
Expand Down
Binary file added Source/Simple/Platforms/DesktopGL/Icon.bmp
Binary file not shown.
Binary file added Source/Simple/Platforms/WindowsDX/Icon.bmp
Binary file not shown.
9 changes: 9 additions & 0 deletions Source/Simple/Platforms/WindowsDX/WindowsDX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@
</MonoGameContentReference>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="Icon.bmp">
<LogicalName>Icon.bmp</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Icon.ico">
<LogicalName>Icon.ico</LogicalName>
</EmbeddedResource>
</ItemGroup>

<Target Name="RestoreDotnetTools" BeforeTargets="Restore">
<Message Text="Restoring dotnet tools" Importance="High" />
<Exec Command="dotnet tool restore" />
Expand Down

0 comments on commit fb7f9f8

Please sign in to comment.