-
Notifications
You must be signed in to change notification settings - Fork 0
/
QiblaDirection.sln
39 lines (39 loc) · 2.07 KB
/
QiblaDirection.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "QiblaDirection", "src\QiblaDirection\QiblaDirection.fsproj", "{C7963D7D-6E85-4F3A-A12C-2326C64D846B}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "QiblaDirection.UnitTests", "test\QiblaDirection.UnitTests\QiblaDirection.UnitTests.fsproj", "{45AC5936-ECD7-4377-9040-F72022950F19}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{122F24AC-0518-40B5-97F9-D6EE33ABA7EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{1A28C28D-1A43-40B7-A1C2-0BE2C0F96726}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7963D7D-6E85-4F3A-A12C-2326C64D846B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7963D7D-6E85-4F3A-A12C-2326C64D846B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7963D7D-6E85-4F3A-A12C-2326C64D846B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7963D7D-6E85-4F3A-A12C-2326C64D846B}.Release|Any CPU.Build.0 = Release|Any CPU
{45AC5936-ECD7-4377-9040-F72022950F19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45AC5936-ECD7-4377-9040-F72022950F19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45AC5936-ECD7-4377-9040-F72022950F19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45AC5936-ECD7-4377-9040-F72022950F19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C7963D7D-6E85-4F3A-A12C-2326C64D846B} = {122F24AC-0518-40B5-97F9-D6EE33ABA7EE}
{45AC5936-ECD7-4377-9040-F72022950F19} = {1A28C28D-1A43-40B7-A1C2-0BE2C0F96726}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {83D15DF2-E7DD-4A71-AE17-DA582DFF48C3}
EndGlobalSection
EndGlobal