-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathBlockMountain.TradingView.sln
56 lines (56 loc) · 2.94 KB
/
BlockMountain.TradingView.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
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlockMountain.TradingView", "BlockMountain.TradingView\BlockMountain.TradingView.csproj", "{D86F1C76-B6FA-40C2-A1D4-126316FCFD93}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlockMountain.TradingView.Test", "BlockMountain.TradingView.Test\BlockMountain.TradingView.Test.csproj", "{6B51487C-DF3A-4EB8-8C54-A6ABAF62364D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlockMountain.TradingView.Examples", "BlockMountain.TradingView.Examples\BlockMountain.TradingView.Examples.csproj", "{5D96160F-D7A8-4A65-8DFB-E5EDC3170CD8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{514471DD-10E7-426D-96D6-895633C03251}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
build.cake = build.cake
build.ps1 = build.ps1
build.sh = build.sh
cake.config = cake.config
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.rst = CONTRIBUTING.rst
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
LICENSE = LICENSE
.github\workflows\publish.yml = .github\workflows\publish.yml
PULL_REQUEST_TEMPLATE.md = PULL_REQUEST_TEMPLATE.md
README.md = README.md
RELEASE-NOTES.txt = RELEASE-NOTES.txt
SharedBuildProperties.props = SharedBuildProperties.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D86F1C76-B6FA-40C2-A1D4-126316FCFD93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D86F1C76-B6FA-40C2-A1D4-126316FCFD93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D86F1C76-B6FA-40C2-A1D4-126316FCFD93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D86F1C76-B6FA-40C2-A1D4-126316FCFD93}.Release|Any CPU.Build.0 = Release|Any CPU
{6B51487C-DF3A-4EB8-8C54-A6ABAF62364D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B51487C-DF3A-4EB8-8C54-A6ABAF62364D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B51487C-DF3A-4EB8-8C54-A6ABAF62364D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B51487C-DF3A-4EB8-8C54-A6ABAF62364D}.Release|Any CPU.Build.0 = Release|Any CPU
{5D96160F-D7A8-4A65-8DFB-E5EDC3170CD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D96160F-D7A8-4A65-8DFB-E5EDC3170CD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D96160F-D7A8-4A65-8DFB-E5EDC3170CD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D96160F-D7A8-4A65-8DFB-E5EDC3170CD8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2000F4AD-873A-4A2E-B1D6-C0017B04CFA3}
EndGlobalSection
EndGlobal