WingMan – Diff between revs 14 and 19

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 14 Rev 19
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> 14 <NuGetPackageImportStamp>
15 </NuGetPackageImportStamp> 15 </NuGetPackageImportStamp>
16 </PropertyGroup> 16 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <PlatformTarget>AnyCPU</PlatformTarget> 18 <PlatformTarget>AnyCPU</PlatformTarget>
19 <DebugSymbols>true</DebugSymbols> 19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType> 20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize> 21 <Optimize>false</Optimize>
22 <OutputPath>bin\Debug\</OutputPath> 22 <OutputPath>bin\Debug\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport> 24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel> 25 <WarningLevel>4</WarningLevel>
26 </PropertyGroup> 26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <PlatformTarget>AnyCPU</PlatformTarget> 28 <PlatformTarget>AnyCPU</PlatformTarget>
29 <DebugType>pdbonly</DebugType> 29 <DebugType>pdbonly</DebugType>
30 <Optimize>true</Optimize> 30 <Optimize>true</Optimize>
31 <OutputPath>bin\Release\</OutputPath> 31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants> 32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport> 33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel> 34 <WarningLevel>4</WarningLevel>
35 </PropertyGroup> 35 </PropertyGroup>
36 <PropertyGroup> 36 <PropertyGroup>
37 <ApplicationIcon>wingman.ico</ApplicationIcon> 37 <ApplicationIcon>wingman.ico</ApplicationIcon>
38 </PropertyGroup> 38 </PropertyGroup>
39 <ItemGroup> 39 <ItemGroup>
40 <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">
41 <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>
42 </Reference> 42 </Reference>
43 <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">
44 <HintPath>..\packages\MQTTnet.2.8.4\lib\net452\MQTTnet.dll</HintPath> 44 <HintPath>..\packages\MQTTnet.2.8.4\lib\net452\MQTTnet.dll</HintPath>
45 </Reference> 45 </Reference>
46 <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">
47 <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>
48 </Reference> 48 </Reference>
49 <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">
50 <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>
51 </Reference> 51 </Reference>
52 <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">
53 <HintPath>..\packages\SimWinKeyboard.1.0.2\lib\net20\SimWinKeyboard.dll</HintPath> 53 <HintPath>..\packages\SimWinKeyboard.1.0.2\lib\net20\SimWinKeyboard.dll</HintPath>
54 </Reference> 54 </Reference>
55 <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">
56 <HintPath>..\packages\SimWinMouse.1.0.2\lib\net20\SimWinMouse.dll</HintPath> 56 <HintPath>..\packages\SimWinMouse.1.0.2\lib\net20\SimWinMouse.dll</HintPath>
57 </Reference> 57 </Reference>
58 <Reference Include="System" /> 58 <Reference Include="System" />
59 <Reference Include="System.Core" /> 59 <Reference Include="System.Core" />
60 <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">
61 <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>
62 </Reference> 62 </Reference>
63 <Reference Include="System.Xml.Linq" /> 63 <Reference Include="System.Xml.Linq" />
64 <Reference Include="System.Data.DataSetExtensions" /> 64 <Reference Include="System.Data.DataSetExtensions" />
65 <Reference Include="Microsoft.CSharp" /> 65 <Reference Include="Microsoft.CSharp" />
66 <Reference Include="System.Data" /> 66 <Reference Include="System.Data" />
67 <Reference Include="System.Deployment" /> 67 <Reference Include="System.Deployment" />
68 <Reference Include="System.Drawing" /> 68 <Reference Include="System.Drawing" />
69 <Reference Include="System.Net.Http" /> 69 <Reference Include="System.Net.Http" />
70 <Reference Include="System.Windows.Forms" /> 70 <Reference Include="System.Windows.Forms" />
71 <Reference Include="System.Xml" /> 71 <Reference Include="System.Xml" />
-   72 <Reference Include="WindowsInput, Version=1.0.6.0, Culture=neutral, PublicKeyToken=de2685b4776e9c2e, processorArchitecture=MSIL">
-   73 <HintPath>..\packages\InputSimulatorPlus.1.0.7\lib\net20\WindowsInput.dll</HintPath>
-   74 </Reference>
72 </ItemGroup> 75 </ItemGroup>
73 <ItemGroup> 76 <ItemGroup>
74 <Compile Include="Communication\MqttAuthenticationFailureEventArgs.cs" /> 77 <Compile Include="Communication\MqttAuthenticationFailureEventArgs.cs" />
75 <Compile Include="Lobby\LobbyMessageReceivedEventArgs.cs" /> 78 <Compile Include="Lobby\LobbyMessageReceivedEventArgs.cs" />
76 <Compile Include="Lobby\LobbyMessageSynchronizer.cs" /> 79 <Compile Include="Lobby\LobbyMessageSynchronizer.cs" />
77 <Compile Include="Bindings\ExecuteKeyBinding.cs" /> 80 <Compile Include="Bindings\ExecuteKeyBinding.cs" />
78 <Compile Include="Bindings\KeyBindingExchange.cs" /> 81 <Compile Include="Bindings\KeyBindingExchange.cs" />
79 <Compile Include="Bindings\KeyBindingExecutingEventArgs.cs" /> 82 <Compile Include="Bindings\KeyBindingExecutingEventArgs.cs" />
80 <Compile Include="Bindings\KeyBindingMatchedEventArgs.cs" /> 83 <Compile Include="Bindings\KeyBindingMatchedEventArgs.cs" />
81 <Compile Include="Bindings\KeyBindingsSynchronizerEventArgs.cs" /> 84 <Compile Include="Bindings\KeyBindingsSynchronizerEventArgs.cs" />
82 <Compile Include="Bindings\KeyBindingsSynchronizer.cs" /> 85 <Compile Include="Bindings\KeyBindingsSynchronizer.cs" />
83 <Compile Include="Communication\MqttCommunication.cs" /> 86 <Compile Include="Communication\MqttCommunication.cs" />
84 <Compile Include="Bindings\KeyBinding.cs" /> 87 <Compile Include="Bindings\KeyBinding.cs" />
85 <Compile Include="Bindings\LocalKeyBindings.cs" /> 88 <Compile Include="Bindings\LocalKeyBindings.cs" />
86 <Compile Include="Bindings\KeyBindingsExchange.cs" /> 89 <Compile Include="Bindings\KeyBindingsExchange.cs" />
87 <Compile Include="Lobby\LobbyMessage.cs" /> 90 <Compile Include="Lobby\LobbyMessage.cs" />
88 <Compile Include="Communication\MqttCommunicationType.cs" /> 91 <Compile Include="Communication\MqttCommunicationType.cs" />
89 <Compile Include="Bindings\KeyInterceptor.cs" /> 92 <Compile Include="Bindings\KeyInterceptor.cs" />
90 <Compile Include="Bindings\KeySimulator.cs" /> 93 <Compile Include="Bindings\KeySimulator.cs" />
91 <Compile Include="Bindings\RemoteKeyBinding.cs" /> 94 <Compile Include="Bindings\RemoteKeyBinding.cs" />
92 <Compile Include="Bindings\RemoteKeyBindings.cs" /> 95 <Compile Include="Bindings\RemoteKeyBindings.cs" />
93 <Compile Include="Utilities\AES.cs" /> 96 <Compile Include="Utilities\AES.cs" />
94 <Compile Include="Utilities\Extensions.cs" /> 97 <Compile Include="Utilities\Extensions.cs" />
95 <Compile Include="Utilities\KeyConversion.cs" /> 98 <Compile Include="Utilities\KeyConversion.cs" />
96 <Compile Include="WingManForm.cs"> 99 <Compile Include="WingManForm.cs">
97 <SubType>Form</SubType> 100 <SubType>Form</SubType>
98 </Compile> 101 </Compile>
99 <Compile Include="WingManForm.Designer.cs"> 102 <Compile Include="WingManForm.Designer.cs">
100 <DependentUpon>WingManForm.cs</DependentUpon> 103 <DependentUpon>WingManForm.cs</DependentUpon>
101 </Compile> 104 </Compile>
102 <Compile Include="Program.cs" /> 105 <Compile Include="Program.cs" />
103 <Compile Include="Properties\AssemblyInfo.cs" /> 106 <Compile Include="Properties\AssemblyInfo.cs" />
104 <Compile Include="Properties\Strings.Designer.cs"> 107 <Compile Include="Properties\Strings.Designer.cs">
105 <AutoGen>True</AutoGen> 108 <AutoGen>True</AutoGen>
106 <DesignTime>True</DesignTime> 109 <DesignTime>True</DesignTime>
107 <DependentUpon>Strings.resx</DependentUpon> 110 <DependentUpon>Strings.resx</DependentUpon>
108 </Compile> 111 </Compile>
109 <EmbeddedResource Include="WingManForm.resx"> 112 <EmbeddedResource Include="WingManForm.resx">
110 <DependentUpon>WingManForm.cs</DependentUpon> 113 <DependentUpon>WingManForm.cs</DependentUpon>
111 </EmbeddedResource> 114 </EmbeddedResource>
112 <EmbeddedResource Include="Properties\Resources.resx"> 115 <EmbeddedResource Include="Properties\Resources.resx">
113 <Generator>ResXFileCodeGenerator</Generator> 116 <Generator>ResXFileCodeGenerator</Generator>
114 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 117 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
115 <SubType>Designer</SubType> 118 <SubType>Designer</SubType>
116 </EmbeddedResource> 119 </EmbeddedResource>
117 <Compile Include="Properties\Resources.Designer.cs"> 120 <Compile Include="Properties\Resources.Designer.cs">
118 <AutoGen>True</AutoGen> 121 <AutoGen>True</AutoGen>
119 <DependentUpon>Resources.resx</DependentUpon> 122 <DependentUpon>Resources.resx</DependentUpon>
120 </Compile> 123 </Compile>
121 <EmbeddedResource Include="Properties\Strings.resx"> 124 <EmbeddedResource Include="Properties\Strings.resx">
122 <Generator>ResXFileCodeGenerator</Generator> 125 <Generator>ResXFileCodeGenerator</Generator>
123 <LastGenOutput>Strings.Designer.cs</LastGenOutput> 126 <LastGenOutput>Strings.Designer.cs</LastGenOutput>
124 </EmbeddedResource> 127 </EmbeddedResource>
125 <None Include="packages.config" /> 128 <None Include="packages.config" />
126 <None Include="Properties\Settings.settings"> 129 <None Include="Properties\Settings.settings">
127 <Generator>SettingsSingleFileGenerator</Generator> 130 <Generator>SettingsSingleFileGenerator</Generator>
128 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 131 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
129 </None> 132 </None>
130 <Compile Include="Properties\Settings.Designer.cs"> 133 <Compile Include="Properties\Settings.Designer.cs">
131 <AutoGen>True</AutoGen> 134 <AutoGen>True</AutoGen>
132 <DependentUpon>Settings.settings</DependentUpon> 135 <DependentUpon>Settings.settings</DependentUpon>
133 <DesignTimeSharedInput>True</DesignTimeSharedInput> 136 <DesignTimeSharedInput>True</DesignTimeSharedInput>
134 </Compile> 137 </Compile>
135 </ItemGroup> 138 </ItemGroup>
136 <ItemGroup> 139 <ItemGroup>
137 <None Include="App.config" /> 140 <None Include="App.config" />
138 </ItemGroup> 141 </ItemGroup>
139 <ItemGroup> 142 <ItemGroup>
140 <Content Include="LICENSE.txt"> 143 <Content Include="LICENSE.txt">
141 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 144 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
142 </Content> 145 </Content>
143 <Content Include="wingman.ico" /> 146 <Content Include="wingman.ico" />
144 </ItemGroup> 147 </ItemGroup>
145 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 148 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
146 </Project> 149 </Project>
147   150  
148
Generated by GNU Enscript 1.6.5.90.
151
Generated by GNU Enscript 1.6.5.90.
149   152  
150   153  
151   154