-
Notifications
You must be signed in to change notification settings - Fork 55
/
ComputerInterface.sln
35 lines (35 loc) · 1.94 KB
/
ComputerInterface.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComputerInterface", "ComputerInterface\ComputerInterface.csproj", "{156E6745-7EED-4017-AE81-03451FD403C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComputerInterface.Commands", "ComputerInterface.Commands\ComputerInterface.Commands.csproj", "{4F09161E-4E11-4E97-8017-CC7EBAB73709}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{156E6745-7EED-4017-AE81-03451FD403C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{156E6745-7EED-4017-AE81-03451FD403C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{156E6745-7EED-4017-AE81-03451FD403C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{156E6745-7EED-4017-AE81-03451FD403C4}.Release|Any CPU.Build.0 = Release|Any CPU
{4F09161E-4E11-4E97-8017-CC7EBAB73709}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F09161E-4E11-4E97-8017-CC7EBAB73709}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F09161E-4E11-4E97-8017-CC7EBAB73709}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F09161E-4E11-4E97-8017-CC7EBAB73709}.Release|Any CPU.Build.0 = Release|Any CPU
{55CB8291-DD02-4400-B11E-F439188944DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55CB8291-DD02-4400-B11E-F439188944DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55CB8291-DD02-4400-B11E-F439188944DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55CB8291-DD02-4400-B11E-F439188944DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DB0CF940-FA3D-4DD6-A28F-306CD6C5C6C1}
EndGlobalSection
EndGlobal