-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCommand.sln
More file actions
54 lines (54 loc) · 3.08 KB
/
Command.sln
File metadata and controls
54 lines (54 loc) · 3.08 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36401.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Command", "Command\Command.csproj", "{715A7E01-1511-B79A-22D4-70063B7366B6}"
ProjectSection(ProjectDependencies) = postProject
{5E037E60-06B9-9796-4DB5-3CE28D8FD0E0} = {5E037E60-06B9-9796-4DB5-3CE28D8FD0E0}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Command.Interface", "Interface\Command.Interface.csproj", "{62C0D43D-0933-1A6A-2A8F-56FEDCED8758}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Isolator", "Isolator\Isolator.csproj", "{5E037E60-06B9-9796-4DB5-3CE28D8FD0E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{715A7E01-1511-B79A-22D4-70063B7366B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{715A7E01-1511-B79A-22D4-70063B7366B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{715A7E01-1511-B79A-22D4-70063B7366B6}.Debug|x64.ActiveCfg = Debug|x64
{715A7E01-1511-B79A-22D4-70063B7366B6}.Debug|x64.Build.0 = Debug|x64
{715A7E01-1511-B79A-22D4-70063B7366B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{715A7E01-1511-B79A-22D4-70063B7366B6}.Release|Any CPU.Build.0 = Release|Any CPU
{715A7E01-1511-B79A-22D4-70063B7366B6}.Release|x64.ActiveCfg = Release|x64
{715A7E01-1511-B79A-22D4-70063B7366B6}.Release|x64.Build.0 = Release|x64
{62C0D43D-0933-1A6A-2A8F-56FEDCED8758}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62C0D43D-0933-1A6A-2A8F-56FEDCED8758}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62C0D43D-0933-1A6A-2A8F-56FEDCED8758}.Debug|x64.ActiveCfg = Debug|x64
{62C0D43D-0933-1A6A-2A8F-56FEDCED8758}.Debug|x64.Build.0 = Debug|x64
{62C0D43D-0933-1A6A-2A8F-56FEDCED8758}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62C0D43D-0933-1A6A-2A8F-56FEDCED8758}.Release|Any CPU.Build.0 = Release|Any CPU
{62C0D43D-0933-1A6A-2A8F-56FEDCED8758}.Release|x64.ActiveCfg = Release|x64
{62C0D43D-0933-1A6A-2A8F-56FEDCED8758}.Release|x64.Build.0 = Release|x64
{5E037E60-06B9-9796-4DB5-3CE28D8FD0E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E037E60-06B9-9796-4DB5-3CE28D8FD0E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E037E60-06B9-9796-4DB5-3CE28D8FD0E0}.Debug|x64.ActiveCfg = Debug|x64
{5E037E60-06B9-9796-4DB5-3CE28D8FD0E0}.Debug|x64.Build.0 = Debug|x64
{5E037E60-06B9-9796-4DB5-3CE28D8FD0E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E037E60-06B9-9796-4DB5-3CE28D8FD0E0}.Release|Any CPU.Build.0 = Release|Any CPU
{5E037E60-06B9-9796-4DB5-3CE28D8FD0E0}.Release|x64.ActiveCfg = Release|x64
{5E037E60-06B9-9796-4DB5-3CE28D8FD0E0}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1A2AFD07-A7E2-4416-9A5E-8309CF9E250D}
EndGlobalSection
EndGlobal