forked from LangExt/LangExt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
LangExt.Compatibility.FSharp.sln
44 lines (44 loc) · 2.54 KB
/
LangExt.Compatibility.FSharp.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
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "LangExt.Compatibility.FSharp", "LangExt.Compatibility.FSharp\LangExt.Compatibility.FSharp.fsproj", "{42862CA4-B394-4518-8D64-7B7E43FF56FF}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "LangExt.Compatibility.FSharp.Tests", "LangExt.Compatibility.FSharp.Tests\LangExt.Compatibility.FSharp.Tests.fsproj", "{0A4B44AF-2635-42C7-ADA2-60885660549B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "external", "external", "{25382CF7-1F81-403F-A552-3E98D4C397FE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LangExt", "LangExt\LangExt.csproj", "{569B25F1-B14B-4E9C-A8F1-5C72828EBF4D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{2454E0AC-DF8C-446A-A407-B60FC0410EAF}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42862CA4-B394-4518-8D64-7B7E43FF56FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42862CA4-B394-4518-8D64-7B7E43FF56FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42862CA4-B394-4518-8D64-7B7E43FF56FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42862CA4-B394-4518-8D64-7B7E43FF56FF}.Release|Any CPU.Build.0 = Release|Any CPU
{0A4B44AF-2635-42C7-ADA2-60885660549B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A4B44AF-2635-42C7-ADA2-60885660549B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A4B44AF-2635-42C7-ADA2-60885660549B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A4B44AF-2635-42C7-ADA2-60885660549B}.Release|Any CPU.Build.0 = Release|Any CPU
{569B25F1-B14B-4E9C-A8F1-5C72828EBF4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{569B25F1-B14B-4E9C-A8F1-5C72828EBF4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{569B25F1-B14B-4E9C-A8F1-5C72828EBF4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{569B25F1-B14B-4E9C-A8F1-5C72828EBF4D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{569B25F1-B14B-4E9C-A8F1-5C72828EBF4D} = {25382CF7-1F81-403F-A552-3E98D4C397FE}
EndGlobalSection
EndGlobal