-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMAUIWiki.sln
37 lines (37 loc) · 2.06 KB
/
MAUIWiki.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
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MAUIWiki.Server", "MAUIWiki\Server\MAUIWiki.Server.csproj", "{DF8A75F9-F958-4891-BAC5-F70B90A6F1FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MAUIWiki.Client", "MAUIWiki\Client\MAUIWiki.Client.csproj", "{17BFAD02-A3BE-4ABF-AAFA-42D203F3CC58}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MAUIWiki.Shared", "MAUIWiki\Shared\MAUIWiki.Shared.csproj", "{2742EBA9-5A9C-474E-92C4-DE497ABBFC38}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF8A75F9-F958-4891-BAC5-F70B90A6F1FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF8A75F9-F958-4891-BAC5-F70B90A6F1FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF8A75F9-F958-4891-BAC5-F70B90A6F1FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF8A75F9-F958-4891-BAC5-F70B90A6F1FE}.Release|Any CPU.Build.0 = Release|Any CPU
{17BFAD02-A3BE-4ABF-AAFA-42D203F3CC58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17BFAD02-A3BE-4ABF-AAFA-42D203F3CC58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17BFAD02-A3BE-4ABF-AAFA-42D203F3CC58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17BFAD02-A3BE-4ABF-AAFA-42D203F3CC58}.Release|Any CPU.Build.0 = Release|Any CPU
{2742EBA9-5A9C-474E-92C4-DE497ABBFC38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2742EBA9-5A9C-474E-92C4-DE497ABBFC38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2742EBA9-5A9C-474E-92C4-DE497ABBFC38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2742EBA9-5A9C-474E-92C4-DE497ABBFC38}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4CB0F675-9A8E-4E51-BB0C-FE7BE16D5807}
EndGlobalSection
EndGlobal