Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Commit 7b7eb44

Browse files
author
kahmingt
committed
Re-organize file structure
1 parent 63f2414 commit 7b7eb44

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+167
-74
lines changed

‎ASP.NET-Core-Web-API.sln‎

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.4.33213.308
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{84134C26-A0F0-4C85-8E3F-E06929491A9D}"
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Database", "_Database", "{577AAB57-D342-45B2-A523-1B59AF6FE747}"
7+
ProjectSection(SolutionItems) = preProject
8+
_Database\Entity_Relationship_Diagram.png = _Database\Entity_Relationship_Diagram.png
9+
_Database\[20230414] Northwind.bacpac = _Database\[20230414] Northwind.bacpac
10+
_Database\[20230414] Northwind.bak = _Database\[20230414] Northwind.bak
11+
EndProjectSection
12+
EndProject
13+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{9DCC39A1-3725-482D-8972-A655E6EA8E65}"
14+
EndProject
15+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "Source\WebApi\WebApi.csproj", "{84134C26-A0F0-4C85-8E3F-E06929491A9D}"
16+
EndProject
17+
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{33EB4D44-F912-4BC1-AA1D-5E6EB881068F}"
718
EndProject
819
Global
920
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,10 +26,17 @@ Global
1526
{84134C26-A0F0-4C85-8E3F-E06929491A9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
1627
{84134C26-A0F0-4C85-8E3F-E06929491A9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
1728
{84134C26-A0F0-4C85-8E3F-E06929491A9D}.Release|Any CPU.Build.0 = Release|Any CPU
29+
{33EB4D44-F912-4BC1-AA1D-5E6EB881068F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30+
{33EB4D44-F912-4BC1-AA1D-5E6EB881068F}.Debug|Any CPU.Build.0 = Debug|Any CPU
31+
{33EB4D44-F912-4BC1-AA1D-5E6EB881068F}.Release|Any CPU.ActiveCfg = Release|Any CPU
32+
{33EB4D44-F912-4BC1-AA1D-5E6EB881068F}.Release|Any CPU.Build.0 = Release|Any CPU
1833
EndGlobalSection
1934
GlobalSection(SolutionProperties) = preSolution
2035
HideSolutionNode = FALSE
2136
EndGlobalSection
37+
GlobalSection(NestedProjects) = preSolution
38+
{84134C26-A0F0-4C85-8E3F-E06929491A9D} = {9DCC39A1-3725-482D-8972-A655E6EA8E65}
39+
EndGlobalSection
2240
GlobalSection(ExtensibilityGlobals) = postSolution
2341
SolutionGuid = {08AAF926-E9C6-46BA-80AF-36BFC9A325A8}
2442
EndGlobalSection
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎WebApi/Area/Product/Controller/ProductController.cs‎ renamed to ‎Source/WebApi/Area/Product/Controller/ProductController.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace WebApi.Area.Product.Controllers
1111
{
12-
[Authorize]
12+
//[Authorize]
1313
[ApiController]
1414
[Route("api/[controller]")]
1515
public class ProductController : ControllerBase
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /