-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCoreLedger.sln
22 lines (22 loc) · 1.25 KB
/
CoreLedger.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "CoreLedger", "CoreLedger\CoreLedger.fsproj", "{2324AB16-8CCE-4781-BB42-9126C821CCBC}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "CoreLedgerTest", "CoreLedgerTest\CoreLedgerTest.fsproj", "{D0F21B2B-DEE6-4BBB-A304-56764DCF1A7F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2324AB16-8CCE-4781-BB42-9126C821CCBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2324AB16-8CCE-4781-BB42-9126C821CCBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2324AB16-8CCE-4781-BB42-9126C821CCBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2324AB16-8CCE-4781-BB42-9126C821CCBC}.Release|Any CPU.Build.0 = Release|Any CPU
{D0F21B2B-DEE6-4BBB-A304-56764DCF1A7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0F21B2B-DEE6-4BBB-A304-56764DCF1A7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0F21B2B-DEE6-4BBB-A304-56764DCF1A7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0F21B2B-DEE6-4BBB-A304-56764DCF1A7F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal