-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCommons.Collections.SquareList.sln
47 lines (47 loc) · 2.49 KB
/
Commons.Collections.SquareList.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7D010A18-70AD-4ABE-82E3-0EA6A381D7F5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{2B8B40CA-5D31-4C17-9599-C6D3711E4B8F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commons.Collections.SquareList", "Commons.Collections.SquareList\Commons.Collections.SquareList.csproj", "{1BE4D86B-F460-4104-8CDD-494027FC7852}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerformanceTests", "PerformanceTests\PerformanceTests.csproj", "{A8344C4D-8B77-423A-84D5-DF4DBDC51000}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B8B40CA-5D31-4C17-9599-C6D3711E4B8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B8B40CA-5D31-4C17-9599-C6D3711E4B8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B8B40CA-5D31-4C17-9599-C6D3711E4B8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B8B40CA-5D31-4C17-9599-C6D3711E4B8F}.Release|Any CPU.Build.0 = Release|Any CPU
{1BE4D86B-F460-4104-8CDD-494027FC7852}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BE4D86B-F460-4104-8CDD-494027FC7852}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BE4D86B-F460-4104-8CDD-494027FC7852}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BE4D86B-F460-4104-8CDD-494027FC7852}.Release|Any CPU.Build.0 = Release|Any CPU
{A8344C4D-8B77-423A-84D5-DF4DBDC51000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8344C4D-8B77-423A-84D5-DF4DBDC51000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8344C4D-8B77-423A-84D5-DF4DBDC51000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8344C4D-8B77-423A-84D5-DF4DBDC51000}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CDEBACD6-5B0C-4C49-943D-707321219661}
EndGlobalSection
EndGlobal