Skip to content

Commit 53ba28c

Browse files
committed
restructure
1 parent e65d18f commit 53ba28c

Some content is hidden

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

55 files changed

+3
-64
lines changed

Xero.Demo.Api.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ VisualStudioVersion = 16.0.31005.135
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Api", "Api", "{B55D2BE1-7C69-4EF0-BBB2-F1B8D0F9C8C4}"
77
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xero.Demo.Api", "src\Api\Coding.Challenge.Api\Xero.Demo.Api.csproj", "{5D8B62B2-549D-44B4-BAEA-D95246B461FA}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xero.Demo.Api", "src\Api\Xero.Demo.Api.csproj", "{5D8B62B2-549D-44B4-BAEA-D95246B461FA}"
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Api.Test", "Api.Test", "{84CAFD70-C5BC-45F5-8066-1898CD37ED15}"
1111
EndProject
12-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xero.Demo.Api.Tests", "src\Api.Test\Coding.Challenge.Api.Tests\Xero.Demo.Api.Tests.csproj", "{7825EF30-568B-428A-8125-C63AA149B101}"
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xero.Demo.Api.Tests", "src\Api.Test\Xero.Demo.Api.Tests.csproj", "{7825EF30-568B-428A-8125-C63AA149B101}"
1313
EndProject
1414
Global
1515
GlobalSection(SolutionConfigurationPlatforms) = preSolution

src/Api.Test/Coding.Challenge.Api.Tests/EndpointsTests/IntegrationTests/ProductControllerTest.cs renamed to src/Api.Test/EndpointsTests/IntegrationTests/ProductControllerTest.cs

File renamed without changes.

src/Api.Test/Coding.Challenge.Api.Tests/EndpointsTests/UnitTests/V1/Products/CreateTest.cs renamed to src/Api.Test/EndpointsTests/UnitTests/V1/Products/CreateTest.cs

File renamed without changes.

src/Api.Test/Coding.Challenge.Api.Tests/EndpointsTests/UnitTests/V1/Products/DeleteTest.cs renamed to src/Api.Test/EndpointsTests/UnitTests/V1/Products/DeleteTest.cs

File renamed without changes.

src/Api.Test/Coding.Challenge.Api.Tests/EndpointsTests/UnitTests/V1/Products/ReadTest.cs renamed to src/Api.Test/EndpointsTests/UnitTests/V1/Products/ReadTest.cs

File renamed without changes.

src/Api.Test/Coding.Challenge.Api.Tests/EndpointsTests/UnitTests/V1/Products/UpdateTest.cs renamed to src/Api.Test/EndpointsTests/UnitTests/V1/Products/UpdateTest.cs

File renamed without changes.

src/Api.Test/Coding.Challenge.Api.Tests/EndpointsTests/UnitTests/V1/TestData/SampleData.cs renamed to src/Api.Test/EndpointsTests/UnitTests/V1/TestData/SampleData.cs

File renamed without changes.

src/Api.Test/Coding.Challenge.Api.Tests/EndpointsTests/UnitTests/V2/Products/CreateTest.cs renamed to src/Api.Test/EndpointsTests/UnitTests/V2/Products/CreateTest.cs

File renamed without changes.

src/Api.Test/Coding.Challenge.Api.Tests/EndpointsTests/UnitTests/V2/TestData/SampleData.cs renamed to src/Api.Test/EndpointsTests/UnitTests/V2/TestData/SampleData.cs

File renamed without changes.

src/Api.Test/Coding.Challenge.Api.Tests/Product.db renamed to src/Api.Test/Product.db

File renamed without changes.

0 commit comments

Comments
 (0)