-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fpub.sln
23 lines (22 loc) · 1.24 KB
/
Fpub.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "Fpub", "Fpub\Fpub.fsproj", "{CA9CF632-3E23-45B5-BCAD-DA9E9EF0FEA6}"
EndProject
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "Tests", "Tests\Tests.fsproj", "{08D6F293-1C0F-4F8F-80F7-13482E6A44D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA9CF632-3E23-45B5-BCAD-DA9E9EF0FEA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA9CF632-3E23-45B5-BCAD-DA9E9EF0FEA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA9CF632-3E23-45B5-BCAD-DA9E9EF0FEA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA9CF632-3E23-45B5-BCAD-DA9E9EF0FEA6}.Release|Any CPU.Build.0 = Release|Any CPU
{08D6F293-1C0F-4F8F-80F7-13482E6A44D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08D6F293-1C0F-4F8F-80F7-13482E6A44D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08D6F293-1C0F-4F8F-80F7-13482E6A44D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08D6F293-1C0F-4F8F-80F7-13482E6A44D5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal