-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathSwashbucklerDiary.Maui.sln
39 lines (39 loc) · 2.3 KB
/
SwashbucklerDiary.Maui.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
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35605.110
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SwashbucklerDiary.Shared", "src\SwashbucklerDiary.Shared\SwashbucklerDiary.Shared.csproj", "{99F6BF2A-9DFD-04D7-A8AF-C40A900DEAA0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SwashbucklerDiary.Rcl", "src\SwashbucklerDiary.Rcl\SwashbucklerDiary.Rcl.csproj", "{21728A4E-2B91-AA92-FA41-EA0A8E255182}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SwashbucklerDiary.Maui", "src\SwashbucklerDiary.Maui\SwashbucklerDiary.Maui.csproj", "{2C2C7E54-A56E-ABDC-0E00-280314915586}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{99F6BF2A-9DFD-04D7-A8AF-C40A900DEAA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99F6BF2A-9DFD-04D7-A8AF-C40A900DEAA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99F6BF2A-9DFD-04D7-A8AF-C40A900DEAA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99F6BF2A-9DFD-04D7-A8AF-C40A900DEAA0}.Release|Any CPU.Build.0 = Release|Any CPU
{21728A4E-2B91-AA92-FA41-EA0A8E255182}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21728A4E-2B91-AA92-FA41-EA0A8E255182}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21728A4E-2B91-AA92-FA41-EA0A8E255182}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21728A4E-2B91-AA92-FA41-EA0A8E255182}.Release|Any CPU.Build.0 = Release|Any CPU
{2C2C7E54-A56E-ABDC-0E00-280314915586}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C2C7E54-A56E-ABDC-0E00-280314915586}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C2C7E54-A56E-ABDC-0E00-280314915586}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{2C2C7E54-A56E-ABDC-0E00-280314915586}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C2C7E54-A56E-ABDC-0E00-280314915586}.Release|Any CPU.Build.0 = Release|Any CPU
{2C2C7E54-A56E-ABDC-0E00-280314915586}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A728EAD-0065-4955-83CB-4B92E94E3696}
EndGlobalSection
EndGlobal