forked from Itiviti/lunch-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbtcore.sln
executable file
·42 lines (42 loc) · 2.19 KB
/
btcore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "src", "src\src.fsproj", "{360C7D90-3240-4EAB-90F4-E95C2BAEB6FE}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "test", "test\test.fsproj", "{9A7838B1-4D5D-4E76-BD3F-8F254CC6D461}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{8830C940-5606-462B-BB56-4BA95227786D}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "specs", "specs\specs.fsproj", "{59DC4C1D-CCB7-4626-9929-1FEC4C1FC9F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{360C7D90-3240-4EAB-90F4-E95C2BAEB6FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{360C7D90-3240-4EAB-90F4-E95C2BAEB6FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{360C7D90-3240-4EAB-90F4-E95C2BAEB6FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{360C7D90-3240-4EAB-90F4-E95C2BAEB6FE}.Release|Any CPU.Build.0 = Release|Any CPU
{9A7838B1-4D5D-4E76-BD3F-8F254CC6D461}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A7838B1-4D5D-4E76-BD3F-8F254CC6D461}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A7838B1-4D5D-4E76-BD3F-8F254CC6D461}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A7838B1-4D5D-4E76-BD3F-8F254CC6D461}.Release|Any CPU.Build.0 = Release|Any CPU
{59DC4C1D-CCB7-4626-9929-1FEC4C1FC9F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59DC4C1D-CCB7-4626-9929-1FEC4C1FC9F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59DC4C1D-CCB7-4626-9929-1FEC4C1FC9F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59DC4C1D-CCB7-4626-9929-1FEC4C1FC9F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal