-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCarlson.sln
43 lines (43 loc) · 2.6 KB
/
Carlson.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Carlson.Security.WebUI", "Carlson.Security.WebUI\Carlson.Security.WebUI.vbproj", "{1668C86B-3D32-4117-9B43-28003EC58224}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Carlson.Security.Tests", "Carlson.Security.Tests\Carlson.Security.Tests.vbproj", "{6DCBBE7D-44EF-4412-B96B-55661B3A4B44}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Carlson.Security.API", "Carlson.Security.API\Carlson.Security.API.vbproj", "{CACFE38D-B82C-4669-945C-0E86715E5EA2}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Carlson.Security", "Carlson.Security\Carlson.Security.vbproj", "{55E05DCA-5890-437D-ACC3-A60E617C0267}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1668C86B-3D32-4117-9B43-28003EC58224}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1668C86B-3D32-4117-9B43-28003EC58224}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1668C86B-3D32-4117-9B43-28003EC58224}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1668C86B-3D32-4117-9B43-28003EC58224}.Release|Any CPU.Build.0 = Release|Any CPU
{6DCBBE7D-44EF-4412-B96B-55661B3A4B44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DCBBE7D-44EF-4412-B96B-55661B3A4B44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DCBBE7D-44EF-4412-B96B-55661B3A4B44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DCBBE7D-44EF-4412-B96B-55661B3A4B44}.Release|Any CPU.Build.0 = Release|Any CPU
{CACFE38D-B82C-4669-945C-0E86715E5EA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CACFE38D-B82C-4669-945C-0E86715E5EA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CACFE38D-B82C-4669-945C-0E86715E5EA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CACFE38D-B82C-4669-945C-0E86715E5EA2}.Release|Any CPU.Build.0 = Release|Any CPU
{55E05DCA-5890-437D-ACC3-A60E617C0267}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55E05DCA-5890-437D-ACC3-A60E617C0267}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55E05DCA-5890-437D-ACC3-A60E617C0267}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55E05DCA-5890-437D-ACC3-A60E617C0267}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {50E799B0-9CBE-4EE6-A2AB-ADE92DBF83D1}
EndGlobalSection
EndGlobal