WingMan – Diff between revs 2 and 4

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 4
Line 30... Line 30...
30 <DefineConstants>TRACE</DefineConstants> 30 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport> 31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel> 32 <WarningLevel>4</WarningLevel>
33 </PropertyGroup> 33 </PropertyGroup>
34 <ItemGroup> 34 <ItemGroup>
35 <Reference Include="MonoGameEasyInput, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 35 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL">
36 <HintPath>..\packages\MonoGame.EasyInput.1.0.0\lib\monogame.easyinput\MonoGameEasyInput.dll</HintPath> 36 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath>
37 </Reference> 37 </Reference>
38 <Reference Include="MQTTnet, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL"> 38 <Reference Include="MQTTnet, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL">
39 <HintPath>..\packages\MQTTnet.2.8.4\lib\net452\MQTTnet.dll</HintPath> 39 <HintPath>..\packages\MQTTnet.2.8.4\lib\net452\MQTTnet.dll</HintPath>
40 </Reference> 40 </Reference>
41 <Reference Include="MQTTnet.Extensions.ManagedClient, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL"> 41 <Reference Include="MQTTnet.Extensions.ManagedClient, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL">
Line 62... Line 62...
62 <Reference Include="System.Windows.Forms" /> 62 <Reference Include="System.Windows.Forms" />
63 <Reference Include="System.Xml" /> 63 <Reference Include="System.Xml" />
64 </ItemGroup> 64 </ItemGroup>
65 <ItemGroup> 65 <ItemGroup>
66 <Compile Include="Communication\MQTTClient.cs" /> 66 <Compile Include="Communication\MQTTClient.cs" />
-   67 <Compile Include="HelmBinding.cs" />
-   68 <Compile Include="HelmBindings.cs" />
67 <Compile Include="LobbyMessage.cs" /> 69 <Compile Include="LobbyMessage.cs" />
68 <Compile Include="WingManForm.cs"> 70 <Compile Include="WingManForm.cs">
69 <SubType>Form</SubType> 71 <SubType>Form</SubType>
70 </Compile> 72 </Compile>
71 <Compile Include="WingManForm.Designer.cs"> 73 <Compile Include="WingManForm.Designer.cs">
Line 94... Line 96...
94 <EmbeddedResource Include="Properties\Strings.resx"> 96 <EmbeddedResource Include="Properties\Strings.resx">
95 <Generator>ResXFileCodeGenerator</Generator> 97 <Generator>ResXFileCodeGenerator</Generator>
96 <LastGenOutput>Strings.Designer.cs</LastGenOutput> 98 <LastGenOutput>Strings.Designer.cs</LastGenOutput>
97 </EmbeddedResource> 99 </EmbeddedResource>
98 <None Include="packages.config" /> 100 <None Include="packages.config" />
-   101 <None Include="Properties\DataSources\KeyComboBindings.datasource" />
99 <None Include="Properties\Settings.settings"> 102 <None Include="Properties\Settings.settings">
100 <Generator>SettingsSingleFileGenerator</Generator> 103 <Generator>SettingsSingleFileGenerator</Generator>
101 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 104 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
102 </None> 105 </None>
103 <Compile Include="Properties\Settings.Designer.cs"> 106 <Compile Include="Properties\Settings.Designer.cs">