-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPluggy.sln
33 lines (32 loc) · 1.93 KB
/
Pluggy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA447E75-B69E-4EB4-ACE3-1C7951C796F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pluggy.Client", "Pluggy.Client\Pluggy.Client.csproj", "{7344D193-00AC-4C89-8ADD-2395D58A15E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pluggy.SDK", "Pluggy.SDK\Pluggy.SDK.csproj", "{C5B675CB-8AAB-46B5-B820-57AC854317E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pluggy.Tests", "Pluggy.Tests\Pluggy.Tests.csproj", "{56C8C570-621F-4ACD-AD49-F41B3B15EF0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7344D193-00AC-4C89-8ADD-2395D58A15E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7344D193-00AC-4C89-8ADD-2395D58A15E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7344D193-00AC-4C89-8ADD-2395D58A15E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7344D193-00AC-4C89-8ADD-2395D58A15E3}.Release|Any CPU.Build.0 = Release|Any CPU
{C5B675CB-8AAB-46B5-B820-57AC854317E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5B675CB-8AAB-46B5-B820-57AC854317E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5B675CB-8AAB-46B5-B820-57AC854317E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5B675CB-8AAB-46B5-B820-57AC854317E7}.Release|Any CPU.Build.0 = Release|Any CPU
{56C8C570-621F-4ACD-AD49-F41B3B15EF0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56C8C570-621F-4ACD-AD49-F41B3B15EF0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56C8C570-621F-4ACD-AD49-F41B3B15EF0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56C8C570-621F-4ACD-AD49-F41B3B15EF0A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal