-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pantheas.Toolkit.sln
37 lines (37 loc) · 1.97 KB
/
Pantheas.Toolkit.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.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MAUI", "MAUI\MAUI.csproj", "{CF732DBB-AB62-42D5-9FCE-F4493A3F09DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{03DA29BB-89E3-45CE-A9E9-539F05B4C784}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVVM", "MVVM\MVVM.csproj", "{F1614054-6325-4BAE-AF75-1DF48CEFB06B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF732DBB-AB62-42D5-9FCE-F4493A3F09DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF732DBB-AB62-42D5-9FCE-F4493A3F09DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF732DBB-AB62-42D5-9FCE-F4493A3F09DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF732DBB-AB62-42D5-9FCE-F4493A3F09DA}.Release|Any CPU.Build.0 = Release|Any CPU
{03DA29BB-89E3-45CE-A9E9-539F05B4C784}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03DA29BB-89E3-45CE-A9E9-539F05B4C784}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03DA29BB-89E3-45CE-A9E9-539F05B4C784}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03DA29BB-89E3-45CE-A9E9-539F05B4C784}.Release|Any CPU.Build.0 = Release|Any CPU
{F1614054-6325-4BAE-AF75-1DF48CEFB06B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1614054-6325-4BAE-AF75-1DF48CEFB06B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1614054-6325-4BAE-AF75-1DF48CEFB06B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1614054-6325-4BAE-AF75-1DF48CEFB06B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2A38146E-7183-4D7D-A167-B9A36466B641}
EndGlobalSection
EndGlobal