1.1 --- a/Server/SharpDisplayManager.csproj Tue Feb 10 17:14:27 2015 +0100
1.2 +++ b/Server/SharpDisplayManager.csproj Sun Mar 15 22:08:30 2015 +0100
1.3 @@ -31,8 +31,8 @@
1.4 <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
1.5 <WebPage>index.htm</WebPage>
1.6 <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
1.7 - <ApplicationRevision>0</ApplicationRevision>
1.8 - <ApplicationVersion>0.2.2.%2a</ApplicationVersion>
1.9 + <ApplicationRevision>1</ApplicationRevision>
1.10 + <ApplicationVersion>0.3.0.%2a</ApplicationVersion>
1.11 <UseApplicationTrust>false</UseApplicationTrust>
1.12 <CreateDesktopShortcut>true</CreateDesktopShortcut>
1.13 <PublishWizardCompleted>true</PublishWizardCompleted>
1.14 @@ -109,6 +109,9 @@
1.15 <Reference Include="NAudio">
1.16 <HintPath>..\packages\NAudio.1.7.2\lib\net35\NAudio.dll</HintPath>
1.17 </Reference>
1.18 + <Reference Include="SharpLibHid">
1.19 + <HintPath>..\packages\SharpLibHid.1.0.0\lib\net20\SharpLibHid.dll</HintPath>
1.20 + </Reference>
1.21 <Reference Include="System" />
1.22 <Reference Include="System.Configuration" />
1.23 <Reference Include="System.Core" />
1.24 @@ -127,6 +130,7 @@
1.25 </ItemGroup>
1.26 <ItemGroup>
1.27 <Compile Include="CbtHook.cs" />
1.28 + <Compile Include="MainFormHid.cs" />
1.29 <Compile Include="NetworkManager.cs" />
1.30 <Compile Include="DialogBox.cs" />
1.31 <Compile Include="Display.cs" />