This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDragonFruit.Six.Client.sln
28 lines (28 loc) · 1.85 KB
/
DragonFruit.Six.Client.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DragonFruit.Six.Client.Maui", "DragonFruit.Six.Client.Maui\DragonFruit.Six.Client.Maui.csproj", "{23D4EECD-8A96-4461-ACD9-E77148E98291}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DragonFruit.Six.Client", "DragonFruit.Six.Client\DragonFruit.Six.Client.csproj", "{CA1997DD-BF9B-4A5F-B0F5-CD189DA97CCA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DragonFruit.Six.Client.WebServer", "DragonFruit.Six.Client.WebServer\DragonFruit.Six.Client.WebServer.csproj", "{B0A5922A-DAA8-435B-AE86-417DC65F355B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23D4EECD-8A96-4461-ACD9-E77148E98291}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23D4EECD-8A96-4461-ACD9-E77148E98291}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23D4EECD-8A96-4461-ACD9-E77148E98291}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23D4EECD-8A96-4461-ACD9-E77148E98291}.Release|Any CPU.Build.0 = Release|Any CPU
{CA1997DD-BF9B-4A5F-B0F5-CD189DA97CCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA1997DD-BF9B-4A5F-B0F5-CD189DA97CCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA1997DD-BF9B-4A5F-B0F5-CD189DA97CCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA1997DD-BF9B-4A5F-B0F5-CD189DA97CCA}.Release|Any CPU.Build.0 = Release|Any CPU
{B0A5922A-DAA8-435B-AE86-417DC65F355B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0A5922A-DAA8-435B-AE86-417DC65F355B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0A5922A-DAA8-435B-AE86-417DC65F355B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0A5922A-DAA8-435B-AE86-417DC65F355B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal