Skip to content

Commit 7980c5e

Browse files
committed
Supermarket.Identity
Supermarket.Identity solution added
1 parent aae8368 commit 7980c5e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Supermarket.sln

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ VisualStudioVersion = 15.0.28307.421
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Supermarket", "Supermarket\Supermarket.csproj", "{9E1542C2-FF8A-4204-A463-E1252307BB3D}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Supermarket.Entites", "Supermarket.Entites\Supermarket.Entites.csproj", "{0AB155D2-0A7E-4076-AB13-AD65C3F45858}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Supermarket.Entites", "Supermarket.Entites\Supermarket.Entites.csproj", "{0AB155D2-0A7E-4076-AB13-AD65C3F45858}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Supermarket.Persistent", "Supermarket.Persistent\Supermarket.Persistent.csproj", "{ED1AC56C-0088-4D49-87E0-8889429591CC}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Supermarket.Persistent", "Supermarket.Persistent\Supermarket.Persistent.csproj", "{ED1AC56C-0088-4D49-87E0-8889429591CC}"
11+
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Supermarket.Identity", "Supermarket.Identity\Supermarket.Identity.csproj", "{8AFA5109-A437-409E-A103-40ED92364AE4}"
1113
EndProject
1214
Global
1315
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -27,6 +29,10 @@ Global
2729
{ED1AC56C-0088-4D49-87E0-8889429591CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
2830
{ED1AC56C-0088-4D49-87E0-8889429591CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
2931
{ED1AC56C-0088-4D49-87E0-8889429591CC}.Release|Any CPU.Build.0 = Release|Any CPU
32+
{8AFA5109-A437-409E-A103-40ED92364AE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{8AFA5109-A437-409E-A103-40ED92364AE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
34+
{8AFA5109-A437-409E-A103-40ED92364AE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
35+
{8AFA5109-A437-409E-A103-40ED92364AE4}.Release|Any CPU.Build.0 = Release|Any CPU
3036
EndGlobalSection
3137
GlobalSection(SolutionProperties) = preSolution
3238
HideSolutionNode = FALSE

Supermarket/Supermarket.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
<ItemGroup>
1717
<ProjectReference Include="..\Supermarket.Entites\Supermarket.Entites.csproj" />
18+
<ProjectReference Include="..\Supermarket.Identity\Supermarket.Identity.csproj" />
1819
<ProjectReference Include="..\Supermarket.Persistent\Supermarket.Persistent.csproj" />
1920
</ItemGroup>
2021

Supermarket/Supermarket.csproj.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<Controller_SelectedScaffolderID>MvcControllerEmptyScaffolder</Controller_SelectedScaffolderID>
4+
<Controller_SelectedScaffolderID>ApiControllerEmptyScaffolder</Controller_SelectedScaffolderID>
55
<Controller_SelectedScaffolderCategoryPath>root/Controller</Controller_SelectedScaffolderCategoryPath>
66
<WebStackScaffolding_ControllerDialogWidth>600</WebStackScaffolding_ControllerDialogWidth>
77
<WebStackScaffolding_IsLayoutPageSelected>True</WebStackScaffolding_IsLayoutPageSelected>

0 commit comments

Comments
 (0)