WingMan – Blame information for rev 37

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
23 office 3 <Import Project="..\packages\SQLite.Native.3.12.3\build\net45\SQLite.Native.props" Condition="Exists('..\packages\SQLite.Native.3.12.3\build\net45\SQLite.Native.props')" />
1 office 4 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5 <PropertyGroup>
6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <ProjectGuid>{274BFD57-CACB-4400-86A6-FAE0CEE9CD74}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <RootNamespace>WingMan</RootNamespace>
11 <AssemblyName>WingMan</AssemblyName>
12 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
8 office 15 <NuGetPackageImportStamp>
16 </NuGetPackageImportStamp>
1 office 17 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <PlatformTarget>AnyCPU</PlatformTarget>
20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType>
22 <Optimize>false</Optimize>
23 <OutputPath>bin\Debug\</OutputPath>
24 <DefineConstants>DEBUG;TRACE</DefineConstants>
25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel>
23 office 27 <Prefer32Bit>false</Prefer32Bit>
1 office 28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30 <PlatformTarget>AnyCPU</PlatformTarget>
31 <DebugType>pdbonly</DebugType>
32 <Optimize>true</Optimize>
33 <OutputPath>bin\Release\</OutputPath>
34 <DefineConstants>TRACE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 </PropertyGroup>
7 office 38 <PropertyGroup>
29 office 39 <ApplicationIcon>wingman.ico</ApplicationIcon>
7 office 40 </PropertyGroup>
1 office 41 <ItemGroup>
4 office 42 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL">
43 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath>
1 office 44 </Reference>
34 office 45 <Reference Include="LZ4, Version=1.0.15.93, Culture=neutral, PublicKeyToken=62e1b5ec1eec9bdd, processorArchitecture=MSIL">
46 <HintPath>..\packages\lz4net.1.0.15.93\lib\net4-client\LZ4.dll</HintPath>
47 </Reference>
23 office 48 <Reference Include="Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
49 <HintPath>..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\Mono.Data.Sqlite.dll</HintPath>
50 </Reference>
1 office 51 <Reference Include="MQTTnet, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL">
52 <HintPath>..\packages\MQTTnet.2.8.4\lib\net452\MQTTnet.dll</HintPath>
53 </Reference>
54 <Reference Include="MQTTnet.Extensions.ManagedClient, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL">
55 <HintPath>..\packages\MQTTnet.Extensions.ManagedClient.2.8.4\lib\net452\MQTTnet.Extensions.ManagedClient.dll</HintPath>
56 </Reference>
2 office 57 <Reference Include="Open.Nat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f22a6a4582336c76, processorArchitecture=MSIL">
58 <HintPath>..\packages\Open.NAT.2.1.0.0\lib\net45\Open.Nat.dll</HintPath>
59 </Reference>
36 office 60 <Reference Include="protobuf-net, Version=2.4.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
61 <HintPath>..\packages\protobuf-net.2.4.0\lib\net40\protobuf-net.dll</HintPath>
62 </Reference>
1 office 63 <Reference Include="System" />
36 office 64 <Reference Include="System.Configuration" />
1 office 65 <Reference Include="System.Core" />
23 office 66 <Reference Include="System.Data.Portable, Version=4.0.0.0, Culture=neutral, PublicKeyToken=59e704a76bc4613a, processorArchitecture=MSIL">
67 <HintPath>..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\System.Data.Portable.dll</HintPath>
68 </Reference>
36 office 69 <Reference Include="System.Runtime.Serialization" />
70 <Reference Include="System.ServiceModel" />
5 office 71 <Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
72 <HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
73 </Reference>
23 office 74 <Reference Include="System.Transactions" />
75 <Reference Include="System.Transactions.Portable, Version=4.0.0.0, Culture=neutral, PublicKeyToken=59e704a76bc4613a, processorArchitecture=MSIL">
76 <HintPath>..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\System.Transactions.Portable.dll</HintPath>
77 </Reference>
1 office 78 <Reference Include="System.Xml.Linq" />
79 <Reference Include="System.Data.DataSetExtensions" />
80 <Reference Include="Microsoft.CSharp" />
81 <Reference Include="System.Data" />
82 <Reference Include="System.Deployment" />
83 <Reference Include="System.Drawing" />
84 <Reference Include="System.Net.Http" />
85 <Reference Include="System.Windows.Forms" />
86 <Reference Include="System.Xml" />
19 office 87 <Reference Include="WindowsInput, Version=1.0.6.0, Culture=neutral, PublicKeyToken=de2685b4776e9c2e, processorArchitecture=MSIL">
88 <HintPath>..\packages\InputSimulatorPlus.1.0.7\lib\net20\WindowsInput.dll</HintPath>
89 </Reference>
1 office 90 </ItemGroup>
91 <ItemGroup>
23 office 92 <Compile Include="AutoCompletion\AutoCompletion.cs" />
93 <Compile Include="AutoCompletion\AutoCompletionFailedEventArgs.cs" />
94 <Compile Include="AutoCompletion\AutoCompletionFailedType.cs" />
10 office 95 <Compile Include="Communication\MqttAuthenticationFailureEventArgs.cs" />
35 office 96 <Compile Include="Communication\MqttCommunicationMessageReceivedEventArgs.cs" />
32 office 97 <Compile Include="Discovery\Discovery.cs" />
98 <Compile Include="Discovery\DiscoveryFailedEventArgs.cs" />
99 <Compile Include="Discovery\DiscoveryType.cs" />
5 office 100 <Compile Include="Lobby\LobbyMessageReceivedEventArgs.cs" />
101 <Compile Include="Lobby\LobbyMessageSynchronizer.cs" />
14 office 102 <Compile Include="Bindings\ExecuteKeyBinding.cs" />
103 <Compile Include="Bindings\KeyBindingExchange.cs" />
104 <Compile Include="Bindings\KeyBindingExecutingEventArgs.cs" />
105 <Compile Include="Bindings\KeyBindingMatchedEventArgs.cs" />
106 <Compile Include="Bindings\KeyBindingsSynchronizerEventArgs.cs" />
107 <Compile Include="Bindings\KeyBindingsSynchronizer.cs" />
9 office 108 <Compile Include="Communication\MqttCommunication.cs" />
14 office 109 <Compile Include="Bindings\KeyBinding.cs" />
110 <Compile Include="Bindings\LocalKeyBindings.cs" />
111 <Compile Include="Bindings\KeyBindingsExchange.cs" />
5 office 112 <Compile Include="Lobby\LobbyMessage.cs" />
9 office 113 <Compile Include="Communication\MqttCommunicationType.cs" />
14 office 114 <Compile Include="Bindings\KeyInterceptor.cs" />
115 <Compile Include="Bindings\KeySimulator.cs" />
116 <Compile Include="Bindings\RemoteKeyBinding.cs" />
117 <Compile Include="Bindings\RemoteKeyBindings.cs" />
8 office 118 <Compile Include="Utilities\AES.cs" />
14 office 119 <Compile Include="Utilities\Extensions.cs" />
8 office 120 <Compile Include="Utilities\KeyConversion.cs" />
2 office 121 <Compile Include="WingManForm.cs">
1 office 122 <SubType>Form</SubType>
123 </Compile>
2 office 124 <Compile Include="WingManForm.Designer.cs">
125 <DependentUpon>WingManForm.cs</DependentUpon>
1 office 126 </Compile>
127 <Compile Include="Program.cs" />
128 <Compile Include="Properties\AssemblyInfo.cs" />
129 <Compile Include="Properties\Strings.Designer.cs">
130 <AutoGen>True</AutoGen>
131 <DesignTime>True</DesignTime>
132 <DependentUpon>Strings.resx</DependentUpon>
133 </Compile>
37 office 134 <EmbeddedResource Include="WingManForm.de.resx">
135 <DependentUpon>WingManForm.cs</DependentUpon>
136 </EmbeddedResource>
2 office 137 <EmbeddedResource Include="WingManForm.resx">
138 <DependentUpon>WingManForm.cs</DependentUpon>
1 office 139 </EmbeddedResource>
140 <EmbeddedResource Include="Properties\Strings.resx">
141 <Generator>ResXFileCodeGenerator</Generator>
142 <LastGenOutput>Strings.Designer.cs</LastGenOutput>
143 </EmbeddedResource>
144 <None Include="packages.config" />
145 </ItemGroup>
146 <ItemGroup>
147 <None Include="App.config" />
148 </ItemGroup>
7 office 149 <ItemGroup>
13 office 150 <Content Include="LICENSE.txt">
151 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
152 </Content>
29 office 153 <Content Include="wingman.ico" />
7 office 154 </ItemGroup>
1 office 155 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
23 office 156 <Import Project="..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets" Condition="Exists('..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" />
157 <Target Name="EnsureMonoDataSqlitePortableImported" BeforeTargets="BeforeBuild" Condition="'$(MonoDataSqlitePortableImported)' == ''">
158 <Error Condition="!Exists('..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them." />
159 <Error Condition="Exists('..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build." />
160 </Target>
161 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
162 <PropertyGroup>
163 <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
164 </PropertyGroup>
165 <Error Condition="!Exists('..\packages\SQLite.Native.3.12.3\build\net45\SQLite.Native.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SQLite.Native.3.12.3\build\net45\SQLite.Native.props'))" />
166 </Target>
1 office 167 </Project>