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