-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEyeGuard.sln
More file actions
62 lines (62 loc) · 3.45 KB
/
EyeGuard.sln
File metadata and controls
62 lines (62 loc) · 3.45 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "EyeGuard (Package)", "EyeGuard (Package)\EyeGuard (Package).wapproj", "{95017E97-E930-44ED-84F3-1395DE752052}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EyeGuard", "EyeGuard\EyeGuard.csproj", "{B0E1251F-7E4D-4154-A22D-1B354A95BB76}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{95017E97-E930-44ED-84F3-1395DE752052}.Debug|ARM64.ActiveCfg = Debug|ARM64
{95017E97-E930-44ED-84F3-1395DE752052}.Debug|ARM64.Build.0 = Debug|ARM64
{95017E97-E930-44ED-84F3-1395DE752052}.Debug|ARM64.Deploy.0 = Debug|ARM64
{95017E97-E930-44ED-84F3-1395DE752052}.Debug|x64.ActiveCfg = Debug|x64
{95017E97-E930-44ED-84F3-1395DE752052}.Debug|x64.Build.0 = Debug|x64
{95017E97-E930-44ED-84F3-1395DE752052}.Debug|x64.Deploy.0 = Debug|x64
{95017E97-E930-44ED-84F3-1395DE752052}.Debug|x86.ActiveCfg = Debug|x86
{95017E97-E930-44ED-84F3-1395DE752052}.Debug|x86.Build.0 = Debug|x86
{95017E97-E930-44ED-84F3-1395DE752052}.Debug|x86.Deploy.0 = Debug|x86
{95017E97-E930-44ED-84F3-1395DE752052}.Release|ARM64.ActiveCfg = Release|ARM64
{95017E97-E930-44ED-84F3-1395DE752052}.Release|ARM64.Build.0 = Release|ARM64
{95017E97-E930-44ED-84F3-1395DE752052}.Release|ARM64.Deploy.0 = Release|ARM64
{95017E97-E930-44ED-84F3-1395DE752052}.Release|x64.ActiveCfg = Release|x64
{95017E97-E930-44ED-84F3-1395DE752052}.Release|x64.Build.0 = Release|x64
{95017E97-E930-44ED-84F3-1395DE752052}.Release|x64.Deploy.0 = Release|x64
{95017E97-E930-44ED-84F3-1395DE752052}.Release|x86.ActiveCfg = Release|x86
{95017E97-E930-44ED-84F3-1395DE752052}.Release|x86.Build.0 = Release|x86
{95017E97-E930-44ED-84F3-1395DE752052}.Release|x86.Deploy.0 = Release|x86
{B0E1251F-7E4D-4154-A22D-1B354A95BB76}.Debug|ARM64.ActiveCfg = Debug|ARM64
{B0E1251F-7E4D-4154-A22D-1B354A95BB76}.Debug|ARM64.Build.0 = Debug|ARM64
{B0E1251F-7E4D-4154-A22D-1B354A95BB76}.Debug|x64.ActiveCfg = Debug|x64
{B0E1251F-7E4D-4154-A22D-1B354A95BB76}.Debug|x64.Build.0 = Debug|x64
{B0E1251F-7E4D-4154-A22D-1B354A95BB76}.Debug|x86.ActiveCfg = Debug|x86
{B0E1251F-7E4D-4154-A22D-1B354A95BB76}.Debug|x86.Build.0 = Debug|x86
{B0E1251F-7E4D-4154-A22D-1B354A95BB76}.Release|ARM64.ActiveCfg = Release|ARM64
{B0E1251F-7E4D-4154-A22D-1B354A95BB76}.Release|ARM64.Build.0 = Release|ARM64
{B0E1251F-7E4D-4154-A22D-1B354A95BB76}.Release|x64.ActiveCfg = Release|x64
{B0E1251F-7E4D-4154-A22D-1B354A95BB76}.Release|x64.Build.0 = Release|x64
{B0E1251F-7E4D-4154-A22D-1B354A95BB76}.Release|x86.ActiveCfg = Release|x86
{B0E1251F-7E4D-4154-A22D-1B354A95BB76}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01D4B358-705A-4A43-B136-E7B7937DE233}
EndGlobalSection
EndGlobal