openapi-generator/samples/client/petstore/csharp/compile.bat
2015-05-25 11:44:08 +08:00

4 lines
227 B
Batchfile

SET CSCPATH=%SYSTEMROOT%\Microsoft.NET\Framework\v4.0.30319
%CSCPATH%\csc /reference:bin/Newtonsoft.Json.dll;bin/RestSharp.dll /target:library /out:bin/IO.Swagger.Client.dll /recurse:src\*.cs /doc:bin/IO.Swagger.Client.xml