1.1 --- a/RemoteControlSample.csproj Mon Dec 22 11:40:23 2014 +0100
1.2 +++ b/RemoteControlSample.csproj Mon Dec 22 11:43:55 2014 +0100
1.3 @@ -124,13 +124,13 @@
1.4 <Compile Include="AssemblyInfo.cs">
1.5 <SubType>Code</SubType>
1.6 </Compile>
1.7 - <Compile Include="Form1.cs">
1.8 - <SubType>Form</SubType>
1.9 - </Compile>
1.10 <Compile Include="HidDevice.cs" />
1.11 <Compile Include="HidEvent.cs" />
1.12 <Compile Include="HidHandler.cs" />
1.13 <Compile Include="HidUsageTables.cs" />
1.14 + <Compile Include="MainForm.cs">
1.15 + <SubType>Form</SubType>
1.16 + </Compile>
1.17 <Compile Include="RawInput.cs" />
1.18 <Compile Include="RemoteControlDevice.cs">
1.19 <SubType>Code</SubType>
1.20 @@ -139,9 +139,6 @@
1.21 <Compile Include="Win32Hid.cs" />
1.22 <Compile Include="Win32RawInput.cs" />
1.23 <Content Include="App.ico" />
1.24 - <EmbeddedResource Include="Form1.resx">
1.25 - <DependentUpon>Form1.cs</DependentUpon>
1.26 - </EmbeddedResource>
1.27 </ItemGroup>
1.28 <ItemGroup>
1.29 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
1.30 @@ -155,6 +152,11 @@
1.31 <Install>true</Install>
1.32 </BootstrapperPackage>
1.33 </ItemGroup>
1.34 + <ItemGroup>
1.35 + <EmbeddedResource Include="MainForm.resx">
1.36 + <DependentUpon>MainForm.cs</DependentUpon>
1.37 + </EmbeddedResource>
1.38 + </ItemGroup>
1.39 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1.40 <PropertyGroup>
1.41 <PreBuildEvent />