-
Notifications
You must be signed in to change notification settings - Fork 0
/
bgc.infosite.sln
45 lines (45 loc) · 1.98 KB
/
bgc.infosite.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 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bgc.infosite", "src\bgc.infosite.csproj", "{113E2DB9-9D63-4284-B28A-AF2398CA4C17}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{21DDD24D-0333-4A55-8C36-F8FD575D418F}"
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", "{D85A1FFE-B99D-4141-A5E6-0D1337CF53B1}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "shells", "shells", "{39DD5A23-CDFC-42AA-AA3C-6D124F2505D9}"
ProjectSection(SolutionItems) = preProject
shells\bgc-infosite = shells\bgc-infosite
shells\coin.bgc-e.com = shells\coin.bgc-e.com
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "monitrc", "monitrc", "{E8FC0D90-8F17-480E-8E1F-3B87852591D6}"
ProjectSection(SolutionItems) = preProject
shells\coin-monitrc = shells\coin-monitrc
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{113E2DB9-9D63-4284-B28A-AF2398CA4C17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{113E2DB9-9D63-4284-B28A-AF2398CA4C17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{113E2DB9-9D63-4284-B28A-AF2398CA4C17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{113E2DB9-9D63-4284-B28A-AF2398CA4C17}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal