Zzz – Blame information for rev 2
?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>{DBAB5B30-51FD-4305-B304-F3327556D93B}</ProjectGuid> |
||
8 | <OutputType>WinExe</OutputType> |
||
9 | <RootNamespace>Zzz</RootNamespace> |
||
10 | <AssemblyName>Zzz</AssemblyName> |
||
11 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
||
12 | <FileAlignment>512</FileAlignment> |
||
13 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
||
14 | <Deterministic>true</Deterministic> |
||
15 | <TargetFrameworkProfile /> |
||
2 | office | 16 | <NuGetPackageImportStamp> |
17 | </NuGetPackageImportStamp> |
||
1 | office | 18 | </PropertyGroup> |
19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
20 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
21 | <DebugSymbols>true</DebugSymbols> |
||
22 | <DebugType>full</DebugType> |
||
23 | <Optimize>false</Optimize> |
||
24 | <OutputPath>bin\Debug\</OutputPath> |
||
25 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
26 | <ErrorReport>prompt</ErrorReport> |
||
27 | <WarningLevel>4</WarningLevel> |
||
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> |
||
38 | <PropertyGroup> |
||
39 | <ApplicationIcon>Zzz.ico</ApplicationIcon> |
||
40 | </PropertyGroup> |
||
41 | <ItemGroup> |
||
2 | office | 42 | <Reference Include="Chaos.NaCl, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL"> |
43 | <HintPath>..\packages\NetSparkleUpdater.Chaos.NaCl.0.9.3\lib\net462\Chaos.NaCl.dll</HintPath> |
||
1 | office | 44 | </Reference> |
45 | <Reference Include="InTheHand.Net.Personal, Version=3.5.605.0, Culture=neutral, PublicKeyToken=ea38caa273134499, processorArchitecture=MSIL"> |
||
46 | <HintPath>..\packages\32feet.NET.3.5.0.0\lib\net\InTheHand.Net.Personal.dll</HintPath> |
||
47 | </Reference> |
||
48 | <Reference Include="Jot, Version=2.1.17.0, Culture=neutral, PublicKeyToken=6b498f69c5f88322, processorArchitecture=MSIL"> |
||
49 | <HintPath>..\packages\Jot.2.1.17\lib\netstandard2.0\Jot.dll</HintPath> |
||
50 | </Reference> |
||
2 | office | 51 | <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
52 | <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.1\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath> |
||
53 | </Reference> |
||
1 | office | 54 | <Reference Include="MQTTnet, Version=4.3.3.952, Culture=neutral, PublicKeyToken=fdb7629f2e364a63, processorArchitecture=MSIL"> |
55 | <HintPath>..\packages\MQTTnet.4.3.3.952\lib\net461\MQTTnet.dll</HintPath> |
||
56 | </Reference> |
||
2 | office | 57 | <Reference Include="NetSparkle, Version=3.0.2.0, Culture=neutral, processorArchitecture=MSIL"> |
58 | <HintPath>..\packages\NetSparkleUpdater.SparkleUpdater.3.0.2\lib\net462\NetSparkle.dll</HintPath> |
||
1 | office | 59 | </Reference> |
60 | <Reference Include="NetSparkleUpdater.UI.WinForms, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
||
2 | office | 61 | <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.3.0.4\lib\net462\NetSparkleUpdater.UI.WinForms.dll</HintPath> |
1 | office | 62 | </Reference> |
63 | <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
||
2 | office | 64 | <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
1 | office | 65 | </Reference> |
66 | <Reference Include="PresentationCore" /> |
||
67 | <Reference Include="PresentationFramework" /> |
||
2 | office | 68 | <Reference Include="Serilog, Version=4.3.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> |
69 | <HintPath>..\packages\Serilog.4.3.0\lib\net471\Serilog.dll</HintPath> |
||
1 | office | 70 | </Reference> |
2 | office | 71 | <Reference Include="Serilog.Sinks.File, Version=7.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> |
72 | <HintPath>..\packages\Serilog.Sinks.File.7.0.0\lib\net471\Serilog.Sinks.File.dll</HintPath> |
||
1 | office | 73 | </Reference> |
74 | <Reference Include="System" /> |
||
75 | <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
||
76 | <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath> |
||
77 | </Reference> |
||
78 | <Reference Include="System.Configuration" /> |
||
79 | <Reference Include="System.Core" /> |
||
2 | office | 80 | <Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
81 | <HintPath>..\packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath> |
||
1 | office | 82 | </Reference> |
2 | office | 83 | <Reference Include="System.IO.Pipelines, Version=9.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
84 | <HintPath>..\packages\System.IO.Pipelines.9.0.1\lib\net462\System.IO.Pipelines.dll</HintPath> |
||
85 | </Reference> |
||
1 | office | 86 | <Reference Include="System.Management" /> |
87 | <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
||
88 | <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath> |
||
89 | </Reference> |
||
90 | <Reference Include="System.Numerics" /> |
||
91 | <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
||
92 | <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath> |
||
93 | </Reference> |
||
94 | <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
||
95 | <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
||
96 | </Reference> |
||
97 | <Reference Include="System.Runtime.Serialization" /> |
||
2 | office | 98 | <Reference Include="System.Text.Encodings.Web, Version=9.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
99 | <HintPath>..\packages\System.Text.Encodings.Web.9.0.1\lib\net462\System.Text.Encodings.Web.dll</HintPath> |
||
100 | </Reference> |
||
101 | <Reference Include="System.Text.Json, Version=9.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
||
102 | <HintPath>..\packages\System.Text.Json.9.0.1\lib\net462\System.Text.Json.dll</HintPath> |
||
103 | </Reference> |
||
104 | <Reference Include="System.Threading.Channels, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
||
105 | <HintPath>..\packages\System.Threading.Channels.8.0.0\lib\net462\System.Threading.Channels.dll</HintPath> |
||
106 | </Reference> |
||
107 | <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
||
108 | <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath> |
||
109 | </Reference> |
||
110 | <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
||
111 | <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath> |
||
112 | </Reference> |
||
1 | office | 113 | <Reference Include="System.Web.Extensions" /> |
114 | <Reference Include="System.Xaml" /> |
||
115 | <Reference Include="System.Xml.Linq" /> |
||
116 | <Reference Include="System.Data.DataSetExtensions" /> |
||
117 | <Reference Include="Microsoft.CSharp" /> |
||
118 | <Reference Include="System.Data" /> |
||
119 | <Reference Include="System.Deployment" /> |
||
120 | <Reference Include="System.Drawing" /> |
||
121 | <Reference Include="System.Net.Http" /> |
||
122 | <Reference Include="System.Windows.Forms" /> |
||
123 | <Reference Include="System.Xml" /> |
||
124 | <Reference Include="UIAutomationClient" /> |
||
125 | <Reference Include="UIAutomationTypes" /> |
||
126 | <Reference Include="WindowsBase" /> |
||
127 | </ItemGroup> |
||
128 | <ItemGroup> |
||
129 | <Compile Include="AboutForm.cs"> |
||
130 | <SubType>Form</SubType> |
||
131 | </Compile> |
||
132 | <Compile Include="AboutForm.Designer.cs"> |
||
133 | <DependentUpon>AboutForm.cs</DependentUpon> |
||
134 | </Compile> |
||
135 | <Compile Include="Clients\MqttActionReceivedEventArgs.cs" /> |
||
136 | <Compile Include="Clients\MqttStateReceivedEventArgs.cs" /> |
||
137 | <Compile Include="Clients\MqttClient.cs" /> |
||
138 | <Compile Include="Idle\BluetoothScan.cs" /> |
||
139 | <Compile Include="Idle\IdleMark.cs" /> |
||
140 | <Compile Include="Idle\MouseMovedEventArgs.cs" /> |
||
141 | <Compile Include="Idle\WindowPresence.cs" /> |
||
142 | <Compile Include="LogViewForm.cs"> |
||
143 | <SubType>Form</SubType> |
||
144 | </Compile> |
||
145 | <Compile Include="LogViewForm.Designer.cs"> |
||
146 | <DependentUpon>LogViewForm.cs</DependentUpon> |
||
147 | </Compile> |
||
148 | <Compile Include="MainForm.cs"> |
||
149 | <SubType>Form</SubType> |
||
150 | </Compile> |
||
151 | <Compile Include="MainForm.Designer.cs"> |
||
152 | <DependentUpon>MainForm.cs</DependentUpon> |
||
153 | </Compile> |
||
154 | <Compile Include="SettingsForm.cs"> |
||
155 | <SubType>Form</SubType> |
||
156 | </Compile> |
||
157 | <Compile Include="SettingsForm.Designer.cs"> |
||
158 | <DependentUpon>SettingsForm.cs</DependentUpon> |
||
159 | </Compile> |
||
160 | <Compile Include="Action\ActionAttribute.cs" /> |
||
161 | <Compile Include="State\State.cs" /> |
||
162 | <Compile Include="Utilities\Helpers.cs" /> |
||
163 | <Compile Include="Utilities\LogMemorySink.cs" /> |
||
164 | <Compile Include="Utilities\Miscellaneous.cs" /> |
||
165 | <Compile Include="Utilities\Natives.cs" /> |
||
166 | <Compile Include="Action\ZzzAction.cs" /> |
||
167 | <Compile Include="Constants.cs" /> |
||
168 | <Compile Include="Idle\IdleImminentEventArgs.cs" /> |
||
169 | <Compile Include="Idle\Idler.cs" /> |
||
170 | <Compile Include="Idle\IdleEventArgs.cs" /> |
||
171 | <Compile Include="Idle\KeyboardInput.cs" /> |
||
172 | <Compile Include="Idle\MouseInput.cs" /> |
||
173 | <Compile Include="Action\Action.cs" /> |
||
174 | <Compile Include="Action\ActionEventArgs.cs" /> |
||
175 | <Compile Include="Action\ActionHelper.cs" /> |
||
176 | <Compile Include="Utilities\LaunchOnBoot.cs" /> |
||
177 | <Compile Include="Utilities\Pause.cs" /> |
||
178 | <Compile Include="Program.cs" /> |
||
179 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
180 | <Compile Include="Action\ActionTrigger.cs" /> |
||
181 | <Compile Include="Idle\WindowsHookHelper.cs" /> |
||
182 | <Compile Include="State\ZzzState.cs" /> |
||
183 | <Compile Include="Utilities\ScheduledContinuation.cs" /> |
||
184 | <Compile Include="Utilities\Serialziation\Serialization.cs" /> |
||
185 | <Compile Include="Utilities\Serialziation\SerializationFailure.cs" /> |
||
186 | <Compile Include="Utilities\Serialziation\SerializationState.cs" /> |
||
187 | <Compile Include="Utilities\Serialziation\SerializationSuccess.cs" /> |
||
188 | <Compile Include="Utilities\WindowState.cs" /> |
||
189 | <EmbeddedResource Include="AboutForm.resx"> |
||
190 | <DependentUpon>AboutForm.cs</DependentUpon> |
||
191 | </EmbeddedResource> |
||
192 | <EmbeddedResource Include="LogViewForm.resx"> |
||
193 | <DependentUpon>LogViewForm.cs</DependentUpon> |
||
194 | </EmbeddedResource> |
||
195 | <EmbeddedResource Include="MainForm.resx"> |
||
196 | <DependentUpon>MainForm.cs</DependentUpon> |
||
197 | </EmbeddedResource> |
||
198 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
199 | <Generator>ResXFileCodeGenerator</Generator> |
||
200 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
201 | <SubType>Designer</SubType> |
||
202 | </EmbeddedResource> |
||
203 | <Compile Include="Properties\Resources.Designer.cs"> |
||
204 | <AutoGen>True</AutoGen> |
||
205 | <DependentUpon>Resources.resx</DependentUpon> |
||
206 | <DesignTime>True</DesignTime> |
||
207 | </Compile> |
||
208 | <EmbeddedResource Include="SettingsForm.resx"> |
||
209 | <DependentUpon>SettingsForm.cs</DependentUpon> |
||
210 | </EmbeddedResource> |
||
211 | <None Include="packages.config" /> |
||
212 | </ItemGroup> |
||
213 | <ItemGroup> |
||
214 | <None Include="App.config"> |
||
215 | <SubType>Designer</SubType> |
||
216 | </None> |
||
217 | </ItemGroup> |
||
218 | <ItemGroup> |
||
219 | <Content Include="img\about.png" /> |
||
220 | <Content Include="img\cog.png" /> |
||
221 | <Content Include="img\double-tap.png" /> |
||
222 | <Content Include="img\exit.png" /> |
||
223 | <Content Include="img\eye.png" /> |
||
224 | <Content Include="img\hands.png" /> |
||
225 | <Content Include="img\internet-of-things.png" /> |
||
226 | <Content Include="img\keyboard.png" /> |
||
227 | <Content Include="img\mouse.png" /> |
||
228 | <Content Include="img\rinse.png" /> |
||
229 | <Content Include="img\startup.png" /> |
||
230 | <Content Include="img\tap.png" /> |
||
231 | <Content Include="img\update.png" /> |
||
232 | <Content Include="img\wood.png" /> |
||
233 | <Content Include="img\Zzz.ico" /> |
||
234 | <Content Include="img\Zzz.png" /> |
||
235 | <Content Include="LICENSE.txt"> |
||
236 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
237 | </Content> |
||
238 | <Content Include="Zzz.ico"> |
||
239 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
240 | </Content> |
||
241 | </ItemGroup> |
||
242 | <ItemGroup> |
||
243 | <ProjectReference Include="..\Configuration\Configuration.csproj"> |
||
244 | <Project>{e2287e96-1e56-4da2-95af-19907d348f85}</Project> |
||
245 | <Name>Configuration</Name> |
||
246 | </ProjectReference> |
||
247 | </ItemGroup> |
||
248 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
2 | office | 249 | <Import Project="..\packages\Serilog.4.3.0\build\Serilog.targets" Condition="Exists('..\packages\Serilog.4.3.0\build\Serilog.targets')" /> |
250 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
||
251 | <PropertyGroup> |
||
252 | <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> |
||
253 | </PropertyGroup> |
||
254 | <Error Condition="!Exists('..\packages\Serilog.4.3.0\build\Serilog.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Serilog.4.3.0\build\Serilog.targets'))" /> |
||
255 | </Target> |
||
1 | office | 256 | </Project> |