-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathSutil.sln
43 lines (43 loc) · 2.39 KB
/
Sutil.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
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}") = "src", "src", "{B9E8B462-0227-45E8-9071-A65C114D5B59}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sutil", "src\Sutil\Sutil.fsproj", "{A584FBC8-680A-445B-9881-E706EE1944A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{8E60AA67-C088-40AC-8D1F-C3BACBA9BB0E}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Tests", "tests\test\Tests.fsproj", "{222417DB-C945-44C1-8261-6259C5FC6A05}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "App", "src\App\App.fsproj", "{92F8A7C5-78C9-4C1D-9490-6F02988438C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A584FBC8-680A-445B-9881-E706EE1944A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A584FBC8-680A-445B-9881-E706EE1944A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A584FBC8-680A-445B-9881-E706EE1944A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A584FBC8-680A-445B-9881-E706EE1944A1}.Release|Any CPU.Build.0 = Release|Any CPU
{222417DB-C945-44C1-8261-6259C5FC6A05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{222417DB-C945-44C1-8261-6259C5FC6A05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{222417DB-C945-44C1-8261-6259C5FC6A05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{222417DB-C945-44C1-8261-6259C5FC6A05}.Release|Any CPU.Build.0 = Release|Any CPU
{92F8A7C5-78C9-4C1D-9490-6F02988438C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92F8A7C5-78C9-4C1D-9490-6F02988438C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92F8A7C5-78C9-4C1D-9490-6F02988438C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92F8A7C5-78C9-4C1D-9490-6F02988438C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A584FBC8-680A-445B-9881-E706EE1944A1} = {B9E8B462-0227-45E8-9071-A65C114D5B59}
{222417DB-C945-44C1-8261-6259C5FC6A05} = {8E60AA67-C088-40AC-8D1F-C3BACBA9BB0E}
{92F8A7C5-78C9-4C1D-9490-6F02988438C6} = {B9E8B462-0227-45E8-9071-A65C114D5B59}
EndGlobalSection
EndGlobal