forked from Dolfik1/Funogram
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFunogram.sln
More file actions
64 lines (64 loc) · 3.96 KB
/
Copy pathFunogram.sln
File metadata and controls
64 lines (64 loc) · 3.96 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Funogram", "Funogram\Funogram.fsproj", "{975EBA83-20A4-4BC7-83DB-F806E69F5DA2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Funogram.Tests", "Funogram.Tests\Funogram.Tests.fsproj", "{DEB2347A-47B0-490C-88E7-95B376A88EA6}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Funogram.TestBot", "Funogram.TestBot\Funogram.TestBot.fsproj", "{6A2C8A62-C91E-4372-8BF3-7909C157B67A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{975EBA83-20A4-4BC7-83DB-F806E69F5DA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{975EBA83-20A4-4BC7-83DB-F806E69F5DA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{975EBA83-20A4-4BC7-83DB-F806E69F5DA2}.Debug|x64.ActiveCfg = Debug|Any CPU
{975EBA83-20A4-4BC7-83DB-F806E69F5DA2}.Debug|x64.Build.0 = Debug|Any CPU
{975EBA83-20A4-4BC7-83DB-F806E69F5DA2}.Debug|x86.ActiveCfg = Debug|Any CPU
{975EBA83-20A4-4BC7-83DB-F806E69F5DA2}.Debug|x86.Build.0 = Debug|Any CPU
{975EBA83-20A4-4BC7-83DB-F806E69F5DA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{975EBA83-20A4-4BC7-83DB-F806E69F5DA2}.Release|Any CPU.Build.0 = Release|Any CPU
{975EBA83-20A4-4BC7-83DB-F806E69F5DA2}.Release|x64.ActiveCfg = Release|Any CPU
{975EBA83-20A4-4BC7-83DB-F806E69F5DA2}.Release|x64.Build.0 = Release|Any CPU
{975EBA83-20A4-4BC7-83DB-F806E69F5DA2}.Release|x86.ActiveCfg = Release|Any CPU
{975EBA83-20A4-4BC7-83DB-F806E69F5DA2}.Release|x86.Build.0 = Release|Any CPU
{DEB2347A-47B0-490C-88E7-95B376A88EA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEB2347A-47B0-490C-88E7-95B376A88EA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEB2347A-47B0-490C-88E7-95B376A88EA6}.Debug|x64.ActiveCfg = Debug|Any CPU
{DEB2347A-47B0-490C-88E7-95B376A88EA6}.Debug|x64.Build.0 = Debug|Any CPU
{DEB2347A-47B0-490C-88E7-95B376A88EA6}.Debug|x86.ActiveCfg = Debug|Any CPU
{DEB2347A-47B0-490C-88E7-95B376A88EA6}.Debug|x86.Build.0 = Debug|Any CPU
{DEB2347A-47B0-490C-88E7-95B376A88EA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEB2347A-47B0-490C-88E7-95B376A88EA6}.Release|Any CPU.Build.0 = Release|Any CPU
{DEB2347A-47B0-490C-88E7-95B376A88EA6}.Release|x64.ActiveCfg = Release|Any CPU
{DEB2347A-47B0-490C-88E7-95B376A88EA6}.Release|x64.Build.0 = Release|Any CPU
{DEB2347A-47B0-490C-88E7-95B376A88EA6}.Release|x86.ActiveCfg = Release|Any CPU
{DEB2347A-47B0-490C-88E7-95B376A88EA6}.Release|x86.Build.0 = Release|Any CPU
{6A2C8A62-C91E-4372-8BF3-7909C157B67A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A2C8A62-C91E-4372-8BF3-7909C157B67A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A2C8A62-C91E-4372-8BF3-7909C157B67A}.Debug|x64.ActiveCfg = Debug|Any CPU
{6A2C8A62-C91E-4372-8BF3-7909C157B67A}.Debug|x64.Build.0 = Debug|Any CPU
{6A2C8A62-C91E-4372-8BF3-7909C157B67A}.Debug|x86.ActiveCfg = Debug|Any CPU
{6A2C8A62-C91E-4372-8BF3-7909C157B67A}.Debug|x86.Build.0 = Debug|Any CPU
{6A2C8A62-C91E-4372-8BF3-7909C157B67A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A2C8A62-C91E-4372-8BF3-7909C157B67A}.Release|Any CPU.Build.0 = Release|Any CPU
{6A2C8A62-C91E-4372-8BF3-7909C157B67A}.Release|x64.ActiveCfg = Release|Any CPU
{6A2C8A62-C91E-4372-8BF3-7909C157B67A}.Release|x64.Build.0 = Release|Any CPU
{6A2C8A62-C91E-4372-8BF3-7909C157B67A}.Release|x86.ActiveCfg = Release|Any CPU
{6A2C8A62-C91E-4372-8BF3-7909C157B67A}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6773A864-F697-4E62-BBFE-F8B6370C7F93}
EndGlobalSection
EndGlobal