-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathInfers.Rep.sln
29 lines (29 loc) · 1.24 KB
/
Infers.Rep.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{C611495D-33BC-4320-8D1B-A33AE888ED97}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "Infers.Rep", "Libs\Infers.Rep\Infers.Rep.fsproj", "{2399EAEA-7668-48BA-91B4-162060CB050F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2399EAEA-7668-48BA-91B4-162060CB050F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2399EAEA-7668-48BA-91B4-162060CB050F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2399EAEA-7668-48BA-91B4-162060CB050F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2399EAEA-7668-48BA-91B4-162060CB050F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal