WingMan – Blame information for rev 13
?pathlinks?
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"> |
||
3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
||
4 | <PropertyGroup> |
||
5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
7 | <ProjectGuid>{274BFD57-CACB-4400-86A6-FAE0CEE9CD74}</ProjectGuid> |
||
8 | <OutputType>WinExe</OutputType> |
||
9 | <RootNamespace>WingMan</RootNamespace> |
||
10 | <AssemblyName>WingMan</AssemblyName> |
||
11 | <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
||
12 | <FileAlignment>512</FileAlignment> |
||
13 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
||
8 | office | 14 | <NuGetPackageImportStamp> |
15 | </NuGetPackageImportStamp> |
||
1 | office | 16 | </PropertyGroup> |
17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
18 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
19 | <DebugSymbols>true</DebugSymbols> |
||
20 | <DebugType>full</DebugType> |
||
21 | <Optimize>false</Optimize> |
||
22 | <OutputPath>bin\Debug\</OutputPath> |
||
23 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
24 | <ErrorReport>prompt</ErrorReport> |
||
25 | <WarningLevel>4</WarningLevel> |
||
26 | </PropertyGroup> |
||
27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
28 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
29 | <DebugType>pdbonly</DebugType> |
||
30 | <Optimize>true</Optimize> |
||
31 | <OutputPath>bin\Release\</OutputPath> |
||
32 | <DefineConstants>TRACE</DefineConstants> |
||
33 | <ErrorReport>prompt</ErrorReport> |
||
34 | <WarningLevel>4</WarningLevel> |
||
35 | </PropertyGroup> |
||
7 | office | 36 | <PropertyGroup> |
37 | <ApplicationIcon>wingman.ico</ApplicationIcon> |
||
38 | </PropertyGroup> |
||
1 | office | 39 | <ItemGroup> |
4 | office | 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> |
||
1 | office | 42 | </Reference> |
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> |
||
45 | </Reference> |
||
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> |
||
48 | </Reference> |
||
2 | office | 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> |
||
51 | </Reference> |
||
1 | office | 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> |
||
54 | </Reference> |
||
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> |
||
57 | </Reference> |
||
58 | <Reference Include="System" /> |
||
59 | <Reference Include="System.Core" /> |
||
5 | office | 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> |
||
62 | </Reference> |
||
1 | office | 63 | <Reference Include="System.Xml.Linq" /> |
64 | <Reference Include="System.Data.DataSetExtensions" /> |
||
65 | <Reference Include="Microsoft.CSharp" /> |
||
66 | <Reference Include="System.Data" /> |
||
67 | <Reference Include="System.Deployment" /> |
||
68 | <Reference Include="System.Drawing" /> |
||
69 | <Reference Include="System.Net.Http" /> |
||
70 | <Reference Include="System.Windows.Forms" /> |
||
71 | <Reference Include="System.Xml" /> |
||
72 | </ItemGroup> |
||
73 | <ItemGroup> |
||
10 | office | 74 | <Compile Include="Communication\MqttAuthenticationFailureEventArgs.cs" /> |
5 | office | 75 | <Compile Include="Lobby\LobbyMessageReceivedEventArgs.cs" /> |
76 | <Compile Include="Lobby\LobbyMessageSynchronizer.cs" /> |
||
10 | office | 77 | <Compile Include="MouseKey\ExecuteKeyBinding.cs" /> |
78 | <Compile Include="MouseKey\KeyBindingExchange.cs" /> |
||
79 | <Compile Include="MouseKey\KeyBindingExecutingEventArgs.cs" /> |
||
80 | <Compile Include="MouseKey\KeyBindingMatchedEventArgs.cs" /> |
||
81 | <Compile Include="MouseKey\KeyBindingsSynchronizerEventArgs.cs" /> |
||
82 | <Compile Include="MouseKey\KeyBindingsSynchronizer.cs" /> |
||
9 | office | 83 | <Compile Include="Communication\MqttCommunication.cs" /> |
10 | office | 84 | <Compile Include="MouseKey\KeyBinding.cs" /> |
85 | <Compile Include="MouseKey\LocalKeyBindings.cs" /> |
||
86 | <Compile Include="MouseKey\KeyBindingsExchange.cs" /> |
||
5 | office | 87 | <Compile Include="Lobby\LobbyMessage.cs" /> |
9 | office | 88 | <Compile Include="Communication\MqttCommunicationType.cs" /> |
10 | office | 89 | <Compile Include="MouseKey\KeyInterceptor.cs" /> |
90 | <Compile Include="MouseKey\KeySimulator.cs" /> |
||
91 | <Compile Include="MouseKey\RemoteKeyBinding.cs" /> |
||
92 | <Compile Include="MouseKey\RemoteKeyBindings.cs" /> |
||
8 | office | 93 | <Compile Include="Utilities\AES.cs" /> |
94 | <Compile Include="Utilities\KeyConversion.cs" /> |
||
2 | office | 95 | <Compile Include="WingManForm.cs"> |
1 | office | 96 | <SubType>Form</SubType> |
97 | </Compile> |
||
2 | office | 98 | <Compile Include="WingManForm.Designer.cs"> |
99 | <DependentUpon>WingManForm.cs</DependentUpon> |
||
1 | office | 100 | </Compile> |
101 | <Compile Include="Program.cs" /> |
||
102 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
103 | <Compile Include="Properties\Strings.Designer.cs"> |
||
104 | <AutoGen>True</AutoGen> |
||
105 | <DesignTime>True</DesignTime> |
||
106 | <DependentUpon>Strings.resx</DependentUpon> |
||
107 | </Compile> |
||
2 | office | 108 | <EmbeddedResource Include="WingManForm.resx"> |
109 | <DependentUpon>WingManForm.cs</DependentUpon> |
||
1 | office | 110 | </EmbeddedResource> |
111 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
112 | <Generator>ResXFileCodeGenerator</Generator> |
||
113 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
114 | <SubType>Designer</SubType> |
||
115 | </EmbeddedResource> |
||
116 | <Compile Include="Properties\Resources.Designer.cs"> |
||
117 | <AutoGen>True</AutoGen> |
||
118 | <DependentUpon>Resources.resx</DependentUpon> |
||
119 | </Compile> |
||
120 | <EmbeddedResource Include="Properties\Strings.resx"> |
||
121 | <Generator>ResXFileCodeGenerator</Generator> |
||
122 | <LastGenOutput>Strings.Designer.cs</LastGenOutput> |
||
123 | </EmbeddedResource> |
||
124 | <None Include="packages.config" /> |
||
125 | <None Include="Properties\Settings.settings"> |
||
126 | <Generator>SettingsSingleFileGenerator</Generator> |
||
127 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
128 | </None> |
||
129 | <Compile Include="Properties\Settings.Designer.cs"> |
||
130 | <AutoGen>True</AutoGen> |
||
131 | <DependentUpon>Settings.settings</DependentUpon> |
||
132 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
133 | </Compile> |
||
134 | </ItemGroup> |
||
135 | <ItemGroup> |
||
136 | <None Include="App.config" /> |
||
137 | </ItemGroup> |
||
7 | office | 138 | <ItemGroup> |
13 | office | 139 | <Content Include="LICENSE.txt"> |
140 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
141 | </Content> |
||
7 | office | 142 | <Content Include="wingman.ico" /> |
143 | </ItemGroup> |
||
1 | office | 144 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
145 | </Project> |