-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPigTool.sln
59 lines (59 loc) · 3.8 KB
/
PigTool.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PigTool.Android", "PigTool\PigTool.Android\PigTool.Android.csproj", "{89549C3E-C392-4643-AD9D-2D8D0801D66E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PigTool", "PigTool\PigTool\PigTool.csproj", "{62B60E8B-00C4-4D1C-9B3C-C8A0E49CD686}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PigTool.API_OLDNotUsed", "PigTool.API\PigTool.API_OLDNotUsed.csproj", "{F2673E51-1723-46F3-827E-4A8D1B09CA4B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "Shared\Shared.csproj", "{E518DCB6-8F09-48FD-97D4-B9E7BF433037}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pigtool.API", "TestAuthenticateAPI\Pigtool.API.csproj", "{B1245E50-0AC1-4E28-B9EE-0402BA0A50A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PigToolMigration", "PigToolMigration\PigToolMigration.csproj", "{63DFE9A3-621C-4C8C-A7E3-492B6E759AD5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89549C3E-C392-4643-AD9D-2D8D0801D66E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89549C3E-C392-4643-AD9D-2D8D0801D66E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89549C3E-C392-4643-AD9D-2D8D0801D66E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{89549C3E-C392-4643-AD9D-2D8D0801D66E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89549C3E-C392-4643-AD9D-2D8D0801D66E}.Release|Any CPU.Build.0 = Release|Any CPU
{89549C3E-C392-4643-AD9D-2D8D0801D66E}.Release|Any CPU.Deploy.0 = Release|Any CPU
{62B60E8B-00C4-4D1C-9B3C-C8A0E49CD686}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62B60E8B-00C4-4D1C-9B3C-C8A0E49CD686}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62B60E8B-00C4-4D1C-9B3C-C8A0E49CD686}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{62B60E8B-00C4-4D1C-9B3C-C8A0E49CD686}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62B60E8B-00C4-4D1C-9B3C-C8A0E49CD686}.Release|Any CPU.Build.0 = Release|Any CPU
{62B60E8B-00C4-4D1C-9B3C-C8A0E49CD686}.Release|Any CPU.Deploy.0 = Release|Any CPU
{F2673E51-1723-46F3-827E-4A8D1B09CA4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2673E51-1723-46F3-827E-4A8D1B09CA4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2673E51-1723-46F3-827E-4A8D1B09CA4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2673E51-1723-46F3-827E-4A8D1B09CA4B}.Release|Any CPU.Build.0 = Release|Any CPU
{E518DCB6-8F09-48FD-97D4-B9E7BF433037}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E518DCB6-8F09-48FD-97D4-B9E7BF433037}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E518DCB6-8F09-48FD-97D4-B9E7BF433037}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E518DCB6-8F09-48FD-97D4-B9E7BF433037}.Release|Any CPU.Build.0 = Release|Any CPU
{B1245E50-0AC1-4E28-B9EE-0402BA0A50A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1245E50-0AC1-4E28-B9EE-0402BA0A50A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1245E50-0AC1-4E28-B9EE-0402BA0A50A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1245E50-0AC1-4E28-B9EE-0402BA0A50A3}.Release|Any CPU.Build.0 = Release|Any CPU
{63DFE9A3-621C-4C8C-A7E3-492B6E759AD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63DFE9A3-621C-4C8C-A7E3-492B6E759AD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63DFE9A3-621C-4C8C-A7E3-492B6E759AD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63DFE9A3-621C-4C8C-A7E3-492B6E759AD5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {77445515-07C9-46D0-8ED5-B8F592B72C22}
EndGlobalSection
EndGlobal