-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCore.sln
More file actions
17 lines (17 loc) · 800 Bytes
/
Core.sln
File metadata and controls
17 lines (17 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "Core", "Core.fsproj", "{D5136B1A-4B66-4905-B248-8805E22A018D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5136B1A-4B66-4905-B248-8805E22A018D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5136B1A-4B66-4905-B248-8805E22A018D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5136B1A-4B66-4905-B248-8805E22A018D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5136B1A-4B66-4905-B248-8805E22A018D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal