-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFSCS-LensGenerator.old.sln
45 lines (45 loc) · 2.27 KB
/
FSCS-LensGenerator.old.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
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSCS-LensGenerator", "FSCS-LensGenerator\FSCS-LensGenerator.fsproj", "{5882517A-BDB9-43FB-95F1-BE63F06B666C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{E1A72B8D-AD3B-4C39-9A45-E4F3558CAD63}"
ProjectSection(SolutionItems) = preProject
build.bat = build.bat
build.fsx = build.fsx
FSCS-LensGenerator.nuspec = FSCS-LensGenerator.nuspec
paket.dependencies = paket.dependencies
readme.md = readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "redist", "redist", "{11084A0A-FF4D-49B7-9488-06503744EF90}"
ProjectSection(SolutionItems) = preProject
FSCS-LensGenerator\redist\filesystemshim.txt = FSCS-LensGenerator\redist\filesystemshim.txt
FSCS-LensGenerator\redist\FSharp.Core.dll = FSCS-LensGenerator\redist\FSharp.Core.dll
FSCS-LensGenerator\redist\FSharp.Core.optdata = FSCS-LensGenerator\redist\FSharp.Core.optdata
FSCS-LensGenerator\redist\FSharp.Core.sigdata = FSCS-LensGenerator\redist\FSharp.Core.sigdata
FSCS-LensGenerator\redist\mscorlib.dll = FSCS-LensGenerator\redist\mscorlib.dll
FSCS-LensGenerator\redist\System.Core.dll = FSCS-LensGenerator\redist\System.Core.dll
FSCS-LensGenerator\redist\System.dll = FSCS-LensGenerator\redist\System.dll
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5882517A-BDB9-43FB-95F1-BE63F06B666C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5882517A-BDB9-43FB-95F1-BE63F06B666C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5882517A-BDB9-43FB-95F1-BE63F06B666C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5882517A-BDB9-43FB-95F1-BE63F06B666C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{11084A0A-FF4D-49B7-9488-06503744EF90} = {E1A72B8D-AD3B-4C39-9A45-E4F3558CAD63}
EndGlobalSection
EndGlobal