Loading Samples/XboxWdpDriver/XboxWdpDriver.csproj +86 −81 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ <StyleCopTreatErrorsAsWarnings>True</StyleCopTreatErrorsAsWarnings> <StyleCopTargetsDir>$(registry:HKEY_LOCAL_MACHINE\Software\CodePlex\StyleCop@TargetsDir)</StyleCopTargetsDir> <TargetFrameworkProfile /> <TargetPlatformVersion>8.0</TargetPlatformVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> Loading @@ -40,6 +41,9 @@ <ItemGroup> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Reflection.Metadata"> <HintPath>..\..\..\..\.nuget\packages\system.reflection.metadata\1.0.22\lib\dotnet\System.Reflection.Metadata.dll</HintPath> </Reference> <Reference Include="System.Xml.Linq" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Net.Http" /> Loading @@ -47,6 +51,7 @@ <Reference Include="Windows.Foundation.UniversalApiContract"> <HintPath>C:\Program Files (x86)\Windows Kits\10\References\Windows.Foundation.UniversalApiContract\2.0.0.0\Windows.Foundation.UniversalApiContract.winmd</HintPath> </Reference> <Reference Include="Windows.Security" /> </ItemGroup> <ItemGroup> <Compile Include="CredManager.cs" /> Loading Loading
Samples/XboxWdpDriver/XboxWdpDriver.csproj +86 −81 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ <StyleCopTreatErrorsAsWarnings>True</StyleCopTreatErrorsAsWarnings> <StyleCopTargetsDir>$(registry:HKEY_LOCAL_MACHINE\Software\CodePlex\StyleCop@TargetsDir)</StyleCopTargetsDir> <TargetFrameworkProfile /> <TargetPlatformVersion>8.0</TargetPlatformVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> Loading @@ -40,6 +41,9 @@ <ItemGroup> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Reflection.Metadata"> <HintPath>..\..\..\..\.nuget\packages\system.reflection.metadata\1.0.22\lib\dotnet\System.Reflection.Metadata.dll</HintPath> </Reference> <Reference Include="System.Xml.Linq" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Net.Http" /> Loading @@ -47,6 +51,7 @@ <Reference Include="Windows.Foundation.UniversalApiContract"> <HintPath>C:\Program Files (x86)\Windows Kits\10\References\Windows.Foundation.UniversalApiContract\2.0.0.0\Windows.Foundation.UniversalApiContract.winmd</HintPath> </Reference> <Reference Include="Windows.Security" /> </ItemGroup> <ItemGroup> <Compile Include="CredManager.cs" /> Loading