Loading WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/DevicePortal.cs +3 −0 Original line number Diff line number Diff line Loading @@ -156,6 +156,9 @@ namespace Microsoft.Tools.WindowsDevicePortal } } public XboxDevicePortal Xbox = new XboxDevicePortal(); /// <summary> /// Connects to the device pointed to by IDevicePortalConnection provided in the constructor. /// </summary> Loading WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/DevicePortalNamespace.cs 0 → 100644 +8 −0 Original line number Diff line number Diff line namespace Microsoft.Tools.WindowsDevicePortal { public class DevicePortalNamespace : DevicePortal { } } No newline at end of file WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/WindowsDevicePortalWrapper.Shared.projitems +2 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ <Compile Include="$(MSBuildThisFileDirectory)Core\WindowsErrorReporting.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Core\WindowsPerformanceRecorder.cs" /> <Compile Include="$(MSBuildThisFileDirectory)DevicePortal.cs" /> <Compile Include="$(MSBuildThisFileDirectory)DevicePortalNamespace.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Events\ApplicationInstallStatus.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Events\ConnectionStatus.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Events\WebSocketMessageReceivedEventArgs.cs" /> Loading @@ -45,6 +46,7 @@ <Compile Include="$(MSBuildThisFileDirectory)HttpRest\WebSocket.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Interfaces\IDevicePortalConnection.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Utilities.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Xbox\XboxDevicePortal.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Xbox\XboxLiveSandbox.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Xbox\SmbShare.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Xbox\UserManagement.cs" /> Loading WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/Xbox/XboxDevicePortal.cs 0 → 100644 +6 −0 Original line number Diff line number Diff line namespace Microsoft.Tools.WindowsDevicePortal { public partial class XboxDevicePortal : DevicePortalNamespace { } } No newline at end of file WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/Xbox/XboxSettings.cs +2 −1 Original line number Diff line number Diff line Loading @@ -9,13 +9,14 @@ using System.Collections.Generic; using System.IO; using System.Runtime.Serialization; using System.Threading.Tasks; using static Microsoft.Tools.WindowsDevicePortal.DevicePortal; namespace Microsoft.Tools.WindowsDevicePortal { /// <content> /// XboxSettings Wrappers /// </content> public partial class DevicePortal public partial class XboxDevicePortal { /// <summary> /// Endpoint for Xbox settings management REST calls. Loading WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.UniversalWindows/WindowsDevicePortalWrapper.UniversalWindows.csproj +1 −1 File changed.Contains only whitespace changes. Show changes Loading
WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/DevicePortal.cs +3 −0 Original line number Diff line number Diff line Loading @@ -156,6 +156,9 @@ namespace Microsoft.Tools.WindowsDevicePortal } } public XboxDevicePortal Xbox = new XboxDevicePortal(); /// <summary> /// Connects to the device pointed to by IDevicePortalConnection provided in the constructor. /// </summary> Loading
WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/DevicePortalNamespace.cs 0 → 100644 +8 −0 Original line number Diff line number Diff line namespace Microsoft.Tools.WindowsDevicePortal { public class DevicePortalNamespace : DevicePortal { } } No newline at end of file
WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/WindowsDevicePortalWrapper.Shared.projitems +2 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ <Compile Include="$(MSBuildThisFileDirectory)Core\WindowsErrorReporting.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Core\WindowsPerformanceRecorder.cs" /> <Compile Include="$(MSBuildThisFileDirectory)DevicePortal.cs" /> <Compile Include="$(MSBuildThisFileDirectory)DevicePortalNamespace.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Events\ApplicationInstallStatus.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Events\ConnectionStatus.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Events\WebSocketMessageReceivedEventArgs.cs" /> Loading @@ -45,6 +46,7 @@ <Compile Include="$(MSBuildThisFileDirectory)HttpRest\WebSocket.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Interfaces\IDevicePortalConnection.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Utilities.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Xbox\XboxDevicePortal.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Xbox\XboxLiveSandbox.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Xbox\SmbShare.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Xbox\UserManagement.cs" /> Loading
WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/Xbox/XboxDevicePortal.cs 0 → 100644 +6 −0 Original line number Diff line number Diff line namespace Microsoft.Tools.WindowsDevicePortal { public partial class XboxDevicePortal : DevicePortalNamespace { } } No newline at end of file
WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/Xbox/XboxSettings.cs +2 −1 Original line number Diff line number Diff line Loading @@ -9,13 +9,14 @@ using System.Collections.Generic; using System.IO; using System.Runtime.Serialization; using System.Threading.Tasks; using static Microsoft.Tools.WindowsDevicePortal.DevicePortal; namespace Microsoft.Tools.WindowsDevicePortal { /// <content> /// XboxSettings Wrappers /// </content> public partial class DevicePortal public partial class XboxDevicePortal { /// <summary> /// Endpoint for Xbox settings management REST calls. Loading
WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.UniversalWindows/WindowsDevicePortalWrapper.UniversalWindows.csproj +1 −1 File changed.Contains only whitespace changes. Show changes