-
Notifications
You must be signed in to change notification settings - Fork 0
/
bsn.Har.sln
44 lines (44 loc) · 2.74 KB
/
bsn.Har.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bsn.Har", "bsn.Har\bsn.Har.csproj", "{32F47DA9-77AA-472C-9CDE-F8BEE78A668E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bsn.Har.Test", "bsn.Har.Test\bsn.Har.Test.csproj", "{AEB7FF06-60F5-4562-944A-7CD991DB42DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bsn.Har.AspNetCore.Server", "bsn.Har.AspNetCore.Server\bsn.Har.AspNetCore.Server.csproj", "{C1AC6644-8B1C-49F7-92CF-D98C2D397842}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DebugWithoutDeployment|Any CPU = DebugWithoutDeployment|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32F47DA9-77AA-472C-9CDE-F8BEE78A668E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32F47DA9-77AA-472C-9CDE-F8BEE78A668E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32F47DA9-77AA-472C-9CDE-F8BEE78A668E}.DebugWithoutDeployment|Any CPU.ActiveCfg = Debug|Any CPU
{32F47DA9-77AA-472C-9CDE-F8BEE78A668E}.DebugWithoutDeployment|Any CPU.Build.0 = Debug|Any CPU
{32F47DA9-77AA-472C-9CDE-F8BEE78A668E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32F47DA9-77AA-472C-9CDE-F8BEE78A668E}.Release|Any CPU.Build.0 = Release|Any CPU
{AEB7FF06-60F5-4562-944A-7CD991DB42DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEB7FF06-60F5-4562-944A-7CD991DB42DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEB7FF06-60F5-4562-944A-7CD991DB42DC}.DebugWithoutDeployment|Any CPU.ActiveCfg = Debug|Any CPU
{AEB7FF06-60F5-4562-944A-7CD991DB42DC}.DebugWithoutDeployment|Any CPU.Build.0 = Debug|Any CPU
{AEB7FF06-60F5-4562-944A-7CD991DB42DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEB7FF06-60F5-4562-944A-7CD991DB42DC}.Release|Any CPU.Build.0 = Release|Any CPU
{C1AC6644-8B1C-49F7-92CF-D98C2D397842}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1AC6644-8B1C-49F7-92CF-D98C2D397842}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1AC6644-8B1C-49F7-92CF-D98C2D397842}.DebugWithoutDeployment|Any CPU.ActiveCfg = Debug|Any CPU
{C1AC6644-8B1C-49F7-92CF-D98C2D397842}.DebugWithoutDeployment|Any CPU.Build.0 = Debug|Any CPU
{C1AC6644-8B1C-49F7-92CF-D98C2D397842}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1AC6644-8B1C-49F7-92CF-D98C2D397842}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BE249B50-D6A3-4CCF-B487-0DA1FE113854}
EndGlobalSection
EndGlobal