-
Notifications
You must be signed in to change notification settings - Fork 1
/
KeyLogger.sln
59 lines (59 loc) · 3.26 KB
/
KeyLogger.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyLogger", "KeyLogger\KeyLogger.csproj", "{AC47869A-604F-4C4E-8799-41E0B1A092D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyLogger.Console", "KeyLogger.Console\KeyLogger.Console.csproj", "{2149DC54-6DA5-4AB6-B617-14CE8DA918F2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A5CD7DAD-2742-40C5-9DA0-1193F34EE10B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
coverage.runsettings = coverage.runsettings
Directory.Build.props = Directory.Build.props
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyLogger.Core", "KeyLogger.Core\KeyLogger.Core.csproj", "{67BEB4E4-1DD2-419A-897F-242B9C687BF7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyLogger.Core.UnitTests", "KeyLogger.Core.UnitTests\KeyLogger.Core.UnitTests.csproj", "{B3B668C5-9BA1-4B6A-B58F-C74DCF896455}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{BB95DB07-5574-4F3C-AA3B-DE76AD244CF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC47869A-604F-4C4E-8799-41E0B1A092D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC47869A-604F-4C4E-8799-41E0B1A092D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC47869A-604F-4C4E-8799-41E0B1A092D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC47869A-604F-4C4E-8799-41E0B1A092D5}.Release|Any CPU.Build.0 = Release|Any CPU
{2149DC54-6DA5-4AB6-B617-14CE8DA918F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2149DC54-6DA5-4AB6-B617-14CE8DA918F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2149DC54-6DA5-4AB6-B617-14CE8DA918F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2149DC54-6DA5-4AB6-B617-14CE8DA918F2}.Release|Any CPU.Build.0 = Release|Any CPU
{67BEB4E4-1DD2-419A-897F-242B9C687BF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67BEB4E4-1DD2-419A-897F-242B9C687BF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67BEB4E4-1DD2-419A-897F-242B9C687BF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67BEB4E4-1DD2-419A-897F-242B9C687BF7}.Release|Any CPU.Build.0 = Release|Any CPU
{B3B668C5-9BA1-4B6A-B58F-C74DCF896455}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3B668C5-9BA1-4B6A-B58F-C74DCF896455}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3B668C5-9BA1-4B6A-B58F-C74DCF896455}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3B668C5-9BA1-4B6A-B58F-C74DCF896455}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B3B668C5-9BA1-4B6A-B58F-C74DCF896455} = {BB95DB07-5574-4F3C-AA3B-DE76AD244CF8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {66F27DD0-92A4-4026-B6B1-1D0D3C4D393D}
EndGlobalSection
EndGlobal