-
Notifications
You must be signed in to change notification settings - Fork 0
/
Advanced Lock.sln
37 lines (37 loc) · 2.07 KB
/
Advanced Lock.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 Version 16
VisualStudioVersion = 16.0.31613.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Advanced Lock", "Advanced Lock\Advanced Lock.csproj", "{FBF584F0-E86B-427C-A4FE-25871A74AB48}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RegistryConfiguration", "Lock_Registry\RegistryConfiguration.csproj", "{26FEB7B1-1D53-4350-975E-02307092AA73}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Encrypt_Decrypt", "Encrypt_Decrypt\Encrypt_Decrypt.csproj", "{0EB2D8B5-295F-46FF-B15D-195FFD34B543}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FBF584F0-E86B-427C-A4FE-25871A74AB48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBF584F0-E86B-427C-A4FE-25871A74AB48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBF584F0-E86B-427C-A4FE-25871A74AB48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBF584F0-E86B-427C-A4FE-25871A74AB48}.Release|Any CPU.Build.0 = Release|Any CPU
{26FEB7B1-1D53-4350-975E-02307092AA73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26FEB7B1-1D53-4350-975E-02307092AA73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26FEB7B1-1D53-4350-975E-02307092AA73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26FEB7B1-1D53-4350-975E-02307092AA73}.Release|Any CPU.Build.0 = Release|Any CPU
{0EB2D8B5-295F-46FF-B15D-195FFD34B543}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EB2D8B5-295F-46FF-B15D-195FFD34B543}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EB2D8B5-295F-46FF-B15D-195FFD34B543}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EB2D8B5-295F-46FF-B15D-195FFD34B543}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD9A94B4-5EC8-4F73-8B9E-4670F2874A17}
EndGlobalSection
EndGlobal