Hush – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 34... Line 34...
34 </PropertyGroup> 34 </PropertyGroup>
35 <PropertyGroup> 35 <PropertyGroup>
36 <ApplicationIcon>hush-icon.ico</ApplicationIcon> 36 <ApplicationIcon>hush-icon.ico</ApplicationIcon>
37 </PropertyGroup> 37 </PropertyGroup>
38 <ItemGroup> 38 <ItemGroup>
-   39 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL">
-   40 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath>
-   41 </Reference>
39 <Reference Include="LZ4, Version=1.0.15.93, Culture=neutral, PublicKeyToken=62e1b5ec1eec9bdd, processorArchitecture=MSIL"> 42 <Reference Include="LZ4, Version=1.0.15.93, Culture=neutral, PublicKeyToken=62e1b5ec1eec9bdd, processorArchitecture=MSIL">
40 <HintPath>..\packages\lz4net.1.0.15.93\lib\net4-client\LZ4.dll</HintPath> 43 <HintPath>..\packages\lz4net.1.0.15.93\lib\net4-client\LZ4.dll</HintPath>
41 </Reference> 44 </Reference>
42 <Reference Include="MQTTnet, Version=2.8.5.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL"> 45 <Reference Include="MQTTnet, Version=2.8.5.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL">
43 <HintPath>..\packages\MQTTnet.2.8.5\lib\net452\MQTTnet.dll</HintPath> 46 <HintPath>..\packages\MQTTnet.2.8.5\lib\net452\MQTTnet.dll</HintPath>
Line 86... Line 89...
86 <SubType>Form</SubType> 89 <SubType>Form</SubType>
87 </Compile> 90 </Compile>
88 <Compile Include="Hush.Designer.cs"> 91 <Compile Include="Hush.Designer.cs">
89 <DependentUpon>Hush.cs</DependentUpon> 92 <DependentUpon>Hush.cs</DependentUpon>
90 </Compile> 93 </Compile>
91 <Compile Include="Lobby\LobbyMessage.cs" /> 94 <Compile Include="Chat\ChatMessage.cs" />
92 <Compile Include="Lobby\LobbyMessageReceivedEventArgs.cs" /> 95 <Compile Include="Chat\ChatMessageReceivedEventArgs.cs" />
93 <Compile Include="Lobby\LobbyMessageSynchronizer.cs" /> 96 <Compile Include="Chat\ChatMessageSynchronizer.cs" />
94 <Compile Include="Natives.cs" /> 97 <Compile Include="Utilities\DllImports.cs" />
95 <Compile Include="Program.cs" /> 98 <Compile Include="Program.cs" />
96 <Compile Include="Properties\AssemblyInfo.cs" /> 99 <Compile Include="Properties\AssemblyInfo.cs" />
97 <Compile Include="Properties\Strings.Designer.cs"> 100 <Compile Include="Properties\Strings.Designer.cs">
98 <AutoGen>True</AutoGen> 101 <AutoGen>True</AutoGen>
99 <DesignTime>True</DesignTime> 102 <DesignTime>True</DesignTime>