Skip to content

Commit 414d57b

Browse files
committed
placed samples in right folder.
1 parent aa4cc93 commit 414d57b

37 files changed

+6
-6
lines changed

bin/aspnetcore-petstore-server-interfaces.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ fi
2626

2727
# if you've executed sbt assembly previously it will use that instead.
2828
export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -Dlogback.configurationFile=bin/logback.xml"
29-
ags="$@ generate -l aspnetcore -i modules/swagger-codegen/src/test/resources/3_0_0/petstore.yaml -o samples/server/petstore/aspnetcore-interca-only --interface-only"
29+
ags="$@ generate -l aspnetcore -i modules/swagger-codegen/src/test/resources/3_0_0/petstore.yaml -o samples/server/petstore/aspnetcore-interface-only --interface-only"
3030

3131
java $JAVA_OPTS -jar $executable $ags
File renamed without changes.
File renamed without changes.

samples/server/petstore/aspnetcore-interca-only/IO.Swagger.sln renamed to samples/server/petstore/aspnetcore-interface-only/IO.Swagger.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
# Visual Studio 15
33
VisualStudioVersion = 15.0.26114.2
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "IO.Swagger", "src\IO.Swagger\IO.Swagger.csproj", "{4C328886-C5FF-43F5-9E4C-76147DC6A4F8}"
5+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "IO.Swagger", "src\IO.Swagger\IO.Swagger.csproj", "{A899BD96-9826-4AAB-A23A-C6E76B199AA1}"
66
EndProject
77
Global
88
GlobalSection(SolutionConfigurationPlatforms) = preSolution
99
Debug|Any CPU = Debug|Any CPU
1010
Release|Any CPU = Release|Any CPU
1111
EndGlobalSection
1212
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13-
{4C328886-C5FF-43F5-9E4C-76147DC6A4F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{4C328886-C5FF-43F5-9E4C-76147DC6A4F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{4C328886-C5FF-43F5-9E4C-76147DC6A4F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{4C328886-C5FF-43F5-9E4C-76147DC6A4F8}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{A899BD96-9826-4AAB-A23A-C6E76B199AA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{A899BD96-9826-4AAB-A23A-C6E76B199AA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{A899BD96-9826-4AAB-A23A-C6E76B199AA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{A899BD96-9826-4AAB-A23A-C6E76B199AA1}.Release|Any CPU.Build.0 = Release|Any CPU
1717
EndGlobalSection
1818
GlobalSection(SolutionProperties) = preSolution
1919
HideSolutionNode = FALSE
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)