Skip to content

Commit

Permalink
Project restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Dec 27, 2024
1 parent ae29427 commit 574ca68
Show file tree
Hide file tree
Showing 119 changed files with 76 additions and 70 deletions.
75 changes: 75 additions & 0 deletions CubeKit.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35424.110
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Riverside.GlowUI", "src\Riverside.GlowUI\Riverside.GlowUI.csproj", "{39D58D51-829F-4259-BD22-E65BFFB7D7A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Crimson", "dev\Crimson\Crimson.csproj", "{36504A29-4989-42DD-9527-28F6F1E37EF2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Riverside.Toolkit.Controls.Slider", "dev\Riverside.Toolkit.Controls.Slider\Riverside.Toolkit.Controls.Slider.csproj", "{76674956-F022-4A51-A761-403E944C417E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Riverside.GlowUI.Materials", "src\Riverside.GlowUI.Materials\Riverside.GlowUI.Materials.csproj", "{E19D0B9E-25D9-49BD-8F1B-D3DA0C9C80D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Riverside.Toolkit", "src\Riverside.Toolkit\Riverside.Toolkit.csproj", "{DA7D22DD-A7F2-4F5A-9EA4-1B5BC66717EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Riverside.Toolkit.Flyouts", "src\Riverside.Toolkit.Flyouts\Riverside.Toolkit.Flyouts.csproj", "{D088F44C-13F2-420E-95F9-105FA1AC49A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Riverside.Toolkit.UITests", "tests\Riverside.Toolkit.UITests\Riverside.Toolkit.UITests.csproj", "{3A31D3ED-B0A5-4023-9E49-7E5F809094D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{58CE73C0-AA7E-43B7-AD2E-B66182029009}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dev", "dev", "{AA2D6A37-4CD0-4E8A-9661-9A28C07F7B91}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ECDCDFAD-F6D7-4A50-9EA1-B50C7DC6DFC7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39D58D51-829F-4259-BD22-E65BFFB7D7A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39D58D51-829F-4259-BD22-E65BFFB7D7A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39D58D51-829F-4259-BD22-E65BFFB7D7A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39D58D51-829F-4259-BD22-E65BFFB7D7A1}.Release|Any CPU.Build.0 = Release|Any CPU
{36504A29-4989-42DD-9527-28F6F1E37EF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36504A29-4989-42DD-9527-28F6F1E37EF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36504A29-4989-42DD-9527-28F6F1E37EF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36504A29-4989-42DD-9527-28F6F1E37EF2}.Release|Any CPU.Build.0 = Release|Any CPU
{76674956-F022-4A51-A761-403E944C417E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76674956-F022-4A51-A761-403E944C417E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76674956-F022-4A51-A761-403E944C417E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76674956-F022-4A51-A761-403E944C417E}.Release|Any CPU.Build.0 = Release|Any CPU
{E19D0B9E-25D9-49BD-8F1B-D3DA0C9C80D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E19D0B9E-25D9-49BD-8F1B-D3DA0C9C80D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E19D0B9E-25D9-49BD-8F1B-D3DA0C9C80D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E19D0B9E-25D9-49BD-8F1B-D3DA0C9C80D9}.Release|Any CPU.Build.0 = Release|Any CPU
{DA7D22DD-A7F2-4F5A-9EA4-1B5BC66717EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA7D22DD-A7F2-4F5A-9EA4-1B5BC66717EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA7D22DD-A7F2-4F5A-9EA4-1B5BC66717EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA7D22DD-A7F2-4F5A-9EA4-1B5BC66717EB}.Release|Any CPU.Build.0 = Release|Any CPU
{D088F44C-13F2-420E-95F9-105FA1AC49A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D088F44C-13F2-420E-95F9-105FA1AC49A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D088F44C-13F2-420E-95F9-105FA1AC49A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D088F44C-13F2-420E-95F9-105FA1AC49A8}.Release|Any CPU.Build.0 = Release|Any CPU
{3A31D3ED-B0A5-4023-9E49-7E5F809094D5}.Debug|Any CPU.ActiveCfg = Debug|x64
{3A31D3ED-B0A5-4023-9E49-7E5F809094D5}.Debug|Any CPU.Build.0 = Debug|x64
{3A31D3ED-B0A5-4023-9E49-7E5F809094D5}.Debug|Any CPU.Deploy.0 = Debug|x64
{3A31D3ED-B0A5-4023-9E49-7E5F809094D5}.Release|Any CPU.ActiveCfg = Release|x64
{3A31D3ED-B0A5-4023-9E49-7E5F809094D5}.Release|Any CPU.Build.0 = Release|x64
{3A31D3ED-B0A5-4023-9E49-7E5F809094D5}.Release|Any CPU.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{39D58D51-829F-4259-BD22-E65BFFB7D7A1} = {58CE73C0-AA7E-43B7-AD2E-B66182029009}
{36504A29-4989-42DD-9527-28F6F1E37EF2} = {AA2D6A37-4CD0-4E8A-9661-9A28C07F7B91}
{76674956-F022-4A51-A761-403E944C417E} = {AA2D6A37-4CD0-4E8A-9661-9A28C07F7B91}
{E19D0B9E-25D9-49BD-8F1B-D3DA0C9C80D9} = {58CE73C0-AA7E-43B7-AD2E-B66182029009}
{DA7D22DD-A7F2-4F5A-9EA4-1B5BC66717EB} = {58CE73C0-AA7E-43B7-AD2E-B66182029009}
{D088F44C-13F2-420E-95F9-105FA1AC49A8} = {58CE73C0-AA7E-43B7-AD2E-B66182029009}
{3A31D3ED-B0A5-4023-9E49-7E5F809094D5} = {ECDCDFAD-F6D7-4A50-9EA1-B50C7DC6DFC7}
EndGlobalSection
EndGlobal
69 changes: 0 additions & 69 deletions Toolkit.sln

This file was deleted.

File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Toolkit\Riverside.Toolkit.csproj" />
<ProjectReference Include="..\..\src\Riverside.Toolkit\Riverside.Toolkit.csproj" />
</ItemGroup>

<!--
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 574ca68

Please sign in to comment.