forked from anilca/NetTrader.Indicator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NetTrader.Indicator.sln
31 lines (31 loc) · 1.65 KB
/
NetTrader.Indicator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetTrader.Indicator", "NetTrader.Indicator\NetTrader.Indicator.csproj", "{D9F6B967-34DA-4DB1-8DF8-1B7CE92906D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetTrader.Indicator.Test", "NetTrader.Indicator.Test\NetTrader.Indicator.Test.csproj", "{E9992DCF-2857-4A6A-B3CB-6AAAF198062F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9F6B967-34DA-4DB1-8DF8-1B7CE92906D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9F6B967-34DA-4DB1-8DF8-1B7CE92906D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9F6B967-34DA-4DB1-8DF8-1B7CE92906D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9F6B967-34DA-4DB1-8DF8-1B7CE92906D0}.Release|Any CPU.Build.0 = Release|Any CPU
{E9992DCF-2857-4A6A-B3CB-6AAAF198062F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9992DCF-2857-4A6A-B3CB-6AAAF198062F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9992DCF-2857-4A6A-B3CB-6AAAF198062F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9992DCF-2857-4A6A-B3CB-6AAAF198062F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2574CF04-EE3E-4584-99BB-7D496C3EE770}
EndGlobalSection
EndGlobal