-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathToimik.RobotsProtocol.sln
42 lines (42 loc) · 2.4 KB
/
Toimik.RobotsProtocol.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Toimik.RobotsProtocol", "src\Toimik.RobotsProtocol\Toimik.RobotsProtocol.csproj", "{70C14210-6FA2-46D9-BAD0-5CE57C16D068}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Toimik.RobotsProtocol.Tests", "tests\Toimik.RobotsProtocol.Tests\Toimik.RobotsProtocol.Tests.csproj", "{DFADEC9C-9D97-4627-90B5-F560083BD91F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Toimik.RobotsProtocol.Samples", "samples\Toimik.RobotsProtocol.Samples\Toimik.RobotsProtocol.Samples.csproj", "{88C1E26E-6907-408C-8B36-7CF61A71BCD6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{42C84E9E-5FD3-45A5-9819-E5A9CF7B9A28}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{70C14210-6FA2-46D9-BAD0-5CE57C16D068}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70C14210-6FA2-46D9-BAD0-5CE57C16D068}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70C14210-6FA2-46D9-BAD0-5CE57C16D068}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70C14210-6FA2-46D9-BAD0-5CE57C16D068}.Release|Any CPU.Build.0 = Release|Any CPU
{DFADEC9C-9D97-4627-90B5-F560083BD91F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFADEC9C-9D97-4627-90B5-F560083BD91F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFADEC9C-9D97-4627-90B5-F560083BD91F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFADEC9C-9D97-4627-90B5-F560083BD91F}.Release|Any CPU.Build.0 = Release|Any CPU
{88C1E26E-6907-408C-8B36-7CF61A71BCD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88C1E26E-6907-408C-8B36-7CF61A71BCD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88C1E26E-6907-408C-8B36-7CF61A71BCD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88C1E26E-6907-408C-8B36-7CF61A71BCD6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F32F9CD-7848-49D3-AD7B-EAB080FC5F38}
EndGlobalSection
EndGlobal