-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSystemTracker.sln
39 lines (39 loc) · 2.22 KB
/
SystemTracker.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
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "SystemTracker.Core", "SystemTracker.Core\SystemTracker.Core.fsproj", "{42E94822-E7D5-4EF5-9676-16A2870E4E54}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{35F47070-2C1E-4173-B342-26D957D442F5}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
global.json = global.json
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FsharpConsoleApp", "FsharpConsoleApp", "{397F8806-58F0-4413-A905-5CC9AA1A4443}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "SystemTracker.ConsoleApp", "ConsoleApp\SystemTracker.ConsoleApp\SystemTracker.ConsoleApp.fsproj", "{8CA7391E-9C4E-47DA-9AF5-B5B98065DD51}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42E94822-E7D5-4EF5-9676-16A2870E4E54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42E94822-E7D5-4EF5-9676-16A2870E4E54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42E94822-E7D5-4EF5-9676-16A2870E4E54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42E94822-E7D5-4EF5-9676-16A2870E4E54}.Release|Any CPU.Build.0 = Release|Any CPU
{A9BF64DE-0840-42E9-B159-3C20C8B656B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9BF64DE-0840-42E9-B159-3C20C8B656B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9BF64DE-0840-42E9-B159-3C20C8B656B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9BF64DE-0840-42E9-B159-3C20C8B656B4}.Release|Any CPU.Build.0 = Release|Any CPU
{8CA7391E-9C4E-47DA-9AF5-B5B98065DD51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CA7391E-9C4E-47DA-9AF5-B5B98065DD51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CA7391E-9C4E-47DA-9AF5-B5B98065DD51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CA7391E-9C4E-47DA-9AF5-B5B98065DD51}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8CA7391E-9C4E-47DA-9AF5-B5B98065DD51} = {397F8806-58F0-4413-A905-5CC9AA1A4443}
EndGlobalSection
EndGlobal