-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPinkSystem.sln
More file actions
49 lines (49 loc) · 3.01 KB
/
PinkSystem.sln
File metadata and controls
49 lines (49 loc) · 3.01 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PinkSystem", "PinkSystem\PinkSystem.csproj", "{715DFF0B-CA60-430D-A39C-9C72D5E0B7FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PinkSystem.Net.Http", "PinkSystem.Net.Http\PinkSystem.Net.Http.csproj", "{886B8CD5-33A8-4B5F-BDF1-186BB2A1F528}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PinkSystem.Net", "PinkSystem.Net\PinkSystem.Net.csproj", "{2F6B9609-5F00-4739-8AAA-0AB1F05E49FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PinkSystem.IO", "PinkSystem.IO\PinkSystem.IO.csproj", "{DD3E8426-CF93-498F-9175-4F9612D77205}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PinkSystem.Text", "PinkSystem.Text\PinkSystem.Text.csproj", "{31FEADC1-7C03-4368-8F3F-1C5F09D54FD0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{715DFF0B-CA60-430D-A39C-9C72D5E0B7FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{715DFF0B-CA60-430D-A39C-9C72D5E0B7FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{715DFF0B-CA60-430D-A39C-9C72D5E0B7FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{715DFF0B-CA60-430D-A39C-9C72D5E0B7FE}.Release|Any CPU.Build.0 = Release|Any CPU
{886B8CD5-33A8-4B5F-BDF1-186BB2A1F528}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{886B8CD5-33A8-4B5F-BDF1-186BB2A1F528}.Debug|Any CPU.Build.0 = Debug|Any CPU
{886B8CD5-33A8-4B5F-BDF1-186BB2A1F528}.Release|Any CPU.ActiveCfg = Release|Any CPU
{886B8CD5-33A8-4B5F-BDF1-186BB2A1F528}.Release|Any CPU.Build.0 = Release|Any CPU
{2F6B9609-5F00-4739-8AAA-0AB1F05E49FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F6B9609-5F00-4739-8AAA-0AB1F05E49FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F6B9609-5F00-4739-8AAA-0AB1F05E49FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F6B9609-5F00-4739-8AAA-0AB1F05E49FB}.Release|Any CPU.Build.0 = Release|Any CPU
{DD3E8426-CF93-498F-9175-4F9612D77205}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD3E8426-CF93-498F-9175-4F9612D77205}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD3E8426-CF93-498F-9175-4F9612D77205}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD3E8426-CF93-498F-9175-4F9612D77205}.Release|Any CPU.Build.0 = Release|Any CPU
{31FEADC1-7C03-4368-8F3F-1C5F09D54FD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31FEADC1-7C03-4368-8F3F-1C5F09D54FD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31FEADC1-7C03-4368-8F3F-1C5F09D54FD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31FEADC1-7C03-4368-8F3F-1C5F09D54FD0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A9EE3D0-3938-4FF3-AA82-459B2465C6C3}
EndGlobalSection
EndGlobal