-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBitly.Net.sln
46 lines (46 loc) · 2.29 KB
/
Bitly.Net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B068563F-ED1F-4747-B99B-515E750E0F6C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{623E8703-C5C2-47DB-963C-EE53CD4CDA61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bitly.Net", "src\Bitly.Net\Bitly.Net.csproj", "{2A5AAB38-F482-402B-B870-BE67011EE853}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bitly.Net.Tests", "test\Bitly.Net.Tests\Bitly.Net.Tests.csproj", "{C88A0BE7-1E71-403D-87E1-1C440D167D04}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E0A0DF4A-0A6E-417E-8B21-3367A4EABC3E}"
ProjectSection(SolutionItems) = preProject
bitly.png = bitly.png
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A5AAB38-F482-402B-B870-BE67011EE853}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A5AAB38-F482-402B-B870-BE67011EE853}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A5AAB38-F482-402B-B870-BE67011EE853}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A5AAB38-F482-402B-B870-BE67011EE853}.Release|Any CPU.Build.0 = Release|Any CPU
{C88A0BE7-1E71-403D-87E1-1C440D167D04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C88A0BE7-1E71-403D-87E1-1C440D167D04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C88A0BE7-1E71-403D-87E1-1C440D167D04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C88A0BE7-1E71-403D-87E1-1C440D167D04}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2A5AAB38-F482-402B-B870-BE67011EE853} = {B068563F-ED1F-4747-B99B-515E750E0F6C}
{C88A0BE7-1E71-403D-87E1-1C440D167D04} = {623E8703-C5C2-47DB-963C-EE53CD4CDA61}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DCB03C75-4153-4E38-8E52-DD8B8DF3A37C}
EndGlobalSection
EndGlobal