This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrelude.sln
37 lines (37 loc) · 2.06 KB
/
Prelude.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Prelude.Tests", "tests\Prelude.Tests.fsproj", "{987C32EF-BAE9-4DBA-BBE0-9374E8E14C55}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Prelude", "src\Prelude.fsproj", "{C1B618B2-D799-47A2-A9B9-263A4B861650}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Percyqaz.Common", "..\Percyqaz.Common\src\Percyqaz.Common.fsproj", "{9D2898A5-1134-472E-B7B6-C13AA47F9581}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{987C32EF-BAE9-4DBA-BBE0-9374E8E14C55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{987C32EF-BAE9-4DBA-BBE0-9374E8E14C55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{987C32EF-BAE9-4DBA-BBE0-9374E8E14C55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{987C32EF-BAE9-4DBA-BBE0-9374E8E14C55}.Release|Any CPU.Build.0 = Release|Any CPU
{C1B618B2-D799-47A2-A9B9-263A4B861650}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1B618B2-D799-47A2-A9B9-263A4B861650}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1B618B2-D799-47A2-A9B9-263A4B861650}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1B618B2-D799-47A2-A9B9-263A4B861650}.Release|Any CPU.Build.0 = Release|Any CPU
{9D2898A5-1134-472E-B7B6-C13AA47F9581}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D2898A5-1134-472E-B7B6-C13AA47F9581}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D2898A5-1134-472E-B7B6-C13AA47F9581}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D2898A5-1134-472E-B7B6-C13AA47F9581}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A9D4096F-DBE8-4DC5-90FB-046F2CFC274E}
EndGlobalSection
EndGlobal