-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSquareShape_Library.sln
More file actions
39 lines (39 loc) · 1.98 KB
/
SquareShape_Library.sln
File metadata and controls
39 lines (39 loc) · 1.98 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SquareShape_Library", "SquareShape_Library\SquareShape_Library.csproj", "{2E3636E6-6A92-464B-9A63-1849B26B87BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SquareShape_Library.Tests", "SquareShape_Library.Tests\SquareShape_Library.Tests.csproj", "{5D2E5D24-E0B4-43A0-A797-4CCE49349857}"
ProjectSection(ProjectDependencies) = postProject
{2E3636E6-6A92-464B-9A63-1849B26B87BA} = {2E3636E6-6A92-464B-9A63-1849B26B87BA}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SqlQuery", "SqlQuery", "{855F8F45-4CB8-4DAC-89CD-08CD984D412F}"
ProjectSection(SolutionItems) = preProject
Query.txt = Query.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E3636E6-6A92-464B-9A63-1849B26B87BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E3636E6-6A92-464B-9A63-1849B26B87BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E3636E6-6A92-464B-9A63-1849B26B87BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E3636E6-6A92-464B-9A63-1849B26B87BA}.Release|Any CPU.Build.0 = Release|Any CPU
{5D2E5D24-E0B4-43A0-A797-4CCE49349857}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D2E5D24-E0B4-43A0-A797-4CCE49349857}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D2E5D24-E0B4-43A0-A797-4CCE49349857}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D2E5D24-E0B4-43A0-A797-4CCE49349857}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82D07332-FCAA-44D8-A694-A0BD3EA452EB}
EndGlobalSection
EndGlobal