-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mindbox Shapes.sln
50 lines (50 loc) · 2.77 KB
/
Mindbox Shapes.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33312.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shapes.Tests", "tests\Shapes.Tests.csproj", "{B56E6973-66C9-41EE-9900-72A5B40B70D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CF9437CC-21F1-4B77-9175-56609D6F10A1}"
ProjectSection(SolutionItems) = preProject
src\Shared.props.csproj = src\Shared.props.csproj
SQLTask.md = SQLTask.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shapes", "src\Shapes\Shapes.csproj", "{FA3AA6B2-F0AC-427C-9EA5-0DB38CC11D46}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "src\Shared\Shared.csproj", "{96E91B94-E09A-43B6-A92B-36505D85354F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shapes.API", "src\Shapes.API\Shapes.API.csproj", "{C6B6F066-AF11-4A31-8EFA-C6C176A77597}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B56E6973-66C9-41EE-9900-72A5B40B70D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B56E6973-66C9-41EE-9900-72A5B40B70D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B56E6973-66C9-41EE-9900-72A5B40B70D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B56E6973-66C9-41EE-9900-72A5B40B70D5}.Release|Any CPU.Build.0 = Release|Any CPU
{FA3AA6B2-F0AC-427C-9EA5-0DB38CC11D46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA3AA6B2-F0AC-427C-9EA5-0DB38CC11D46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA3AA6B2-F0AC-427C-9EA5-0DB38CC11D46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA3AA6B2-F0AC-427C-9EA5-0DB38CC11D46}.Release|Any CPU.Build.0 = Release|Any CPU
{96E91B94-E09A-43B6-A92B-36505D85354F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96E91B94-E09A-43B6-A92B-36505D85354F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96E91B94-E09A-43B6-A92B-36505D85354F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96E91B94-E09A-43B6-A92B-36505D85354F}.Release|Any CPU.Build.0 = Release|Any CPU
{C6B6F066-AF11-4A31-8EFA-C6C176A77597}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6B6F066-AF11-4A31-8EFA-C6C176A77597}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6B6F066-AF11-4A31-8EFA-C6C176A77597}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6B6F066-AF11-4A31-8EFA-C6C176A77597}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65D39FDC-3BB7-494F-9A0B-CB16D8C2E7BA}
EndGlobalSection
EndGlobal