WingMan – Diff between revs 7 and 8

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 7 Rev 8
Line 9... Line 9...
9 <RootNamespace>WingMan</RootNamespace> 9 <RootNamespace>WingMan</RootNamespace>
10 <AssemblyName>WingMan</AssemblyName> 10 <AssemblyName>WingMan</AssemblyName>
11 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> 11 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12 <FileAlignment>512</FileAlignment> 12 <FileAlignment>512</FileAlignment>
13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> 13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
-   14 <NuGetPackageImportStamp>
-   15 </NuGetPackageImportStamp>
14 </PropertyGroup> 16 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <PlatformTarget>AnyCPU</PlatformTarget> 18 <PlatformTarget>AnyCPU</PlatformTarget>
17 <DebugSymbols>true</DebugSymbols> 19 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType> 20 <DebugType>full</DebugType>
Line 67... Line 69...
67 <Reference Include="System.Net.Http" /> 69 <Reference Include="System.Net.Http" />
68 <Reference Include="System.Windows.Forms" /> 70 <Reference Include="System.Windows.Forms" />
69 <Reference Include="System.Xml" /> 71 <Reference Include="System.Xml" />
70 </ItemGroup> 72 </ItemGroup>
71 <ItemGroup> 73 <ItemGroup>
-   74 <Compile Include="Communication\TrackedClient.cs" />
-   75 <Compile Include="Communication\TrackedClients.cs" />
72 <Compile Include="Lobby\LobbyMessageReceivedEventArgs.cs" /> 76 <Compile Include="Lobby\LobbyMessageReceivedEventArgs.cs" />
73 <Compile Include="Lobby\LobbyMessageSynchronizer.cs" /> 77 <Compile Include="Lobby\LobbyMessageSynchronizer.cs" />
74 <Compile Include="MouseKey\MouseKeyBindingExchange.cs" /> 78 <Compile Include="MouseKey\MouseKeyBindingExchange.cs" />
75 <Compile Include="MouseKey\MouseKeyBindingsSynchronizedEventArgs.cs" /> 79 <Compile Include="MouseKey\MouseKeyBindingsSynchronizedEventArgs.cs" />
76 <Compile Include="MouseKey\MouseKeyBindingsSynchronizer.cs" /> 80 <Compile Include="MouseKey\MouseKeyBindingsSynchronizer.cs" />
Line 78... Line 82...
78 <Compile Include="MouseKey\MouseKeyBinding.cs" /> 82 <Compile Include="MouseKey\MouseKeyBinding.cs" />
79 <Compile Include="MouseKey\MouseKeyBindings.cs" /> 83 <Compile Include="MouseKey\MouseKeyBindings.cs" />
80 <Compile Include="MouseKey\MouseKeyBindingsExchange.cs" /> 84 <Compile Include="MouseKey\MouseKeyBindingsExchange.cs" />
81 <Compile Include="Lobby\LobbyMessage.cs" /> 85 <Compile Include="Lobby\LobbyMessage.cs" />
82 <Compile Include="Communication\MQTTCommunicationType.cs" /> 86 <Compile Include="Communication\MQTTCommunicationType.cs" />
83 <Compile Include="Utilities.cs" /> 87 <Compile Include="Utilities\AES.cs" />
-   88 <Compile Include="Utilities\KeyConversion.cs" />
84 <Compile Include="WingManForm.cs"> 89 <Compile Include="WingManForm.cs">
85 <SubType>Form</SubType> 90 <SubType>Form</SubType>
86 </Compile> 91 </Compile>
87 <Compile Include="WingManForm.Designer.cs"> 92 <Compile Include="WingManForm.Designer.cs">
88 <DependentUpon>WingManForm.cs</DependentUpon> 93 <DependentUpon>WingManForm.cs</DependentUpon>