-
Notifications
You must be signed in to change notification settings - Fork 1
/
Wrappers.sln
37 lines (37 loc) · 1.79 KB
/
Wrappers.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Website", "Website\Website.fsproj", "{DFFB6DC5-0685-4223-9DB5-CB60C2B4E2EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{6A7C06D1-CD9B-472D-94A4-D3C6D3D93B00}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "D3", "D3\D3.fsproj", "{DB1F0668-B5C3-4708-8312-857226B715F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{3FB74F29-E1D3-4E13-B2E5-946C339FCD20}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{155785F0-5B1B-451D-87FD-B8EECAE0ADC3}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFFB6DC5-0685-4223-9DB5-CB60C2B4E2EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFFB6DC5-0685-4223-9DB5-CB60C2B4E2EF}.Release|Any CPU.Build.0 = Release|Any CPU
{6A7C06D1-CD9B-472D-94A4-D3C6D3D93B00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A7C06D1-CD9B-472D-94A4-D3C6D3D93B00}.Release|Any CPU.Build.0 = Release|Any CPU
{DB1F0668-B5C3-4708-8312-857226B715F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB1F0668-B5C3-4708-8312-857226B715F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal