Skip to content

Commit

Permalink
ReadMe complete
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Jan 8, 2024
1 parent 24ff674 commit 9687542
Show file tree
Hide file tree
Showing 6 changed files with 448 additions and 33 deletions.
9 changes: 8 additions & 1 deletion R3.sln
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "R3.Avalonia", "src\R3.Avalo
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaApplication1", "sandbox\AvaloniaApplication1\AvaloniaApplication1.csproj", "{978BECEF-5217-4531-B0B7-45BC8D820A28}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "R3.Godot", "src\R3.Godot\R3.Godot.csproj", "{B7A5DDB0-5F43-49D0-A047-D0D26626BE30}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "R3.Godot", "src\R3.Godot\R3.Godot.csproj", "{B7A5DDB0-5F43-49D0-A047-D0D26626BE30}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmark", "sandbox\Benchmark\Benchmark.csproj", "{EBC13ACA-717D-4635-920A-5E0E211B0CF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -70,6 +72,10 @@ Global
{B7A5DDB0-5F43-49D0-A047-D0D26626BE30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7A5DDB0-5F43-49D0-A047-D0D26626BE30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7A5DDB0-5F43-49D0-A047-D0D26626BE30}.Release|Any CPU.Build.0 = Release|Any CPU
{EBC13ACA-717D-4635-920A-5E0E211B0CF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBC13ACA-717D-4635-920A-5E0E211B0CF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBC13ACA-717D-4635-920A-5E0E211B0CF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBC13ACA-717D-4635-920A-5E0E211B0CF4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -83,6 +89,7 @@ Global
{C492C048-732F-4F0D-AC09-03F3187ABB17} = {9FA6D327-728B-4436-AE3A-9E46D8FEF591}
{978BECEF-5217-4531-B0B7-45BC8D820A28} = {FAB2137C-1DBA-4F2F-8E22-DF3521C9B365}
{B7A5DDB0-5F43-49D0-A047-D0D26626BE30} = {9FA6D327-728B-4436-AE3A-9E46D8FEF591}
{EBC13ACA-717D-4635-920A-5E0E211B0CF4} = {FAB2137C-1DBA-4F2F-8E22-DF3521C9B365}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {84B77761-6B9E-46BA-B132-6C77B0B6E4FA}
Expand Down
Loading

0 comments on commit 9687542

Please sign in to comment.