-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAuthorizedBuyersHelpers.sln
57 lines (57 loc) · 3.22 KB
/
AuthorizedBuyersHelpers.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
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{221D637D-772E-4715-8546-5F43A34A8E4E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
AuthorizedBuyersHelpers.Benchmark.Benchmark-report-github.md = AuthorizedBuyersHelpers.Benchmark.Benchmark-report-github.md
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthorizedBuyersHelpers", "src\AuthorizedBuyersHelpers\AuthorizedBuyersHelpers.csproj", "{52A6E37B-AD44-477A-BAAC-4B2738C68280}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthorizedBuyersHelpers.Tests", "tests\AuthorizedBuyersHelpers.Tests\AuthorizedBuyersHelpers.Tests.csproj", "{9C4E534C-B245-4C71-9E0B-CE08DD894238}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9989A26D-A8AB-4D66-884B-F04A58762221}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F0E6A6DF-1A4A-4A28-BC44-796AC0DDC866}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthorizedBuyersHelpers.Benchmark", "tests\AuthorizedBuyersHelpers.Benchmark\AuthorizedBuyersHelpers.Benchmark.csproj", "{E62F2974-DD2A-4EA5-9D5B-644B81E32230}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52A6E37B-AD44-477A-BAAC-4B2738C68280}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52A6E37B-AD44-477A-BAAC-4B2738C68280}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52A6E37B-AD44-477A-BAAC-4B2738C68280}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52A6E37B-AD44-477A-BAAC-4B2738C68280}.Release|Any CPU.Build.0 = Release|Any CPU
{9C4E534C-B245-4C71-9E0B-CE08DD894238}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C4E534C-B245-4C71-9E0B-CE08DD894238}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C4E534C-B245-4C71-9E0B-CE08DD894238}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C4E534C-B245-4C71-9E0B-CE08DD894238}.Release|Any CPU.Build.0 = Release|Any CPU
{E62F2974-DD2A-4EA5-9D5B-644B81E32230}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E62F2974-DD2A-4EA5-9D5B-644B81E32230}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E62F2974-DD2A-4EA5-9D5B-644B81E32230}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E62F2974-DD2A-4EA5-9D5B-644B81E32230}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{52A6E37B-AD44-477A-BAAC-4B2738C68280} = {9989A26D-A8AB-4D66-884B-F04A58762221}
{9C4E534C-B245-4C71-9E0B-CE08DD894238} = {F0E6A6DF-1A4A-4A28-BC44-796AC0DDC866}
{E62F2974-DD2A-4EA5-9D5B-644B81E32230} = {F0E6A6DF-1A4A-4A28-BC44-796AC0DDC866}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {689A5D26-EAD1-461E-ACFE-8FE54768D1F1}
EndGlobalSection
EndGlobal