-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheqx-blog.sln
28 lines (28 loc) · 1.43 KB
/
eqx-blog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "App.Test", "App.Test\App.Test.fsproj", "{1C0EC75A-9703-464C-932C-92EC9B2209A9}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "App", "App\App.fsproj", "{3F6D0D81-C033-4A19-A4B2-1675B7BF9DFA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C0EC75A-9703-464C-932C-92EC9B2209A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C0EC75A-9703-464C-932C-92EC9B2209A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C0EC75A-9703-464C-932C-92EC9B2209A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C0EC75A-9703-464C-932C-92EC9B2209A9}.Release|Any CPU.Build.0 = Release|Any CPU
{3F6D0D81-C033-4A19-A4B2-1675B7BF9DFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F6D0D81-C033-4A19-A4B2-1675B7BF9DFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F6D0D81-C033-4A19-A4B2-1675B7BF9DFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F6D0D81-C033-4A19-A4B2-1675B7BF9DFA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal