-
Notifications
You must be signed in to change notification settings - Fork 18
/
Samples.sln
36 lines (36 loc) · 1.8 KB
/
Samples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Sample26", "Samples\Sample26\Sample26.fsproj", "{B844103F-343C-4E65-B581-26DB9A004F8A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "sample9", "Samples\Sample9\sample9.csproj", "{ED109455-CE6C-4BB1-B540-B5DEF8795BD3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FA5AAF11-9B9A-4852-9E31-98FFB1E82881}"
ProjectSection(SolutionItems) = preProject
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B844103F-343C-4E65-B581-26DB9A004F8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B844103F-343C-4E65-B581-26DB9A004F8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B844103F-343C-4E65-B581-26DB9A004F8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B844103F-343C-4E65-B581-26DB9A004F8A}.Release|Any CPU.Build.0 = Release|Any CPU
{ED109455-CE6C-4BB1-B540-B5DEF8795BD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED109455-CE6C-4BB1-B540-B5DEF8795BD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED109455-CE6C-4BB1-B540-B5DEF8795BD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED109455-CE6C-4BB1-B540-B5DEF8795BD3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DAA0FCD7-A941-4600-A073-4095FE82FC90}
EndGlobalSection
EndGlobal