-
Notifications
You must be signed in to change notification settings - Fork 7
/
StockPlot.sln
48 lines (48 loc) · 2.57 KB
/
StockPlot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StockPlot", "StockPlot\StockPlot.csproj", "{3C0C6111-4A5D-4539-A405-FB2A9CD97BE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StockPlot.Charts", "StockPlot.Charts\StockPlot.Charts.csproj", "{95729DEF-3CEC-4071-BB91-F0F0387A1A1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StockPlot.Indicators", "StockPlot.Indicators\StockPlot.Indicators.csproj", "{679135D8-1E33-4DB0-848F-4C6ECB22A2C8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Éléments de solution", "Éléments de solution", "{9915B297-A9B4-4545-938C-32040317BAA6}"
ProjectSection(SolutionItems) = preProject
Images\BizUnity.jpeg = Images\BizUnity.jpeg
Images\ouinex.png = Images\ouinex.png
README.md = README.md
Images\StockPlot3.gif = Images\StockPlot3.gif
Images\stockplot4.gif = Images\stockplot4.gif
Images\StockPlot5.gif = Images\StockPlot5.gif
Images\StockPlot6.gif = Images\StockPlot6.gif
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3C0C6111-4A5D-4539-A405-FB2A9CD97BE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C0C6111-4A5D-4539-A405-FB2A9CD97BE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C0C6111-4A5D-4539-A405-FB2A9CD97BE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C0C6111-4A5D-4539-A405-FB2A9CD97BE1}.Release|Any CPU.Build.0 = Release|Any CPU
{95729DEF-3CEC-4071-BB91-F0F0387A1A1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95729DEF-3CEC-4071-BB91-F0F0387A1A1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95729DEF-3CEC-4071-BB91-F0F0387A1A1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95729DEF-3CEC-4071-BB91-F0F0387A1A1A}.Release|Any CPU.Build.0 = Release|Any CPU
{679135D8-1E33-4DB0-848F-4C6ECB22A2C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{679135D8-1E33-4DB0-848F-4C6ECB22A2C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{679135D8-1E33-4DB0-848F-4C6ECB22A2C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{679135D8-1E33-4DB0-848F-4C6ECB22A2C8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17C2EE43-A585-49C4-B0F2-3D9E348D1225}
EndGlobalSection
EndGlobal