1
0
Fork 0
mirror of https://github.com/rfc2822/GfxTablet synced 2025-10-03 09:39:16 +02:00
This commit is contained in:
wech71 2018-11-24 14:29:13 +01:00
parent cc4ad72661
commit 82d25349d7
9 changed files with 835 additions and 460 deletions

View file

@ -54,13 +54,25 @@
<Compile Include="GfxTabletSettings.Designer.cs">
<DependentUpon>GfxTabletSettings.cs</DependentUpon>
</Compile>
<Compile Include="GfxTabletTestdialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GfxTabletTestdialog.Designer.cs">
<DependentUpon>GfxTabletTestdialog.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Protocol.cs" />
<Compile Include="TouchInjector.cs" />
<Compile Include="Win32_Windows8Touch_Interop.cs" />
<Compile Include="Win32_MouseSimulator_Interop.cs" />
<Compile Include="Win32Interop.cs" />
<EmbeddedResource Include="GfxTabletSettings.resx">
<DependentUpon>GfxTabletSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GfxTabletTestdialog.resx">
<DependentUpon>GfxTabletTestdialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>