-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathEasySSA.sln
37 lines (37 loc) · 1.99 KB
/
EasySSA.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasySSA", "EasySSA\EasySSA.csproj", "{FB7D0D1A-2BFF-4385-8A19-FB2392B1BE24}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example1", "Example1\Example1.csproj", "{4664A077-EE7C-47AB-9076-11978DE43D34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example2", "Example2\Example2.csproj", "{3F6F1E76-6293-4ACD-AE38-386DEB98DD0B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FB7D0D1A-2BFF-4385-8A19-FB2392B1BE24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB7D0D1A-2BFF-4385-8A19-FB2392B1BE24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB7D0D1A-2BFF-4385-8A19-FB2392B1BE24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB7D0D1A-2BFF-4385-8A19-FB2392B1BE24}.Release|Any CPU.Build.0 = Release|Any CPU
{4664A077-EE7C-47AB-9076-11978DE43D34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4664A077-EE7C-47AB-9076-11978DE43D34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4664A077-EE7C-47AB-9076-11978DE43D34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4664A077-EE7C-47AB-9076-11978DE43D34}.Release|Any CPU.Build.0 = Release|Any CPU
{3F6F1E76-6293-4ACD-AE38-386DEB98DD0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F6F1E76-6293-4ACD-AE38-386DEB98DD0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F6F1E76-6293-4ACD-AE38-386DEB98DD0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F6F1E76-6293-4ACD-AE38-386DEB98DD0B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A6FCC59D-9873-4BD9-957E-D52D4C2A5D16}
EndGlobalSection
EndGlobal