Skip to content

Commit

Permalink
Create GroupBox.Avalonia.sln
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Jan 11, 2025
1 parent 6ba06f1 commit eab9ba0
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions GroupBox.Avalonia.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{94D65A4B-9627-41D2-9B4E-7099B89923B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{1018B2EB-3316-42D3-AAEE-F179E2A0EEB0}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupBox.Avalonia", "GroupBox.Avalonia\GroupBox.Avalonia.csproj", "{C6D189BB-267A-455B-9A46-FB01C14348FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{0A8969A1-3B54-4F74-A31E-B06EEC6DE38A}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C6D189BB-267A-455B-9A46-FB01C14348FD} = {94D65A4B-9627-41D2-9B4E-7099B89923B0}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6D189BB-267A-455B-9A46-FB01C14348FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6D189BB-267A-455B-9A46-FB01C14348FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6D189BB-267A-455B-9A46-FB01C14348FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6D189BB-267A-455B-9A46-FB01C14348FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

0 comments on commit eab9ba0

Please sign in to comment.