Initial project's source code check-in.
This commit is contained in:
commit
b03b0b373f
4573 changed files with 981205 additions and 0 deletions
8
WebsitePanel/Sources/generate_server_proxies.bat
Normal file
8
WebsitePanel/Sources/generate_server_proxies.bat
Normal file
|
@ -0,0 +1,8 @@
|
|||
SET WSDL="C:\Program Files (x86)\Microsoft WSE\v3.0\Tools\WseWsdl3.exe"
|
||||
SET WSE_CLEAN=..\Tools\WseClean.exe
|
||||
SET SERVER_URL=http://localhost:9003
|
||||
|
||||
%WSDL% %SERVER_URL%/VirtualizationServerForPrivateCloud.asmx /out:.\WebsitePanel.Server.Client\VirtualizationServerForPrivateCloudProxy.cs /namespace:WebsitePanel.Providers.VirtualizationForPC /type:webClient /fields
|
||||
%WSE_CLEAN% .\WebsitePanel.Server.Client\VirtualizationServerForPrivateCloudProxy.cs
|
||||
|
||||
pause
|
Loading…
Add table
Add a link
Reference in a new issue