-
Notifications
You must be signed in to change notification settings - Fork 10
/
SimpleBacktester.sln
40 lines (40 loc) · 1.96 KB
/
SimpleBacktester.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29424.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleBacktester", "SimpleBacktester\SimpleBacktester.csproj", "{F09B637F-6967-4226-B5B3-9A7C00380FF5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{78A823A4-C744-4577-A326-8342CE27F6E4}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.travis.yml = .travis.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleBacktester.Visualization", "SimpleBacktester.Visualization\SimpleBacktester.Visualization.csproj", "{E3151C9C-D3CF-4D2D-A336-D40987BE1279}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F09B637F-6967-4226-B5B3-9A7C00380FF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F09B637F-6967-4226-B5B3-9A7C00380FF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F09B637F-6967-4226-B5B3-9A7C00380FF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F09B637F-6967-4226-B5B3-9A7C00380FF5}.Release|Any CPU.Build.0 = Release|Any CPU
{E3151C9C-D3CF-4D2D-A336-D40987BE1279}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3151C9C-D3CF-4D2D-A336-D40987BE1279}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3151C9C-D3CF-4D2D-A336-D40987BE1279}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3151C9C-D3CF-4D2D-A336-D40987BE1279}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B4B932EA-5FDD-4835-9C74-9EB297F90709}
EndGlobalSection
EndGlobal