-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSpiralMatrixSharp.sln
36 lines (36 loc) · 1.83 KB
/
SpiralMatrixSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29020.237
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "SpiralMatrixSharp", "src\SpiralMatrixSharp\SpiralMatrixSharp.fsproj", "{474B0792-91C7-442E-9AF2-8CDDB9D06443}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D120DBD8-0235-4693-A0ED-3A295277DAA1}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "SpiralMatrixSharpTest", "test\SpiralMatrixSharpTest\SpiralMatrixSharpTest.fsproj", "{277740E5-589B-419C-AA40-24672390BC62}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{474B0792-91C7-442E-9AF2-8CDDB9D06443}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{474B0792-91C7-442E-9AF2-8CDDB9D06443}.Debug|Any CPU.Build.0 = Debug|Any CPU
{474B0792-91C7-442E-9AF2-8CDDB9D06443}.Release|Any CPU.ActiveCfg = Release|Any CPU
{474B0792-91C7-442E-9AF2-8CDDB9D06443}.Release|Any CPU.Build.0 = Release|Any CPU
{277740E5-589B-419C-AA40-24672390BC62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{277740E5-589B-419C-AA40-24672390BC62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{277740E5-589B-419C-AA40-24672390BC62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{277740E5-589B-419C-AA40-24672390BC62}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {04B94265-0817-46B5-8AA7-4098A60E6350}
EndGlobalSection
EndGlobal