Partial checkin for enterprise storage to be used for remote desktop services
This commit is contained in:
parent
5783a98f62
commit
029ddd6d7c
26 changed files with 852 additions and 4 deletions
|
@ -85,6 +85,7 @@
|
|||
<Content Include="AutoDiscovery.asmx" />
|
||||
<Content Include="BlackBerry.asmx" />
|
||||
<EmbeddedResource Include="Images\logo.png" />
|
||||
<Content Include="EnterpriseStorage.asmx" />
|
||||
<Content Include="RemoteDesktopServices.asmx" />
|
||||
<Content Include="HeliconZoo.asmx" />
|
||||
<Content Include="LyncServer.asmx" />
|
||||
|
@ -128,6 +129,10 @@
|
|||
<Compile Include="Code\ServerConfiguration.cs" />
|
||||
<Compile Include="Code\ServerUsernameTokenManager.cs" />
|
||||
<Compile Include="Code\UsernameAssertion.cs" />
|
||||
<Compile Include="EnterpriseStorage.asmx.cs">
|
||||
<DependentUpon>EnterpriseStorage.asmx</DependentUpon>
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="RemoteDesktopServices.asmx.cs">
|
||||
<DependentUpon>RemoteDesktopServices.asmx</DependentUpon>
|
||||
<SubType>Component</SubType>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue