mirror of
https://github.com/XFox111/MuiCharts.git
synced 2026-04-22 06:51:05 +03:00
Added ASP.NET backend with SQLite
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.5.002.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MuiCharts.Domain", "MuiCharts.Domain\MuiCharts.Domain.csproj", "{46BF0964-24CC-4757-9A10-9F29F6CCA9E7}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MuiCharts.Api", "MuiCharts.Api\MuiCharts.Api.csproj", "{E0B3F765-138A-4784-8349-C45E8F0673E0}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MuiCharts.Infrastructure", "MuiCharts.Infrastructure\MuiCharts.Infrastructure.csproj", "{810B3986-E864-4B7F-BFCF-B849FD950C99}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MuiCharts.Contracts", "MuiCharts.Contracts\MuiCharts.Contracts.csproj", "{21E46377-9EF8-4981-8593-CEFEE3A3CBB6}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{46BF0964-24CC-4757-9A10-9F29F6CCA9E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{46BF0964-24CC-4757-9A10-9F29F6CCA9E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{46BF0964-24CC-4757-9A10-9F29F6CCA9E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{46BF0964-24CC-4757-9A10-9F29F6CCA9E7}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E0B3F765-138A-4784-8349-C45E8F0673E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{E0B3F765-138A-4784-8349-C45E8F0673E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E0B3F765-138A-4784-8349-C45E8F0673E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E0B3F765-138A-4784-8349-C45E8F0673E0}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{810B3986-E864-4B7F-BFCF-B849FD950C99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{810B3986-E864-4B7F-BFCF-B849FD950C99}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{810B3986-E864-4B7F-BFCF-B849FD950C99}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{810B3986-E864-4B7F-BFCF-B849FD950C99}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{21E46377-9EF8-4981-8593-CEFEE3A3CBB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{21E46377-9EF8-4981-8593-CEFEE3A3CBB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{21E46377-9EF8-4981-8593-CEFEE3A3CBB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{21E46377-9EF8-4981-8593-CEFEE3A3CBB6}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {2FAC24E8-FCA3-4D28-A826-031825B5A057}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user