SharpLibHid.csproj
changeset 79 cdc5f8f1b79e
parent 74 e5e903ee681d
child 82 312160defeac
     1.1 --- a/SharpLibHid.csproj	Sun Mar 15 16:56:31 2015 +0100
     1.2 +++ b/SharpLibHid.csproj	Sun Mar 15 20:25:58 2015 +0100
     1.3 @@ -42,17 +42,27 @@
     1.4      <Reference Include="System.Xml" />
     1.5    </ItemGroup>
     1.6    <ItemGroup>
     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="Hid\HidDevice.cs">
    1.13 +      <SubType>Code</SubType>
    1.14 +    </Compile>
    1.15 +    <Compile Include="Hid\HidEvent.cs">
    1.16 +      <SubType>Code</SubType>
    1.17 +    </Compile>
    1.18 +    <Compile Include="Hid\HidHandler.cs">
    1.19 +      <SubType>Code</SubType>
    1.20 +    </Compile>
    1.21 +    <Compile Include="Hid\HidUsageTables.cs">
    1.22 +      <SubType>Code</SubType>
    1.23 +    </Compile>
    1.24 +    <Compile Include="Hid\HidUtils.cs">
    1.25 +      <SubType>Code</SubType>
    1.26 +    </Compile>
    1.27      <Compile Include="Properties\AssemblyInfo.cs" />
    1.28 -    <Compile Include="RawInput.cs" />
    1.29 -    <Compile Include="Win32AppCommand.cs" />
    1.30 -    <Compile Include="Win32CreateFile.cs" />
    1.31 -    <Compile Include="Win32Hid.cs" />
    1.32 -    <Compile Include="Win32RawInput.cs" />
    1.33 +    <Compile Include="Win32\RawInput.cs" />
    1.34 +    <Compile Include="Win32\Win32AppCommand.cs" />
    1.35 +    <Compile Include="Win32\Win32CreateFile.cs" />
    1.36 +    <Compile Include="Win32\Win32Hid.cs" />
    1.37 +    <Compile Include="Win32\Win32RawInput.cs" />
    1.38    </ItemGroup>
    1.39    <ItemGroup>
    1.40      <COMReference Include="stdole">