Files
CoinProfitability/CoinProfitability.sln
Scott Alfter 6d17e41264 refactor: create CoinProfitabilityLibrary
new library to facilitate CLI version
2013-05-30 14:37:30 -07:00

30 lines
1.6 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
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
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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal