-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathBing.UrlShorter.sln
43 lines (43 loc) · 2.33 KB
/
Bing.UrlShorter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-document", "00-document", "{984EAFB7-E4A5-49CE-860B-DB711ADC6634}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01-src", "01-src", "{8083E07B-A872-48FE-9047-CF15D7AFDD77}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "02-tests", "02-tests", "{44607CF1-8433-4BFA-BF07-42A692E8A175}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "03-samples", "03-samples", "{16595332-FDA0-408E-8148-FDB726C2C2EA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bing.UrlShorter.Tests", "tests\Bing.UrlShorter.Tests\Bing.UrlShorter.Tests.csproj", "{04432363-0905-4A46-B2DB-B6A26952C8E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bing.UrlShorter", "src\Bing.UrlShorter\Bing.UrlShorter.csproj", "{EBCA1272-C444-4EE0-9CB0-C51ECE631947}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04432363-0905-4A46-B2DB-B6A26952C8E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04432363-0905-4A46-B2DB-B6A26952C8E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04432363-0905-4A46-B2DB-B6A26952C8E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04432363-0905-4A46-B2DB-B6A26952C8E5}.Release|Any CPU.Build.0 = Release|Any CPU
{EBCA1272-C444-4EE0-9CB0-C51ECE631947}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBCA1272-C444-4EE0-9CB0-C51ECE631947}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBCA1272-C444-4EE0-9CB0-C51ECE631947}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBCA1272-C444-4EE0-9CB0-C51ECE631947}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{04432363-0905-4A46-B2DB-B6A26952C8E5} = {44607CF1-8433-4BFA-BF07-42A692E8A175}
{EBCA1272-C444-4EE0-9CB0-C51ECE631947} = {8083E07B-A872-48FE-9047-CF15D7AFDD77}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC1F9D05-BAD1-460B-8112-F1F473E897F1}
EndGlobalSection
EndGlobal