-
Notifications
You must be signed in to change notification settings - Fork 18
/
Bitbucket.Net.sln
53 lines (53 loc) · 2.55 KB
/
Bitbucket.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
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bitbucket.Net", "src\Bitbucket.Net\Bitbucket.Net.csproj", "{51EBF9F3-7DFA-4C72-B38D-D07B1ED7FCEE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{CBBC7722-A73C-4504-81D7-E1FB82B851A5}"
ProjectSection(SolutionItems) = preProject
build\build.ps1 = build\build.ps1
build\test.ps1 = build\test.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{778D1009-F274-4E3A-AC8C-D3B357F2DBE1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
Bitbucket.Net.snk = Bitbucket.Net.snk
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B7E00533-033F-48D3-A01C-40BD264F245A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bitbucket.Net.Tests", "test\Bitbucket.Net.Tests\Bitbucket.Net.Tests.csproj", "{7775DD13-F980-4838-8FE4-6E8B96221298}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51EBF9F3-7DFA-4C72-B38D-D07B1ED7FCEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51EBF9F3-7DFA-4C72-B38D-D07B1ED7FCEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51EBF9F3-7DFA-4C72-B38D-D07B1ED7FCEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51EBF9F3-7DFA-4C72-B38D-D07B1ED7FCEE}.Release|Any CPU.Build.0 = Release|Any CPU
{7775DD13-F980-4838-8FE4-6E8B96221298}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7775DD13-F980-4838-8FE4-6E8B96221298}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7775DD13-F980-4838-8FE4-6E8B96221298}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7775DD13-F980-4838-8FE4-6E8B96221298}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7775DD13-F980-4838-8FE4-6E8B96221298} = {B7E00533-033F-48D3-A01C-40BD264F245A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {06DABD0E-1A16-4B84-9DF3-A1B8E73D18AF}
EndGlobalSection
EndGlobal