-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAslCa.sln
43 lines (43 loc) · 2.51 KB
/
AslCa.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.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebServer", "WebServer\WebServer.csproj", "{857C319B-F2AA-4314-ABE0-88DA98E7FB8E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CertServer", "CertServer\CertServer.csproj", "{9ABE82C3-4829-40D5-91DC-71350760A351}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreCA.DataModel", "CoreCA.DataModel\CoreCA.DataModel.csproj", "{2CD46766-CC30-46F6-A523-886A33664584}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreCA.Client", "CoreCA.Client\CoreCA.Client.csproj", "{3D505BA8-5CF8-42DB-9489-4D7E85B9B418}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{857C319B-F2AA-4314-ABE0-88DA98E7FB8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{857C319B-F2AA-4314-ABE0-88DA98E7FB8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{857C319B-F2AA-4314-ABE0-88DA98E7FB8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{857C319B-F2AA-4314-ABE0-88DA98E7FB8E}.Release|Any CPU.Build.0 = Release|Any CPU
{9ABE82C3-4829-40D5-91DC-71350760A351}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9ABE82C3-4829-40D5-91DC-71350760A351}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9ABE82C3-4829-40D5-91DC-71350760A351}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9ABE82C3-4829-40D5-91DC-71350760A351}.Release|Any CPU.Build.0 = Release|Any CPU
{2CD46766-CC30-46F6-A523-886A33664584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CD46766-CC30-46F6-A523-886A33664584}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CD46766-CC30-46F6-A523-886A33664584}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CD46766-CC30-46F6-A523-886A33664584}.Release|Any CPU.Build.0 = Release|Any CPU
{3D505BA8-5CF8-42DB-9489-4D7E85B9B418}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D505BA8-5CF8-42DB-9489-4D7E85B9B418}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D505BA8-5CF8-42DB-9489-4D7E85B9B418}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D505BA8-5CF8-42DB-9489-4D7E85B9B418}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B1B4966F-00BE-49B8-BE0E-43B51EBDEA8A}
EndGlobalSection
EndGlobal