-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathKarpach.Remote.Commander.sln
66 lines (66 loc) · 4.26 KB
/
Karpach.Remote.Commander.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
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Karpach.Remote.Commander", "Karpach.Remote.Commander\Karpach.Remote.Commander.csproj", "{6916CA57-9E37-48FE-B16C-44965008BEBD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Karpach.Remote.Commander.Tests", "Karpach.Remote.Commander.Tests\Karpach.Remote.Commander.Tests.csproj", "{99F5D844-29BC-4763-A473-642595B3FF16}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{48FFBBF8-E551-4C5F-8346-3468CBB7E229}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Karpach.Remote.Commands", "Karpach.Remote.Commands\Karpach.Remote.Commands.csproj", "{7E4F41D2-5280-4E4B-B489-61531BCB017D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Karpach.Remote.Commands.Interfaces", "Karpach.Remote.Commands.Interfaces\Karpach.Remote.Commands.Interfaces.csproj", "{749A1018-4B45-4FB9-8FA7-72C1F40FD884}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Karpach.Remote.Commands.Tests", "Karpach.Remote.Commands.Tests\Karpach.Remote.Commands.Tests.csproj", "{99F5D844-29BC-4763-A473-642595B3FF17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Karpach.Remote.Commands.Base", "Karpach.Remote.Commands.Base\Karpach.Remote.Commands.Base.csproj", "{AA5B67F9-47D3-45AE-9AAF-8CE9C4457AFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Karpach.Remote.Commands.Base.Tests", "Karpach.Remote.Commands.Base.Tests\Karpach.Remote.Commands.Base.Tests.csproj", "{A2D17871-098B-480A-9A23-6AE7BC2E3594}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6916CA57-9E37-48FE-B16C-44965008BEBD}.Debug|x64.ActiveCfg = Debug|x64
{6916CA57-9E37-48FE-B16C-44965008BEBD}.Debug|x64.Build.0 = Debug|x64
{6916CA57-9E37-48FE-B16C-44965008BEBD}.Release|x64.ActiveCfg = Release|x64
{6916CA57-9E37-48FE-B16C-44965008BEBD}.Release|x64.Build.0 = Release|x64
{99F5D844-29BC-4763-A473-642595B3FF16}.Debug|x64.ActiveCfg = Debug|x64
{99F5D844-29BC-4763-A473-642595B3FF16}.Debug|x64.Build.0 = Debug|x64
{99F5D844-29BC-4763-A473-642595B3FF16}.Release|x64.ActiveCfg = Release|x64
{99F5D844-29BC-4763-A473-642595B3FF16}.Release|x64.Build.0 = Release|x64
{7E4F41D2-5280-4E4B-B489-61531BCB017D}.Debug|x64.ActiveCfg = Debug|x64
{7E4F41D2-5280-4E4B-B489-61531BCB017D}.Debug|x64.Build.0 = Debug|x64
{7E4F41D2-5280-4E4B-B489-61531BCB017D}.Release|x64.ActiveCfg = Release|x64
{7E4F41D2-5280-4E4B-B489-61531BCB017D}.Release|x64.Build.0 = Release|x64
{749A1018-4B45-4FB9-8FA7-72C1F40FD884}.Debug|x64.ActiveCfg = Debug|x64
{749A1018-4B45-4FB9-8FA7-72C1F40FD884}.Debug|x64.Build.0 = Debug|x64
{749A1018-4B45-4FB9-8FA7-72C1F40FD884}.Release|x64.ActiveCfg = Release|x64
{749A1018-4B45-4FB9-8FA7-72C1F40FD884}.Release|x64.Build.0 = Release|x64
{99F5D844-29BC-4763-A473-642595B3FF17}.Debug|x64.ActiveCfg = Debug|x64
{99F5D844-29BC-4763-A473-642595B3FF17}.Debug|x64.Build.0 = Debug|x64
{99F5D844-29BC-4763-A473-642595B3FF17}.Release|x64.ActiveCfg = Release|x64
{99F5D844-29BC-4763-A473-642595B3FF17}.Release|x64.Build.0 = Release|x64
{AA5B67F9-47D3-45AE-9AAF-8CE9C4457AFA}.Debug|x64.ActiveCfg = Debug|x64
{AA5B67F9-47D3-45AE-9AAF-8CE9C4457AFA}.Debug|x64.Build.0 = Debug|x64
{AA5B67F9-47D3-45AE-9AAF-8CE9C4457AFA}.Release|x64.ActiveCfg = Release|x64
{AA5B67F9-47D3-45AE-9AAF-8CE9C4457AFA}.Release|x64.Build.0 = Release|x64
{A2D17871-098B-480A-9A23-6AE7BC2E3594}.Debug|x64.ActiveCfg = Debug|x64
{A2D17871-098B-480A-9A23-6AE7BC2E3594}.Debug|x64.Build.0 = Debug|x64
{A2D17871-098B-480A-9A23-6AE7BC2E3594}.Release|x64.ActiveCfg = Release|x64
{A2D17871-098B-480A-9A23-6AE7BC2E3594}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2CE6E7B-4E49-460E-BA53-B74C414125E9}
EndGlobalSection
EndGlobal