-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpswitch.sln
44 lines (43 loc) · 2.33 KB
/
phpswitch.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.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "phpswitch", "phpswitch\phpswitch.csproj", "{91007A88-E1BE-4B24-B8A4-852827600D92}"
ProjectSection(ProjectDependencies) = postProject
{CAADA252-2D24-49AD-AE8D-B607E3F7A848} = {CAADA252-2D24-49AD-AE8D-B607E3F7A848}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{21E1A26A-97AE-46B5-87EC-359EA2651A8B}"
ProjectSection(SolutionItems) = preProject
phpswitch.example.json = phpswitch.example.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "killphp", "killphp\killphp.csproj", "{8A2CD006-3654-4974-A608-3113585050B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "sharedLibraries", "sharedLibraries\sharedLibraries.csproj", "{CAADA252-2D24-49AD-AE8D-B607E3F7A848}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91007A88-E1BE-4B24-B8A4-852827600D92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91007A88-E1BE-4B24-B8A4-852827600D92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91007A88-E1BE-4B24-B8A4-852827600D92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91007A88-E1BE-4B24-B8A4-852827600D92}.Release|Any CPU.Build.0 = Release|Any CPU
{8A2CD006-3654-4974-A608-3113585050B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A2CD006-3654-4974-A608-3113585050B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A2CD006-3654-4974-A608-3113585050B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAADA252-2D24-49AD-AE8D-B607E3F7A848}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAADA252-2D24-49AD-AE8D-B607E3F7A848}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAADA252-2D24-49AD-AE8D-B607E3F7A848}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAADA252-2D24-49AD-AE8D-B607E3F7A848}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B37A7AF-4EBA-474A-83D1-6441507B48C2}
EndGlobalSection
EndGlobal