-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPracticePanther.sln
44 lines (44 loc) · 2.61 KB
/
PracticePanther.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
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PP.API", "PP.API\PP.API.csproj", "{ABD3651F-0732-4409-82B4-766E205576B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PP.CLI", "PP.CLI\PP.CLI.csproj", "{2EB5361F-86E5-4603-AD96-634FA6038989}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PP.Library", "PP.Library\PP.Library.csproj", "{CD04738B-0A93-4E07-89AA-6205DEB89212}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PP.MAUI", "PP.MAUI\PP.MAUI.csproj", "{7178BEB3-B065-4595-9B90-F58AEB660DC6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2EB5361F-86E5-4603-AD96-634FA6038989}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EB5361F-86E5-4603-AD96-634FA6038989}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EB5361F-86E5-4603-AD96-634FA6038989}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EB5361F-86E5-4603-AD96-634FA6038989}.Release|Any CPU.Build.0 = Release|Any CPU
{CD04738B-0A93-4E07-89AA-6205DEB89212}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD04738B-0A93-4E07-89AA-6205DEB89212}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD04738B-0A93-4E07-89AA-6205DEB89212}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD04738B-0A93-4E07-89AA-6205DEB89212}.Release|Any CPU.Build.0 = Release|Any CPU
{7178BEB3-B065-4595-9B90-F58AEB660DC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7178BEB3-B065-4595-9B90-F58AEB660DC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7178BEB3-B065-4595-9B90-F58AEB660DC6}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{7178BEB3-B065-4595-9B90-F58AEB660DC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7178BEB3-B065-4595-9B90-F58AEB660DC6}.Release|Any CPU.Build.0 = Release|Any CPU
{7178BEB3-B065-4595-9B90-F58AEB660DC6}.Release|Any CPU.Deploy.0 = Release|Any CPU
{ABD3651F-0732-4409-82B4-766E205576B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABD3651F-0732-4409-82B4-766E205576B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABD3651F-0732-4409-82B4-766E205576B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABD3651F-0732-4409-82B4-766E205576B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EADB2AFF-AF6A-44F0-A593-B376000F2A26}
EndGlobalSection
EndGlobal