-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSystemProgramming.sln
More file actions
40 lines (40 loc) · 2.35 KB
/
Copy pathSystemProgramming.sln
File metadata and controls
40 lines (40 loc) · 2.35 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemProgramming", "SystemProgramming\SystemProgramming.csproj", "{C1E287D3-31C0-42E1-8227-F2D07D70A03A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskManager", "TaskManager\TaskManager.csproj", "{A9A466B1-130F-4139-9277-F994B282D2A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Registry", "Registry\Registry.csproj", "{1E578E0C-8519-4953-97DC-3E3321F861B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hook", "Hook\Hook.csproj", "{75EB76AE-A874-4AA6-A0D9-BE6792FC63A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1E287D3-31C0-42E1-8227-F2D07D70A03A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1E287D3-31C0-42E1-8227-F2D07D70A03A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1E287D3-31C0-42E1-8227-F2D07D70A03A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1E287D3-31C0-42E1-8227-F2D07D70A03A}.Release|Any CPU.Build.0 = Release|Any CPU
{A9A466B1-130F-4139-9277-F994B282D2A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9A466B1-130F-4139-9277-F994B282D2A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9A466B1-130F-4139-9277-F994B282D2A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9A466B1-130F-4139-9277-F994B282D2A1}.Release|Any CPU.Build.0 = Release|Any CPU
{1E578E0C-8519-4953-97DC-3E3321F861B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E578E0C-8519-4953-97DC-3E3321F861B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E578E0C-8519-4953-97DC-3E3321F861B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E578E0C-8519-4953-97DC-3E3321F861B3}.Release|Any CPU.Build.0 = Release|Any CPU
{75EB76AE-A874-4AA6-A0D9-BE6792FC63A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75EB76AE-A874-4AA6-A0D9-BE6792FC63A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75EB76AE-A874-4AA6-A0D9-BE6792FC63A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75EB76AE-A874-4AA6-A0D9-BE6792FC63A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal