Add project files.

This commit is contained in:
2021-02-12 08:09:38 +01:00
parent 1644fce30a
commit fcad75f530
33 changed files with 2768 additions and 0 deletions

43
MyStocksApp.sln Normal file
View File

@ -0,0 +1,43 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyStocks", "MyStocks\MyStocks.csproj", "{B72206DB-4BA5-4C74-B61D-8CCAB6DA9634}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StockDal", "StockDal\StockDal.csproj", "{4A000259-9A8E-4A83-BDCF-40D06A2EE6CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StockDal.Interface", "StockDal.Interface\StockDal.Interface.csproj", "{3E23C2D6-3257-42B1-A6DF-F6F7B7E71B17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StockDomain", "StockDomain\StockDomain.csproj", "{A4B17E50-0FF3-4B94-81F8-E7AAB3D333DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B72206DB-4BA5-4C74-B61D-8CCAB6DA9634}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B72206DB-4BA5-4C74-B61D-8CCAB6DA9634}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B72206DB-4BA5-4C74-B61D-8CCAB6DA9634}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B72206DB-4BA5-4C74-B61D-8CCAB6DA9634}.Release|Any CPU.Build.0 = Release|Any CPU
{4A000259-9A8E-4A83-BDCF-40D06A2EE6CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A000259-9A8E-4A83-BDCF-40D06A2EE6CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A000259-9A8E-4A83-BDCF-40D06A2EE6CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A000259-9A8E-4A83-BDCF-40D06A2EE6CF}.Release|Any CPU.Build.0 = Release|Any CPU
{3E23C2D6-3257-42B1-A6DF-F6F7B7E71B17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E23C2D6-3257-42B1-A6DF-F6F7B7E71B17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E23C2D6-3257-42B1-A6DF-F6F7B7E71B17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E23C2D6-3257-42B1-A6DF-F6F7B7E71B17}.Release|Any CPU.Build.0 = Release|Any CPU
{A4B17E50-0FF3-4B94-81F8-E7AAB3D333DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4B17E50-0FF3-4B94-81F8-E7AAB3D333DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4B17E50-0FF3-4B94-81F8-E7AAB3D333DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4B17E50-0FF3-4B94-81F8-E7AAB3D333DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {782C8C8E-4779-4501-8551-F139EECBE385}
EndGlobalSection
EndGlobal