-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFeliz.Isomorphic.sln
32 lines (32 loc) · 1.67 KB
/
Feliz.Isomorphic.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Generator", "src\Generator\Generator.fsproj", "{770B0329-945A-47B0-8FB5-1D8A97C8FABD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "paket", "paket", "{A67422A1-6398-4C3E-9344-1359E8FE0F2C}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Feliz.Isomorphic", "src\Feliz.Isomorphic\Feliz.Isomorphic.fsproj", "{CF52D170-2CA2-425C-BA42-77EED15656DD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "fake", "fake", "{6B8F71F4-3A3C-4B75-99D2-77318B71EB9A}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{770B0329-945A-47B0-8FB5-1D8A97C8FABD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{770B0329-945A-47B0-8FB5-1D8A97C8FABD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{770B0329-945A-47B0-8FB5-1D8A97C8FABD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{770B0329-945A-47B0-8FB5-1D8A97C8FABD}.Release|Any CPU.Build.0 = Release|Any CPU
{CF52D170-2CA2-425C-BA42-77EED15656DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF52D170-2CA2-425C-BA42-77EED15656DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF52D170-2CA2-425C-BA42-77EED15656DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF52D170-2CA2-425C-BA42-77EED15656DD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal