blob: fa7c1ff5f9f7c677121bfe8e641bea9699d4bb50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "EpistmoolServer", "src\EpistmoolServer\EpistmoolServer.fsproj", "{75BE8A79-B724-4F08-9821-37515BA00781}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{75BE8A79-B724-4F08-9821-37515BA00781}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75BE8A79-B724-4F08-9821-37515BA00781}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75BE8A79-B724-4F08-9821-37515BA00781}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75BE8A79-B724-4F08-9821-37515BA00781}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
|