-
Notifications
You must be signed in to change notification settings - Fork 1
/
RetroPie.Manager.sln
36 lines (36 loc) · 1.86 KB
/
RetroPie.Manager.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RetroPie.Manager.Web", "src\RetroPie.Manager.Web\RetroPie.Manager.Web.csproj", "{2C405A34-C0AE-4BCB-B803-76B8F6CA8EE9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RetroPie.Manager.Web.Client", "src\RetroPie.Manager.Web.Client\RetroPie.Manager.Web.Client.csproj", "{604FC0A6-4684-4473-8EA5-09C03EC31852}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{13F9E104-A2EA-4E65-ABA6-992FB29D72DB}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C405A34-C0AE-4BCB-B803-76B8F6CA8EE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C405A34-C0AE-4BCB-B803-76B8F6CA8EE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C405A34-C0AE-4BCB-B803-76B8F6CA8EE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C405A34-C0AE-4BCB-B803-76B8F6CA8EE9}.Release|Any CPU.Build.0 = Release|Any CPU
{604FC0A6-4684-4473-8EA5-09C03EC31852}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{604FC0A6-4684-4473-8EA5-09C03EC31852}.Debug|Any CPU.Build.0 = Debug|Any CPU
{604FC0A6-4684-4473-8EA5-09C03EC31852}.Release|Any CPU.ActiveCfg = Release|Any CPU
{604FC0A6-4684-4473-8EA5-09C03EC31852}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6C49E832-90E9-4078-990A-E0E3FE10470B}
EndGlobalSection
EndGlobal