-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathTradingViewUdfProvider.sln
51 lines (51 loc) · 2.62 KB
/
TradingViewUdfProvider.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8A55ADFB-6AF4-430C-AC40-AEA61C1F60D9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{545546C3-A543-4BF1-B6FE-4FDA7F13FE22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TradingViewUdfProvider.Example", "test\TradingViewUdfProvider.Example\TradingViewUdfProvider.Example.csproj", "{A6426CD0-4712-4C16-8439-950E0477A1D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TradingViewUdfProvider", "src\TradingViewUdfProvider\TradingViewUdfProvider.csproj", "{35B3458C-FC8B-4737-9E71-58C8BC089E99}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3753E110-B1E6-49C4-9FF0-C5FA2520AF6F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
.github\workflows\dotnet-core-branches.yml = .github\workflows\dotnet-core-branches.yml
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
icon.jpg = icon.jpg
LICENSE = LICENSE
logo.png = logo.png
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6426CD0-4712-4C16-8439-950E0477A1D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6426CD0-4712-4C16-8439-950E0477A1D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6426CD0-4712-4C16-8439-950E0477A1D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6426CD0-4712-4C16-8439-950E0477A1D5}.Release|Any CPU.Build.0 = Release|Any CPU
{35B3458C-FC8B-4737-9E71-58C8BC089E99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35B3458C-FC8B-4737-9E71-58C8BC089E99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35B3458C-FC8B-4737-9E71-58C8BC089E99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35B3458C-FC8B-4737-9E71-58C8BC089E99}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A6426CD0-4712-4C16-8439-950E0477A1D5} = {545546C3-A543-4BF1-B6FE-4FDA7F13FE22}
{35B3458C-FC8B-4737-9E71-58C8BC089E99} = {8A55ADFB-6AF4-430C-AC40-AEA61C1F60D9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {332F0495-29FF-4D51-8B28-4C5CF458F99D}
EndGlobalSection
EndGlobal