RemoteControlSample.csproj
changeset 74 e5e903ee681d
parent 62 bc92e2648220
     1.1 --- a/RemoteControlSample.csproj	Sun Mar 15 12:44:58 2015 +0100
     1.2 +++ b/RemoteControlSample.csproj	Sun Mar 15 14:01:30 2015 +0100
     1.3 @@ -124,25 +124,15 @@
     1.4      <Compile Include="AssemblyInfo.cs">
     1.5        <SubType>Code</SubType>
     1.6      </Compile>
     1.7 -    <Compile Include="HidDevice.cs" />
     1.8 -    <Compile Include="HidEvent.cs" />
     1.9 -    <Compile Include="HidHandler.cs" />
    1.10 -    <Compile Include="HidUsageTables.cs" />
    1.11 -    <Compile Include="HidUtils.cs" />
    1.12      <Compile Include="MainForm.cs">
    1.13        <SubType>Form</SubType>
    1.14      </Compile>
    1.15      <Compile Include="MainForm.Designer.cs">
    1.16        <DependentUpon>MainForm.cs</DependentUpon>
    1.17      </Compile>
    1.18 -    <Compile Include="RawInput.cs" />
    1.19      <Compile Include="RemoteControlDevice.cs">
    1.20        <SubType>Code</SubType>
    1.21      </Compile>
    1.22 -    <Compile Include="Win32AppCommand.cs" />
    1.23 -    <Compile Include="Win32CreateFile.cs" />
    1.24 -    <Compile Include="Win32Hid.cs" />
    1.25 -    <Compile Include="Win32RawInput.cs" />
    1.26      <Content Include="App.ico" />
    1.27    </ItemGroup>
    1.28    <ItemGroup>
    1.29 @@ -162,6 +152,12 @@
    1.30        <DependentUpon>MainForm.cs</DependentUpon>
    1.31      </EmbeddedResource>
    1.32    </ItemGroup>
    1.33 +  <ItemGroup>
    1.34 +    <ProjectReference Include="SharpLibHid.csproj">
    1.35 +      <Project>{4f3f96e6-668a-488e-ba0c-ed249aface9e}</Project>
    1.36 +      <Name>SharpLibHid</Name>
    1.37 +    </ProjectReference>
    1.38 +  </ItemGroup>
    1.39    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    1.40    <PropertyGroup>
    1.41      <PreBuildEvent />