You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.3 KiB

1 year ago
  1. :: Generated by: https://github.com/swagger-api/swagger-codegen.git
  2. ::
  3. @echo off
  4. SET CSCPATH=%SYSTEMROOT%\Microsoft.NET\Framework\v4.0.30319
  5. if not exist ".\nuget.exe" powershell -Command "(new-object System.Net.WebClient).DownloadFile('https://dist.nuget.org/win-x86-commandline/latest/nuget.exe', '.\nuget.exe')"
  6. <<<<<<< Updated upstream
  7. .\nuget.exe install src\CircleSDK\packages.config -o packages
  8. =======
  9. .\nuget.exe install src\IO.Swagger\packages.config -o packages
  10. >>>>>>> Stashed changes
  11. if not exist ".\bin" mkdir bin
  12. copy packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll bin\Newtonsoft.Json.dll
  13. copy packages\JsonSubTypes.1.2.0\lib\net45\JsonSubTypes.dll bin\JsonSubTypes.dll
  14. copy packages\RestSharp.105.1.0\lib\net45\RestSharp.dll bin\RestSharp.dll
  15. <<<<<<< Updated upstream
  16. %CSCPATH%\csc /reference:bin\Newtonsoft.Json.dll;bin\JsonSubTypes.dll;bin\RestSharp.dll;System.ComponentModel.DataAnnotations.dll /target:library /out:bin\CircleSDK.dll /recurse:src\CircleSDK\*.cs /doc:bin\CircleSDK.xml
  17. =======
  18. %CSCPATH%\csc /reference:bin\Newtonsoft.Json.dll;bin\JsonSubTypes.dll;bin\RestSharp.dll;System.ComponentModel.DataAnnotations.dll /target:library /out:bin\IO.Swagger.dll /recurse:src\IO.Swagger\*.cs /doc:bin\IO.Swagger.xml
  19. >>>>>>> Stashed changes