Skip to content

Commit

Permalink
removed the datatypes project + bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
RonenNess committed Oct 31, 2023
1 parent 3163e0b commit c2fac9b
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 35 deletions.
18 changes: 0 additions & 18 deletions GeonBit.UI.DataTypes/GeonBit.UI.DataTypes.csproj

This file was deleted.

4 changes: 0 additions & 4 deletions GeonBit.UI.DataTypes/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions GeonBit.UI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ It provide all the basic elements required to make a game / editor UI, and comes
</metadata>
<files>
<file src="readme.txt" target="" />
<file src="GeonBit.UI\bin\Release\net6.0\GeonBit.UI.DataTypes.dll" target="lib\net6.0\GeonBit.UI.DataTypes.dll"/>
<file src="GeonBit.UI\bin\Release\net6.0\GeonBit.UI.dll" target="lib\net6.0\GeonBit.UI.dll"/>
<file src="GeonBit.UI\bin\Release\net6.0\GeonBit.UI.DataTypes.dll" target="lib\net6.0-windows\GeonBit.UI.DataTypes.dll"/>
<file src="GeonBit.UI\bin\Release\net6.0\GeonBit.UI.dll" target="lib\net6.0-windows\GeonBit.UI.dll"/>
<file src="Help\Documentation.chm" target="Documentation.chm"/>
<file src="GeonBit.UI\Content\GeonBit.UI\**\*.*" target="content\Content\GeonBit.UI" />
Expand Down
10 changes: 2 additions & 8 deletions GeonBit.UI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeonBit.UI", "GeonBit.UI\GeonBit.UI.csproj", "{0651DD1F-DB39-4617-B373-950AE63D7A5A}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeonBit.UI", "GeonBit.UI\GeonBit.UI.csproj", "{0651DD1F-DB39-4617-B373-950AE63D7A5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeonBit.UI.DataTypes", "GeonBit.UI.DataTypes\GeonBit.UI.DataTypes.csproj", "{B994B307-EDA6-4211-A098-F1EF6F90BC39}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeonBit.UI.Examples", "GeonBit.UI.Examples\GeonBit.UI.Examples.csproj", "{A67EAC37-30E0-4C3A-A366-02B73519CA03}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeonBit.UI.Examples", "GeonBit.UI.Examples\GeonBit.UI.Examples.csproj", "{A67EAC37-30E0-4C3A-A366-02B73519CA03}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -19,10 +17,6 @@ Global
{0651DD1F-DB39-4617-B373-950AE63D7A5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0651DD1F-DB39-4617-B373-950AE63D7A5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0651DD1F-DB39-4617-B373-950AE63D7A5A}.Release|Any CPU.Build.0 = Release|Any CPU
{B994B307-EDA6-4211-A098-F1EF6F90BC39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B994B307-EDA6-4211-A098-F1EF6F90BC39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B994B307-EDA6-4211-A098-F1EF6F90BC39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B994B307-EDA6-4211-A098-F1EF6F90BC39}.Release|Any CPU.Build.0 = Release|Any CPU
{A67EAC37-30E0-4C3A-A366-02B73519CA03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A67EAC37-30E0-4C3A-A366-02B73519CA03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A67EAC37-30E0-4C3A-A366-02B73519CA03}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
Binary file removed GeonBit.UI/Content/GeonBit.UI.DataTypes.dll
Binary file not shown.
3 changes: 0 additions & 3 deletions GeonBit.UI/GeonBit.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303" />
<PackageReference Include="System.Runtime" Version="4.3.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GeonBit.UI.DataTypes\GeonBit.UI.DataTypes.csproj" />
</ItemGroup>
<Target Name="RestoreDotnetTools" BeforeTargets="Restore">
<Message Text="Restoring dotnet tools" Importance="High" />
<Exec Command="dotnet tool restore" />
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2126,7 +2126,9 @@ If you want to use the new files dialog, you must include the new textures that
### 4.3.0.0

- Removed the XNA XMLs for stylesheets, and switched to regular XML files. Trying to use the content manager for XML was a pure nightmare and added zero value.
- Removed the data types project. The entire package is now a single project + another project for demos.
- Fixed files dialog to show folders if can pick them, even if can't change root folder.
- Fixed background offset bug in selected list item with icon.

## Credits

Expand Down

0 comments on commit c2fac9b

Please sign in to comment.