forked from madelson/MedallionShell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MedallionShell.sln
52 lines (52 loc) · 3.28 KB
/
MedallionShell.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MedallionShell", "MedallionShell\MedallionShell.csproj", "{15AF2EC0-F7B2-4206-B92A-DD1F3DC25F30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MedallionShell.Tests", "MedallionShell.Tests\MedallionShell.Tests.csproj", "{1B474A08-2A88-4FEA-A290-0555556C8229}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleCommand", "SampleCommand\SampleCommand.csproj", "{1F78EB31-414F-4C1E-893B-C281F6B4FFC0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MedallionShell.ProcessSignaler", "MedallionShell.ProcessSignaler\MedallionShell.ProcessSignaler.csproj", "{63CEF80E-6E45-4CB2-9830-10ADDF44757A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Testing|Any CPU = Testing|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{15AF2EC0-F7B2-4206-B92A-DD1F3DC25F30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15AF2EC0-F7B2-4206-B92A-DD1F3DC25F30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15AF2EC0-F7B2-4206-B92A-DD1F3DC25F30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15AF2EC0-F7B2-4206-B92A-DD1F3DC25F30}.Release|Any CPU.Build.0 = Release|Any CPU
{15AF2EC0-F7B2-4206-B92A-DD1F3DC25F30}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{15AF2EC0-F7B2-4206-B92A-DD1F3DC25F30}.Testing|Any CPU.Build.0 = Release|Any CPU
{1B474A08-2A88-4FEA-A290-0555556C8229}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B474A08-2A88-4FEA-A290-0555556C8229}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B474A08-2A88-4FEA-A290-0555556C8229}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B474A08-2A88-4FEA-A290-0555556C8229}.Release|Any CPU.Build.0 = Release|Any CPU
{1B474A08-2A88-4FEA-A290-0555556C8229}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{1B474A08-2A88-4FEA-A290-0555556C8229}.Testing|Any CPU.Build.0 = Release|Any CPU
{1F78EB31-414F-4C1E-893B-C281F6B4FFC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F78EB31-414F-4C1E-893B-C281F6B4FFC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F78EB31-414F-4C1E-893B-C281F6B4FFC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F78EB31-414F-4C1E-893B-C281F6B4FFC0}.Release|Any CPU.Build.0 = Release|Any CPU
{1F78EB31-414F-4C1E-893B-C281F6B4FFC0}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{1F78EB31-414F-4C1E-893B-C281F6B4FFC0}.Testing|Any CPU.Build.0 = Release|Any CPU
{63CEF80E-6E45-4CB2-9830-10ADDF44757A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63CEF80E-6E45-4CB2-9830-10ADDF44757A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63CEF80E-6E45-4CB2-9830-10ADDF44757A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63CEF80E-6E45-4CB2-9830-10ADDF44757A}.Release|Any CPU.Build.0 = Release|Any CPU
{63CEF80E-6E45-4CB2-9830-10ADDF44757A}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{63CEF80E-6E45-4CB2-9830-10ADDF44757A}.Testing|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7FBDF352-5B9E-45CD-9D41-F110560CD0CF}
EndGlobalSection
EndGlobal