-
Notifications
You must be signed in to change notification settings - Fork 0
/
PSISmartSaver.sln
48 lines (48 loc) · 2.83 KB
/
PSISmartSaver.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
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartSaver.Domain", "SmartSaver.Domain\SmartSaver.Domain.csproj", "{FB018E98-DD7F-4277-9F7D-E6DC1958B38D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartSaver.EntityFrameworkCore", "SmartSaver.EntityFrameworkCore\SmartSaver.EntityFrameworkCore.csproj", "{BD32984B-6ECD-431D-A2AA-2973B0A099EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartSaver.MVC", "SmartSaver.MVC\SmartSaver.MVC.csproj", "{CF8278DD-925A-43B0-8F5D-9B864FD1CFD7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E5E67534-76CA-455F-BEEE-739D237E6AED}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartSaver.WebApi", "SmartSaver.WebApi\SmartSaver.WebApi.csproj", "{9E340790-AD7D-4988-AAAA-49E2C3C0FD50}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FB018E98-DD7F-4277-9F7D-E6DC1958B38D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB018E98-DD7F-4277-9F7D-E6DC1958B38D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB018E98-DD7F-4277-9F7D-E6DC1958B38D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB018E98-DD7F-4277-9F7D-E6DC1958B38D}.Release|Any CPU.Build.0 = Release|Any CPU
{BD32984B-6ECD-431D-A2AA-2973B0A099EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD32984B-6ECD-431D-A2AA-2973B0A099EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD32984B-6ECD-431D-A2AA-2973B0A099EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD32984B-6ECD-431D-A2AA-2973B0A099EC}.Release|Any CPU.Build.0 = Release|Any CPU
{CF8278DD-925A-43B0-8F5D-9B864FD1CFD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF8278DD-925A-43B0-8F5D-9B864FD1CFD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF8278DD-925A-43B0-8F5D-9B864FD1CFD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF8278DD-925A-43B0-8F5D-9B864FD1CFD7}.Release|Any CPU.Build.0 = Release|Any CPU
{9E340790-AD7D-4988-AAAA-49E2C3C0FD50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E340790-AD7D-4988-AAAA-49E2C3C0FD50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E340790-AD7D-4988-AAAA-49E2C3C0FD50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E340790-AD7D-4988-AAAA-49E2C3C0FD50}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0640844F-0EB6-4F93-9C19-A8742185ED54}
EndGlobalSection
EndGlobal