-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSharpCleanCode.sln
More file actions
49 lines (49 loc) · 3.08 KB
/
SharpCleanCode.sln
File metadata and controls
49 lines (49 loc) · 3.08 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BowlingGame", "BowlingGame\BowlingGame.csproj", "{E229F26D-679D-4C5E-8D56-442C969F31C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BowlingGame.Tests", "BowlingGame.Tests\BowlingGame.Tests.csproj", "{C7B6239C-58F8-4730-9F4F-9E7C979B5979}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimplisticTcpFiniteStateMachine.Tests", "SimplisticTcpFiniteStateMachine.Tests\SimplisticTcpFiniteStateMachine.Tests.csproj", "{B55F0640-20D3-446E-B56C-2C2D512B030F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EsoLanguages", "EsoLanguages\EsoLanguages.csproj", "{9FC3DB22-D87B-42FD-94E9-10C64E248309}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EsoLanguages.Tests", "EsoLanguages.Tests\EsoLanguages.Tests.csproj", "{FA64EA82-ACC2-4758-B70D-6023ED09865A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E229F26D-679D-4C5E-8D56-442C969F31C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E229F26D-679D-4C5E-8D56-442C969F31C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E229F26D-679D-4C5E-8D56-442C969F31C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E229F26D-679D-4C5E-8D56-442C969F31C0}.Release|Any CPU.Build.0 = Release|Any CPU
{C7B6239C-58F8-4730-9F4F-9E7C979B5979}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7B6239C-58F8-4730-9F4F-9E7C979B5979}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7B6239C-58F8-4730-9F4F-9E7C979B5979}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7B6239C-58F8-4730-9F4F-9E7C979B5979}.Release|Any CPU.Build.0 = Release|Any CPU
{B55F0640-20D3-446E-B56C-2C2D512B030F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B55F0640-20D3-446E-B56C-2C2D512B030F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B55F0640-20D3-446E-B56C-2C2D512B030F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B55F0640-20D3-446E-B56C-2C2D512B030F}.Release|Any CPU.Build.0 = Release|Any CPU
{9FC3DB22-D87B-42FD-94E9-10C64E248309}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FC3DB22-D87B-42FD-94E9-10C64E248309}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FC3DB22-D87B-42FD-94E9-10C64E248309}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FC3DB22-D87B-42FD-94E9-10C64E248309}.Release|Any CPU.Build.0 = Release|Any CPU
{FA64EA82-ACC2-4758-B70D-6023ED09865A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA64EA82-ACC2-4758-B70D-6023ED09865A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA64EA82-ACC2-4758-B70D-6023ED09865A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA64EA82-ACC2-4758-B70D-6023ED09865A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {34AE5BC0-4B31-4450-A493-C248B76A36CB}
EndGlobalSection
EndGlobal