-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKeyRotation.sln
42 lines (42 loc) · 2.24 KB
/
KeyRotation.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Singleton-1", "Singleton-1\Singleton-1.csproj", "{CB69E6BA-2BE6-415E-B4DB-AEBB5A46D18B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{94B45078-094E-42A1-821A-44CE78B09DEF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Singleton-2", "Singleton-2\Singleton-2.csproj", "{446AA91F-FB68-43CE-A78A-6687DA4A8DCF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{344E2A29-2FAA-4AB6-9120-8AE0EBCB5754}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB69E6BA-2BE6-415E-B4DB-AEBB5A46D18B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB69E6BA-2BE6-415E-B4DB-AEBB5A46D18B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB69E6BA-2BE6-415E-B4DB-AEBB5A46D18B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB69E6BA-2BE6-415E-B4DB-AEBB5A46D18B}.Release|Any CPU.Build.0 = Release|Any CPU
{94B45078-094E-42A1-821A-44CE78B09DEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94B45078-094E-42A1-821A-44CE78B09DEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94B45078-094E-42A1-821A-44CE78B09DEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94B45078-094E-42A1-821A-44CE78B09DEF}.Release|Any CPU.Build.0 = Release|Any CPU
{446AA91F-FB68-43CE-A78A-6687DA4A8DCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{446AA91F-FB68-43CE-A78A-6687DA4A8DCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{446AA91F-FB68-43CE-A78A-6687DA4A8DCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{446AA91F-FB68-43CE-A78A-6687DA4A8DCF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9047DCA6-2E1C-41B3-B9F5-4DE4930F39DE}
EndGlobalSection
EndGlobal