Skip to content

Commit 8eb13ef

Browse files
rdeveenChrisPulman
andauthored
rename: sampleUsngLocalApi to SampleUsingLocalApi (#1999)
Co-authored-by: Chris Pulman <chris.pulman@yahoo.com>
1 parent acd0af6 commit 8eb13ef

13 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.28307.852
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibraryWithSDKandRefitService", "sampleUsngLocalApi\LibraryWithSDKandRefitService\LibraryWithSDKandRefitService.csproj", "{97A0AF3F-830B-4067-BFC3-0BA7AC6851E7}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibraryWithSDKandRefitService", "SampleUsingLocalApi\LibraryWithSDKandRefitService\LibraryWithSDKandRefitService.csproj", "{97A0AF3F-830B-4067-BFC3-0BA7AC6851E7}"
77
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RestApiForTest", "sampleUsngLocalApi\RestApiforTest\RestApiForTest.csproj", "{1A2E3E56-878E-4D2D-89D3-626DB0825120}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RestApiForTest", "SampleUsingLocalApi\RestApiforTest\RestApiForTest.csproj", "{1A2E3E56-878E-4D2D-89D3-626DB0825120}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleSampleUsingLocalApi", "sampleUsngLocalApi\ConsoleApplication\ConsoleSampleUsingLocalApi.csproj", "{D7F3EC64-7473-4FD3-AB05-D7BE55009BE3}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleSampleUsingLocalApi", "SampleUsingLocalApi\ConsoleApplication\ConsoleSampleUsingLocalApi.csproj", "{D7F3EC64-7473-4FD3-AB05-D7BE55009BE3}"
1111
EndProject
1212
Global
1313
GlobalSection(SolutionConfigurationPlatforms) = preSolution

samples/sampleUsngLocalApi/ConsoleApplication/ConsoleSampleUsingLocalApi.csproj renamed to samples/SampleUsingLocalApi/ConsoleApplication/ConsoleSampleUsingLocalApi.csproj

File renamed without changes.

samples/sampleUsngLocalApi/ConsoleApplication/Program.cs renamed to samples/SampleUsingLocalApi/ConsoleApplication/Program.cs

File renamed without changes.

samples/sampleUsngLocalApi/LibraryWithSDKandRefitService/IRestService.cs renamed to samples/SampleUsingLocalApi/LibraryWithSDKandRefitService/IRestService.cs

File renamed without changes.

samples/sampleUsngLocalApi/LibraryWithSDKandRefitService/LibraryWithSDKandRefitService.csproj renamed to samples/SampleUsingLocalApi/LibraryWithSDKandRefitService/LibraryWithSDKandRefitService.csproj

File renamed without changes.

samples/sampleUsngLocalApi/LibraryWithSDKandRefitService/ModelForTest.cs renamed to samples/SampleUsingLocalApi/LibraryWithSDKandRefitService/ModelForTest.cs

File renamed without changes.

samples/sampleUsngLocalApi/RestApiforTest/Controllers/ValuesController.cs renamed to samples/SampleUsingLocalApi/RestApiforTest/Controllers/ValuesController.cs

File renamed without changes.
File renamed without changes.

samples/sampleUsngLocalApi/RestApiforTest/Properties/launchSettings.json renamed to samples/SampleUsingLocalApi/RestApiforTest/Properties/launchSettings.json

File renamed without changes.

samples/sampleUsngLocalApi/RestApiforTest/RestApiForTest.csproj renamed to samples/SampleUsingLocalApi/RestApiforTest/RestApiForTest.csproj

File renamed without changes.

0 commit comments

Comments
 (0)