-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAutoInvest.sln
More file actions
55 lines (55 loc) · 3.55 KB
/
AutoInvest.sln
File metadata and controls
55 lines (55 loc) · 3.55 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.36105.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoInvest", "src\AutoInvest\AutoInvest.csproj", "{4B556CF6-9CB5-4BF1-B4F3-8A3830797F6A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoInvest.Core", "AutoInvest.Core\AutoInvest.Core.csproj", "{EE54036B-F3A3-49C0-84A9-619B41D6388E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoInvest.Services", "AutoInvest.Services\AutoInvest.Services.csproj", "{052728E4-0C96-406E-B8AF-5235BA0E4C18}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoInvestLocal", "AutoInvestLocal\AutoInvestLocal.csproj", "{408DEA3D-1523-40FC-8A5A-2CBDBFD8692A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoInvest.Core.Tests", "AutoInvest.Core.Tests\AutoInvest.Core.Tests.csproj", "{9E599F03-6E00-46A3-B920-9BE812A28E9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoInvest.Services.Tests", "AutoInvest.Services.Tests\AutoInvest.Services.Tests.csproj", "{2FDF38E3-B199-4F6C-A2C8-11B05E4BF52C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B556CF6-9CB5-4BF1-B4F3-8A3830797F6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B556CF6-9CB5-4BF1-B4F3-8A3830797F6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B556CF6-9CB5-4BF1-B4F3-8A3830797F6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B556CF6-9CB5-4BF1-B4F3-8A3830797F6A}.Release|Any CPU.Build.0 = Release|Any CPU
{EE54036B-F3A3-49C0-84A9-619B41D6388E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE54036B-F3A3-49C0-84A9-619B41D6388E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE54036B-F3A3-49C0-84A9-619B41D6388E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE54036B-F3A3-49C0-84A9-619B41D6388E}.Release|Any CPU.Build.0 = Release|Any CPU
{052728E4-0C96-406E-B8AF-5235BA0E4C18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{052728E4-0C96-406E-B8AF-5235BA0E4C18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{052728E4-0C96-406E-B8AF-5235BA0E4C18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{052728E4-0C96-406E-B8AF-5235BA0E4C18}.Release|Any CPU.Build.0 = Release|Any CPU
{408DEA3D-1523-40FC-8A5A-2CBDBFD8692A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{408DEA3D-1523-40FC-8A5A-2CBDBFD8692A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{408DEA3D-1523-40FC-8A5A-2CBDBFD8692A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{408DEA3D-1523-40FC-8A5A-2CBDBFD8692A}.Release|Any CPU.Build.0 = Release|Any CPU
{9E599F03-6E00-46A3-B920-9BE812A28E9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E599F03-6E00-46A3-B920-9BE812A28E9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E599F03-6E00-46A3-B920-9BE812A28E9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E599F03-6E00-46A3-B920-9BE812A28E9C}.Release|Any CPU.Build.0 = Release|Any CPU
{2FDF38E3-B199-4F6C-A2C8-11B05E4BF52C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FDF38E3-B199-4F6C-A2C8-11B05E4BF52C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FDF38E3-B199-4F6C-A2C8-11B05E4BF52C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FDF38E3-B199-4F6C-A2C8-11B05E4BF52C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C5CE71E0-F9AC-47E4-BC56-7DD28215800E}
EndGlobalSection
EndGlobal