Skip to content

Commit

Permalink
placed samples in right folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMario committed Jun 27, 2019
1 parent aa4cc93 commit 414d57b
Show file tree
Hide file tree
Showing 37 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bin/aspnetcore-petstore-server-interfaces.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ fi

# if you've executed sbt assembly previously it will use that instead.
export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -Dlogback.configurationFile=bin/logback.xml"
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"
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"

java $JAVA_OPTS -jar $executable $ags
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
# Visual Studio 15
VisualStudioVersion = 15.0.26114.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "IO.Swagger", "src\IO.Swagger\IO.Swagger.csproj", "{4C328886-C5FF-43F5-9E4C-76147DC6A4F8}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "IO.Swagger", "src\IO.Swagger\IO.Swagger.csproj", "{A899BD96-9826-4AAB-A23A-C6E76B199AA1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C328886-C5FF-43F5-9E4C-76147DC6A4F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C328886-C5FF-43F5-9E4C-76147DC6A4F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C328886-C5FF-43F5-9E4C-76147DC6A4F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C328886-C5FF-43F5-9E4C-76147DC6A4F8}.Release|Any CPU.Build.0 = Release|Any CPU
{A899BD96-9826-4AAB-A23A-C6E76B199AA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A899BD96-9826-4AAB-A23A-C6E76B199AA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A899BD96-9826-4AAB-A23A-C6E76B199AA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A899BD96-9826-4AAB-A23A-C6E76B199AA1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 414d57b

Please sign in to comment.