WingMan – Diff between revs 7 and 8

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 7 Rev 8
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <PropertyGroup> 4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{274BFD57-CACB-4400-86A6-FAE0CEE9CD74}</ProjectGuid> 7 <ProjectGuid>{274BFD57-CACB-4400-86A6-FAE0CEE9CD74}</ProjectGuid>
8 <OutputType>WinExe</OutputType> 8 <OutputType>WinExe</OutputType>
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>
19 <Optimize>false</Optimize> 21 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath> 22 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport> 24 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel> 25 <WarningLevel>4</WarningLevel>
24 </PropertyGroup> 26 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <PlatformTarget>AnyCPU</PlatformTarget> 28 <PlatformTarget>AnyCPU</PlatformTarget>
27 <DebugType>pdbonly</DebugType> 29 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize> 30 <Optimize>true</Optimize>
29 <OutputPath>bin\Release\</OutputPath> 31 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants> 32 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport> 33 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel> 34 <WarningLevel>4</WarningLevel>
33 </PropertyGroup> 35 </PropertyGroup>
34 <PropertyGroup> 36 <PropertyGroup>
35 <ApplicationIcon>wingman.ico</ApplicationIcon> 37 <ApplicationIcon>wingman.ico</ApplicationIcon>
36 </PropertyGroup> 38 </PropertyGroup>
37 <ItemGroup> 39 <ItemGroup>
38 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL"> 40 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL">
39 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath> 41 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath>
40 </Reference> 42 </Reference>
41 <Reference Include="MQTTnet, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL"> 43 <Reference Include="MQTTnet, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL">
42 <HintPath>..\packages\MQTTnet.2.8.4\lib\net452\MQTTnet.dll</HintPath> 44 <HintPath>..\packages\MQTTnet.2.8.4\lib\net452\MQTTnet.dll</HintPath>
43 </Reference> 45 </Reference>
44 <Reference Include="MQTTnet.Extensions.ManagedClient, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL"> 46 <Reference Include="MQTTnet.Extensions.ManagedClient, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL">
45 <HintPath>..\packages\MQTTnet.Extensions.ManagedClient.2.8.4\lib\net452\MQTTnet.Extensions.ManagedClient.dll</HintPath> 47 <HintPath>..\packages\MQTTnet.Extensions.ManagedClient.2.8.4\lib\net452\MQTTnet.Extensions.ManagedClient.dll</HintPath>
46 </Reference> 48 </Reference>
47 <Reference Include="Open.Nat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f22a6a4582336c76, processorArchitecture=MSIL"> 49 <Reference Include="Open.Nat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f22a6a4582336c76, processorArchitecture=MSIL">
48 <HintPath>..\packages\Open.NAT.2.1.0.0\lib\net45\Open.Nat.dll</HintPath> 50 <HintPath>..\packages\Open.NAT.2.1.0.0\lib\net45\Open.Nat.dll</HintPath>
49 </Reference> 51 </Reference>
50 <Reference Include="SimWinKeyboard, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL"> 52 <Reference Include="SimWinKeyboard, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
51 <HintPath>..\packages\SimWinKeyboard.1.0.2\lib\net20\SimWinKeyboard.dll</HintPath> 53 <HintPath>..\packages\SimWinKeyboard.1.0.2\lib\net20\SimWinKeyboard.dll</HintPath>
52 </Reference> 54 </Reference>
53 <Reference Include="SimWinMouse, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL"> 55 <Reference Include="SimWinMouse, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
54 <HintPath>..\packages\SimWinMouse.1.0.2\lib\net20\SimWinMouse.dll</HintPath> 56 <HintPath>..\packages\SimWinMouse.1.0.2\lib\net20\SimWinMouse.dll</HintPath>
55 </Reference> 57 </Reference>
56 <Reference Include="System" /> 58 <Reference Include="System" />
57 <Reference Include="System.Core" /> 59 <Reference Include="System.Core" />
58 <Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 60 <Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
59 <HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath> 61 <HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
60 </Reference> 62 </Reference>
61 <Reference Include="System.Xml.Linq" /> 63 <Reference Include="System.Xml.Linq" />
62 <Reference Include="System.Data.DataSetExtensions" /> 64 <Reference Include="System.Data.DataSetExtensions" />
63 <Reference Include="Microsoft.CSharp" /> 65 <Reference Include="Microsoft.CSharp" />
64 <Reference Include="System.Data" /> 66 <Reference Include="System.Data" />
65 <Reference Include="System.Deployment" /> 67 <Reference Include="System.Deployment" />
66 <Reference Include="System.Drawing" /> 68 <Reference Include="System.Drawing" />
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" />
77 <Compile Include="Communication\MQTTCommunication.cs" /> 81 <Compile Include="Communication\MQTTCommunication.cs" />
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>
89 </Compile> 94 </Compile>
90 <Compile Include="Program.cs" /> 95 <Compile Include="Program.cs" />
91 <Compile Include="Properties\AssemblyInfo.cs" /> 96 <Compile Include="Properties\AssemblyInfo.cs" />
92 <Compile Include="Properties\Strings.Designer.cs"> 97 <Compile Include="Properties\Strings.Designer.cs">
93 <AutoGen>True</AutoGen> 98 <AutoGen>True</AutoGen>
94 <DesignTime>True</DesignTime> 99 <DesignTime>True</DesignTime>
95 <DependentUpon>Strings.resx</DependentUpon> 100 <DependentUpon>Strings.resx</DependentUpon>
96 </Compile> 101 </Compile>
97 <EmbeddedResource Include="WingManForm.resx"> 102 <EmbeddedResource Include="WingManForm.resx">
98 <DependentUpon>WingManForm.cs</DependentUpon> 103 <DependentUpon>WingManForm.cs</DependentUpon>
99 </EmbeddedResource> 104 </EmbeddedResource>
100 <EmbeddedResource Include="Properties\Resources.resx"> 105 <EmbeddedResource Include="Properties\Resources.resx">
101 <Generator>ResXFileCodeGenerator</Generator> 106 <Generator>ResXFileCodeGenerator</Generator>
102 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 107 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
103 <SubType>Designer</SubType> 108 <SubType>Designer</SubType>
104 </EmbeddedResource> 109 </EmbeddedResource>
105 <Compile Include="Properties\Resources.Designer.cs"> 110 <Compile Include="Properties\Resources.Designer.cs">
106 <AutoGen>True</AutoGen> 111 <AutoGen>True</AutoGen>
107 <DependentUpon>Resources.resx</DependentUpon> 112 <DependentUpon>Resources.resx</DependentUpon>
108 </Compile> 113 </Compile>
109 <EmbeddedResource Include="Properties\Strings.resx"> 114 <EmbeddedResource Include="Properties\Strings.resx">
110 <Generator>ResXFileCodeGenerator</Generator> 115 <Generator>ResXFileCodeGenerator</Generator>
111 <LastGenOutput>Strings.Designer.cs</LastGenOutput> 116 <LastGenOutput>Strings.Designer.cs</LastGenOutput>
112 </EmbeddedResource> 117 </EmbeddedResource>
113 <None Include="packages.config" /> 118 <None Include="packages.config" />
114 <None Include="Properties\Settings.settings"> 119 <None Include="Properties\Settings.settings">
115 <Generator>SettingsSingleFileGenerator</Generator> 120 <Generator>SettingsSingleFileGenerator</Generator>
116 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 121 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
117 </None> 122 </None>
118 <Compile Include="Properties\Settings.Designer.cs"> 123 <Compile Include="Properties\Settings.Designer.cs">
119 <AutoGen>True</AutoGen> 124 <AutoGen>True</AutoGen>
120 <DependentUpon>Settings.settings</DependentUpon> 125 <DependentUpon>Settings.settings</DependentUpon>
121 <DesignTimeSharedInput>True</DesignTimeSharedInput> 126 <DesignTimeSharedInput>True</DesignTimeSharedInput>
122 </Compile> 127 </Compile>
123 </ItemGroup> 128 </ItemGroup>
124 <ItemGroup> 129 <ItemGroup>
125 <None Include="App.config" /> 130 <None Include="App.config" />
126 </ItemGroup> 131 </ItemGroup>
127 <ItemGroup> 132 <ItemGroup>
128 <Content Include="wingman.ico" /> 133 <Content Include="wingman.ico" />
129 </ItemGroup> 134 </ItemGroup>
130 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 135 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
131 </Project> 136 </Project>
132   137  
133
Generated by GNU Enscript 1.6.5.90.
138
Generated by GNU Enscript 1.6.5.90.
134   139  
135   140  
136   141