-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCommandExecutor.sln
37 lines (37 loc) · 2.12 KB
/
CommandExecutor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandExecutor.Tests", "CommandExecutor.Tests\CommandExecutor.Tests.csproj", "{864D7DB2-0FA3-47F8-BE25-63061C75B8DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandExecutor", "CommandExecutor\CommandExecutor.csproj", "{6B0F0864-7EB1-4896-9379-077A15188531}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandExecutor.Abstractions", "CommandExecutor.Abstractions\CommandExecutor.Abstractions.csproj", "{1C5FD31A-CF0A-403E-8F04-BD5825E8986E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{864D7DB2-0FA3-47F8-BE25-63061C75B8DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{864D7DB2-0FA3-47F8-BE25-63061C75B8DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{864D7DB2-0FA3-47F8-BE25-63061C75B8DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{864D7DB2-0FA3-47F8-BE25-63061C75B8DF}.Release|Any CPU.Build.0 = Release|Any CPU
{6B0F0864-7EB1-4896-9379-077A15188531}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B0F0864-7EB1-4896-9379-077A15188531}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B0F0864-7EB1-4896-9379-077A15188531}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B0F0864-7EB1-4896-9379-077A15188531}.Release|Any CPU.Build.0 = Release|Any CPU
{1C5FD31A-CF0A-403E-8F04-BD5825E8986E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C5FD31A-CF0A-403E-8F04-BD5825E8986E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C5FD31A-CF0A-403E-8F04-BD5825E8986E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C5FD31A-CF0A-403E-8F04-BD5825E8986E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3974A3F-7879-4F43-BBA7-32BB1E837ABD}
EndGlobalSection
EndGlobal