-
Notifications
You must be signed in to change notification settings - Fork 0
/
ProtectEyes.sln
37 lines (37 loc) · 2.04 KB
/
ProtectEyes.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.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtectEyes", "ProtectEyes\ProtectEyes.csproj", "{EB43B3C3-85D7-4D6A-991F-0FB16AE8E8F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtectEyeTest", "ProtectEyeTest\ProtectEyeTest.csproj", "{203AD625-C513-464C-8040-ACC9533F8F31}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChangeRegistry", "ChangeRegistry\ChangeRegistry.csproj", "{2B4DE203-F22A-4B4B-8495-6ABDD031C476}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB43B3C3-85D7-4D6A-991F-0FB16AE8E8F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB43B3C3-85D7-4D6A-991F-0FB16AE8E8F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB43B3C3-85D7-4D6A-991F-0FB16AE8E8F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB43B3C3-85D7-4D6A-991F-0FB16AE8E8F3}.Release|Any CPU.Build.0 = Release|Any CPU
{203AD625-C513-464C-8040-ACC9533F8F31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{203AD625-C513-464C-8040-ACC9533F8F31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{203AD625-C513-464C-8040-ACC9533F8F31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{203AD625-C513-464C-8040-ACC9533F8F31}.Release|Any CPU.Build.0 = Release|Any CPU
{2B4DE203-F22A-4B4B-8495-6ABDD031C476}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B4DE203-F22A-4B4B-8495-6ABDD031C476}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B4DE203-F22A-4B4B-8495-6ABDD031C476}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B4DE203-F22A-4B4B-8495-6ABDD031C476}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A1282AD-EAF0-4D61-9D2A-6DC77232B8D6}
EndGlobalSection
EndGlobal