-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprogressive-net-talk.sln
58 lines (57 loc) · 3.17 KB
/
progressive-net-talk.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{C3EDA9E6-1BBE-4FA5-93A9-D72D9FD35342}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6BF2FFFF-EFD8-4A3F-9E6C-970DF20E28E0}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "progressive-net-talk", "src\progressive-net-talk\progressive-net-talk.fsproj", "{0CE5652A-D3DD-428F-A834-2403BC5BAB5C}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "tests", "tests\tests.fsproj", "{7C889F51-BA34-4DE9-B6F9-B64F493708C3}"
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(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CE5652A-D3DD-428F-A834-2403BC5BAB5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CE5652A-D3DD-428F-A834-2403BC5BAB5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CE5652A-D3DD-428F-A834-2403BC5BAB5C}.Debug|x64.ActiveCfg = Debug|x64
{0CE5652A-D3DD-428F-A834-2403BC5BAB5C}.Debug|x64.Build.0 = Debug|x64
{0CE5652A-D3DD-428F-A834-2403BC5BAB5C}.Debug|x86.ActiveCfg = Debug|x86
{0CE5652A-D3DD-428F-A834-2403BC5BAB5C}.Debug|x86.Build.0 = Debug|x86
{0CE5652A-D3DD-428F-A834-2403BC5BAB5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CE5652A-D3DD-428F-A834-2403BC5BAB5C}.Release|Any CPU.Build.0 = Release|Any CPU
{0CE5652A-D3DD-428F-A834-2403BC5BAB5C}.Release|x64.ActiveCfg = Release|x64
{0CE5652A-D3DD-428F-A834-2403BC5BAB5C}.Release|x64.Build.0 = Release|x64
{0CE5652A-D3DD-428F-A834-2403BC5BAB5C}.Release|x86.ActiveCfg = Release|x86
{0CE5652A-D3DD-428F-A834-2403BC5BAB5C}.Release|x86.Build.0 = Release|x86
{7C889F51-BA34-4DE9-B6F9-B64F493708C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C889F51-BA34-4DE9-B6F9-B64F493708C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C889F51-BA34-4DE9-B6F9-B64F493708C3}.Debug|x64.ActiveCfg = Debug|x64
{7C889F51-BA34-4DE9-B6F9-B64F493708C3}.Debug|x64.Build.0 = Debug|x64
{7C889F51-BA34-4DE9-B6F9-B64F493708C3}.Debug|x86.ActiveCfg = Debug|x86
{7C889F51-BA34-4DE9-B6F9-B64F493708C3}.Debug|x86.Build.0 = Debug|x86
{7C889F51-BA34-4DE9-B6F9-B64F493708C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C889F51-BA34-4DE9-B6F9-B64F493708C3}.Release|Any CPU.Build.0 = Release|Any CPU
{7C889F51-BA34-4DE9-B6F9-B64F493708C3}.Release|x64.ActiveCfg = Release|x64
{7C889F51-BA34-4DE9-B6F9-B64F493708C3}.Release|x64.Build.0 = Release|x64
{7C889F51-BA34-4DE9-B6F9-B64F493708C3}.Release|x86.ActiveCfg = Release|x86
{7C889F51-BA34-4DE9-B6F9-B64F493708C3}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0CE5652A-D3DD-428F-A834-2403BC5BAB5C} = {6BF2FFFF-EFD8-4A3F-9E6C-970DF20E28E0}
EndGlobalSection
EndGlobal