-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathByteDev.Hibp.sln
More file actions
56 lines (56 loc) · 3.03 KB
/
Copy pathByteDev.Hibp.sln
File metadata and controls
56 lines (56 loc) · 3.03 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
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteDev.Hibp", "src\ByteDev.Hibp\ByteDev.Hibp.csproj", "{DB4EF8B3-CA9E-403F-B72E-B9B99095CD10}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{0DBC2EFD-F633-4E3E-830A-9734246B166D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteDev.Hibp.IntTests", "tests\ByteDev.Hibp.IntTests\ByteDev.Hibp.IntTests.csproj", "{38CB55C8-44F6-4EDE-8F5D-07045400D04B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{49753ACD-6A5C-4BC1-AB7A-3F3957BB1C32}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
docs\RELEASE-NOTES.md = docs\RELEASE-NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{A4B64F75-AC4C-4A20-A841-5535F11EA961}"
ProjectSection(SolutionItems) = preProject
build\build.cake = build\build.cake
build\ByteDev.Hibp.nuspec = build\ByteDev.Hibp.nuspec
build\ByteDev.Utilities.cake = build\ByteDev.Utilities.cake
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteDev.Hibp.UnitTests", "tests\ByteDev.Hibp.UnitTests\ByteDev.Hibp.UnitTests.csproj", "{69002EA3-C339-4A78-BBFE-009DBFEEF5D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB4EF8B3-CA9E-403F-B72E-B9B99095CD10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB4EF8B3-CA9E-403F-B72E-B9B99095CD10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB4EF8B3-CA9E-403F-B72E-B9B99095CD10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB4EF8B3-CA9E-403F-B72E-B9B99095CD10}.Release|Any CPU.Build.0 = Release|Any CPU
{38CB55C8-44F6-4EDE-8F5D-07045400D04B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38CB55C8-44F6-4EDE-8F5D-07045400D04B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38CB55C8-44F6-4EDE-8F5D-07045400D04B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38CB55C8-44F6-4EDE-8F5D-07045400D04B}.Release|Any CPU.Build.0 = Release|Any CPU
{69002EA3-C339-4A78-BBFE-009DBFEEF5D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69002EA3-C339-4A78-BBFE-009DBFEEF5D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69002EA3-C339-4A78-BBFE-009DBFEEF5D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69002EA3-C339-4A78-BBFE-009DBFEEF5D5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{38CB55C8-44F6-4EDE-8F5D-07045400D04B} = {0DBC2EFD-F633-4E3E-830A-9734246B166D}
{69002EA3-C339-4A78-BBFE-009DBFEEF5D5} = {0DBC2EFD-F633-4E3E-830A-9734246B166D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {61DCB7D3-D537-4AB2-9F59-4D9458E7F25B}
EndGlobalSection
EndGlobal