-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvp.sln
43 lines (43 loc) · 2.48 KB
/
vp.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.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "VP", "src\VP\VP.fsproj", "{6B1E0D35-71DE-4549-967B-BE33E1B38F80}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Spin", "..\spin\src\Spin\Spin.fsproj", "{729219BA-9D8C-4B61-B17E-B7D2BDA227F2}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "VP.Test", "test\VP.Test\VP.Test.fsproj", "{13BC66E4-5E33-45B5-B22B-4B7D817101D4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharp.Console", "examples\CSharp.Console\CSharp.Console.csproj", "{C1C20568-8AF6-4C59-ABCA-ABF60584F1CC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B1E0D35-71DE-4549-967B-BE33E1B38F80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B1E0D35-71DE-4549-967B-BE33E1B38F80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B1E0D35-71DE-4549-967B-BE33E1B38F80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B1E0D35-71DE-4549-967B-BE33E1B38F80}.Release|Any CPU.Build.0 = Release|Any CPU
{729219BA-9D8C-4B61-B17E-B7D2BDA227F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{729219BA-9D8C-4B61-B17E-B7D2BDA227F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{729219BA-9D8C-4B61-B17E-B7D2BDA227F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{729219BA-9D8C-4B61-B17E-B7D2BDA227F2}.Release|Any CPU.Build.0 = Release|Any CPU
{13BC66E4-5E33-45B5-B22B-4B7D817101D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13BC66E4-5E33-45B5-B22B-4B7D817101D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13BC66E4-5E33-45B5-B22B-4B7D817101D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13BC66E4-5E33-45B5-B22B-4B7D817101D4}.Release|Any CPU.Build.0 = Release|Any CPU
{C1C20568-8AF6-4C59-ABCA-ABF60584F1CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1C20568-8AF6-4C59-ABCA-ABF60584F1CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1C20568-8AF6-4C59-ABCA-ABF60584F1CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1C20568-8AF6-4C59-ABCA-ABF60584F1CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B8E020D2-CF2F-4D8D-B441-1ECE64D6733E}
EndGlobalSection
EndGlobal