-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBizwebSharp.sln
58 lines (58 loc) · 3.14 KB
/
BizwebSharp.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
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AA588B91-76DE-441C-822A-168270211EDE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7B0BA252-0544-4E62-8F91-74DAC7FB4319}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{ED6F8E49-B4A1-451E-900B-BC0D61375D6D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BizwebSharp", "src\BizwebSharp\BizwebSharp.csproj", "{EEDC2EEE-661D-45E1-AC2A-481CAC21B62E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BizwebSharp.Tests.xUnit", "test\BizwebSharp.Tests.xUnit\BizwebSharp.Tests.xUnit.csproj", "{6D67105D-9C20-4780-9178-E139B714BC16}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BizwebSharp.ConsoleTests", "test\BizwebSharp.ConsoleTests\BizwebSharp.ConsoleTests.csproj", "{043BFF7B-40E9-4B94-8F1E-9EB89AF56E3B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{1D1EB821-948F-4C34-9B45-586BFD7090C2}"
ProjectSection(SolutionItems) = preProject
scripts\build.ps1 = scripts\build.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EEDC2EEE-661D-45E1-AC2A-481CAC21B62E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEDC2EEE-661D-45E1-AC2A-481CAC21B62E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEDC2EEE-661D-45E1-AC2A-481CAC21B62E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEDC2EEE-661D-45E1-AC2A-481CAC21B62E}.Release|Any CPU.Build.0 = Release|Any CPU
{6D67105D-9C20-4780-9178-E139B714BC16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D67105D-9C20-4780-9178-E139B714BC16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D67105D-9C20-4780-9178-E139B714BC16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D67105D-9C20-4780-9178-E139B714BC16}.Release|Any CPU.Build.0 = Release|Any CPU
{043BFF7B-40E9-4B94-8F1E-9EB89AF56E3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{043BFF7B-40E9-4B94-8F1E-9EB89AF56E3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{043BFF7B-40E9-4B94-8F1E-9EB89AF56E3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{043BFF7B-40E9-4B94-8F1E-9EB89AF56E3B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EEDC2EEE-661D-45E1-AC2A-481CAC21B62E} = {AA588B91-76DE-441C-822A-168270211EDE}
{6D67105D-9C20-4780-9178-E139B714BC16} = {ED6F8E49-B4A1-451E-900B-BC0D61375D6D}
{043BFF7B-40E9-4B94-8F1E-9EB89AF56E3B} = {ED6F8E49-B4A1-451E-900B-BC0D61375D6D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {640EE046-6045-4D27-8586-119834F52EAB}
EndGlobalSection
EndGlobal