-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCoinProfitability.sln
38 lines (38 loc) · 2.16 KB
/
CoinProfitability.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoinProfitability", "CoinProfitability\CoinProfitability.csproj", "{583376E1-A666-4199-8ACE-7B7CBC734C56}"
ProjectSection(ProjectDependencies) = postProject
{F496F99C-A09D-40A0-BC87-5662893FCBB3} = {F496F99C-A09D-40A0-BC87-5662893FCBB3}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoinProfitabilityLibrary", "CoinProfitabilityLibrary\CoinProfitabilityLibrary.csproj", "{F496F99C-A09D-40A0-BC87-5662893FCBB3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "profit", "profit\profit.csproj", "{9333557A-9A72-4DD8-8A15-25AE3B273800}"
ProjectSection(ProjectDependencies) = postProject
{F496F99C-A09D-40A0-BC87-5662893FCBB3} = {F496F99C-A09D-40A0-BC87-5662893FCBB3}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{583376E1-A666-4199-8ACE-7B7CBC734C56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{583376E1-A666-4199-8ACE-7B7CBC734C56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{583376E1-A666-4199-8ACE-7B7CBC734C56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{583376E1-A666-4199-8ACE-7B7CBC734C56}.Release|Any CPU.Build.0 = Release|Any CPU
{F496F99C-A09D-40A0-BC87-5662893FCBB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F496F99C-A09D-40A0-BC87-5662893FCBB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F496F99C-A09D-40A0-BC87-5662893FCBB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F496F99C-A09D-40A0-BC87-5662893FCBB3}.Release|Any CPU.Build.0 = Release|Any CPU
{9333557A-9A72-4DD8-8A15-25AE3B273800}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9333557A-9A72-4DD8-8A15-25AE3B273800}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9333557A-9A72-4DD8-8A15-25AE3B273800}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9333557A-9A72-4DD8-8A15-25AE3B273800}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal