-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLewisFam.Stocks.sln
37 lines (37 loc) · 2.1 KB
/
LewisFam.Stocks.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LewisFam.Stocks", "src\LewisFam.Stocks\LewisFam.Stocks.csproj", "{0E5577A7-B1D5-4D25-87FE-A85D3B2A04A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LewisFam.Stocks.Data", "src\LewisFam.Stocks.Data\LewisFam.Stocks.Data.csproj", "{8AD21122-C6E6-4DEB-B4C8-BF1D90EDE176}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LewisFam.StocksTests", "src\LewisFam.StocksTests\LewisFam.StocksTests.csproj", "{68F692D1-8466-4C04-959D-138465C7DDEB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E5577A7-B1D5-4D25-87FE-A85D3B2A04A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E5577A7-B1D5-4D25-87FE-A85D3B2A04A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E5577A7-B1D5-4D25-87FE-A85D3B2A04A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E5577A7-B1D5-4D25-87FE-A85D3B2A04A2}.Release|Any CPU.Build.0 = Release|Any CPU
{8AD21122-C6E6-4DEB-B4C8-BF1D90EDE176}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AD21122-C6E6-4DEB-B4C8-BF1D90EDE176}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AD21122-C6E6-4DEB-B4C8-BF1D90EDE176}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AD21122-C6E6-4DEB-B4C8-BF1D90EDE176}.Release|Any CPU.Build.0 = Release|Any CPU
{68F692D1-8466-4C04-959D-138465C7DDEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68F692D1-8466-4C04-959D-138465C7DDEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68F692D1-8466-4C04-959D-138465C7DDEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68F692D1-8466-4C04-959D-138465C7DDEB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {620A4DA1-665E-4934-B5F5-51CDD92529FB}
EndGlobalSection
EndGlobal