Zzz – Blame information for rev 5

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">
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>
2 office 11 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1 office 12 <FileAlignment>512</FileAlignment>
13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 <Deterministic>true</Deterministic>
2 office 15 <TargetFrameworkProfile />
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>
36 <PropertyGroup>
37 <ApplicationIcon>Zzz.ico</ApplicationIcon>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
5 office 41 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.3.0\lib\net452\BouncyCastle.Crypto.dll</HintPath>
1 office 42 </Reference>
43 <Reference Include="InTheHand.Net.Personal, Version=3.5.605.0, Culture=neutral, PublicKeyToken=ea38caa273134499, processorArchitecture=MSIL">
44 <HintPath>..\packages\32feet.NET.3.5.0.0\lib\net\InTheHand.Net.Personal.dll</HintPath>
45 </Reference>
2 office 46 <Reference Include="Jot, Version=2.1.17.0, Culture=neutral, PublicKeyToken=6b498f69c5f88322, processorArchitecture=MSIL">
47 <HintPath>..\packages\Jot.2.1.17\lib\netstandard2.0\Jot.dll</HintPath>
48 </Reference>
5 office 49 <Reference Include="MQTTnet, Version=4.3.3.952, Culture=neutral, PublicKeyToken=fdb7629f2e364a63, processorArchitecture=MSIL">
50 <HintPath>..\packages\MQTTnet.4.3.3.952\lib\net461\MQTTnet.dll</HintPath>
1 office 51 </Reference>
5 office 52 <Reference Include="NetSparkle, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL">
53 <HintPath>..\packages\NetSparkleUpdater.SparkleUpdater.2.3.0\lib\net452\NetSparkle.dll</HintPath>
1 office 54 </Reference>
55 <Reference Include="NetSparkleUpdater.UI.WinForms, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
5 office 56 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.3.0\lib\net452\NetSparkleUpdater.UI.WinForms.dll</HintPath>
1 office 57 </Reference>
58 <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
5 office 59 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.3.0\lib\net452\Newtonsoft.Json.dll</HintPath>
1 office 60 </Reference>
61 <Reference Include="PresentationCore" />
62 <Reference Include="PresentationFramework" />
63 <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
5 office 64 <HintPath>..\packages\Serilog.3.1.1\lib\net471\Serilog.dll</HintPath>
1 office 65 </Reference>
66 <Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
67 <HintPath>..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
68 </Reference>
69 <Reference Include="System" />
5 office 70 <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
71 <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
72 </Reference>
1 office 73 <Reference Include="System.Configuration" />
74 <Reference Include="System.Core" />
5 office 75 <Reference Include="System.Diagnostics.DiagnosticSource, Version=7.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
76 <HintPath>..\packages\System.Diagnostics.DiagnosticSource.7.0.2\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
77 </Reference>
1 office 78 <Reference Include="System.Management" />
5 office 79 <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
80 <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
81 </Reference>
82 <Reference Include="System.Numerics" />
83 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
84 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
85 </Reference>
86 <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
87 <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
88 </Reference>
1 office 89 <Reference Include="System.Runtime.Serialization" />
90 <Reference Include="System.Web.Extensions" />
91 <Reference Include="System.Xaml" />
92 <Reference Include="System.Xml.Linq" />
93 <Reference Include="System.Data.DataSetExtensions" />
94 <Reference Include="Microsoft.CSharp" />
95 <Reference Include="System.Data" />
96 <Reference Include="System.Deployment" />
97 <Reference Include="System.Drawing" />
98 <Reference Include="System.Net.Http" />
99 <Reference Include="System.Windows.Forms" />
100 <Reference Include="System.Xml" />
101 <Reference Include="UIAutomationClient" />
102 <Reference Include="UIAutomationTypes" />
103 <Reference Include="WindowsBase" />
104 </ItemGroup>
105 <ItemGroup>
106 <Compile Include="AboutForm.cs">
107 <SubType>Form</SubType>
108 </Compile>
109 <Compile Include="AboutForm.Designer.cs">
110 <DependentUpon>AboutForm.cs</DependentUpon>
111 </Compile>
112 <Compile Include="Clients\MqttActionReceivedEventArgs.cs" />
113 <Compile Include="Clients\MqttStateReceivedEventArgs.cs" />
114 <Compile Include="Clients\MqttClient.cs" />
115 <Compile Include="Idle\BluetoothScan.cs" />
116 <Compile Include="Idle\IdleMark.cs" />
117 <Compile Include="Idle\MouseMovedEventArgs.cs" />
118 <Compile Include="Idle\WindowPresence.cs" />
119 <Compile Include="LogViewForm.cs">
120 <SubType>Form</SubType>
121 </Compile>
122 <Compile Include="LogViewForm.Designer.cs">
123 <DependentUpon>LogViewForm.cs</DependentUpon>
124 </Compile>
125 <Compile Include="MainForm.cs">
126 <SubType>Form</SubType>
127 </Compile>
128 <Compile Include="MainForm.Designer.cs">
129 <DependentUpon>MainForm.cs</DependentUpon>
130 </Compile>
131 <Compile Include="SettingsForm.cs">
132 <SubType>Form</SubType>
133 </Compile>
134 <Compile Include="SettingsForm.Designer.cs">
135 <DependentUpon>SettingsForm.cs</DependentUpon>
136 </Compile>
137 <Compile Include="Action\ActionAttribute.cs" />
138 <Compile Include="State\State.cs" />
139 <Compile Include="Utilities\Helpers.cs" />
140 <Compile Include="Utilities\LogMemorySink.cs" />
141 <Compile Include="Utilities\Miscellaneous.cs" />
142 <Compile Include="Utilities\Natives.cs" />
143 <Compile Include="Action\ZzzAction.cs" />
144 <Compile Include="Constants.cs" />
145 <Compile Include="Idle\IdleImminentEventArgs.cs" />
146 <Compile Include="Idle\Idler.cs" />
147 <Compile Include="Idle\IdleEventArgs.cs" />
148 <Compile Include="Idle\KeyboardInput.cs" />
149 <Compile Include="Idle\MouseInput.cs" />
150 <Compile Include="Action\Action.cs" />
151 <Compile Include="Action\ActionEventArgs.cs" />
152 <Compile Include="Action\ActionHelper.cs" />
153 <Compile Include="Utilities\LaunchOnBoot.cs" />
154 <Compile Include="Utilities\Pause.cs" />
155 <Compile Include="Program.cs" />
156 <Compile Include="Properties\AssemblyInfo.cs" />
157 <Compile Include="Action\ActionTrigger.cs" />
158 <Compile Include="Idle\WindowsHookHelper.cs" />
159 <Compile Include="State\ZzzState.cs" />
160 <Compile Include="Utilities\ScheduledContinuation.cs" />
161 <Compile Include="Utilities\Serialziation\Serialization.cs" />
162 <Compile Include="Utilities\Serialziation\SerializationFailure.cs" />
163 <Compile Include="Utilities\Serialziation\SerializationState.cs" />
164 <Compile Include="Utilities\Serialziation\SerializationSuccess.cs" />
2 office 165 <Compile Include="Utilities\WindowState.cs" />
1 office 166 <EmbeddedResource Include="AboutForm.resx">
167 <DependentUpon>AboutForm.cs</DependentUpon>
168 </EmbeddedResource>
169 <EmbeddedResource Include="LogViewForm.resx">
170 <DependentUpon>LogViewForm.cs</DependentUpon>
171 </EmbeddedResource>
172 <EmbeddedResource Include="MainForm.resx">
173 <DependentUpon>MainForm.cs</DependentUpon>
174 </EmbeddedResource>
175 <EmbeddedResource Include="Properties\Resources.resx">
176 <Generator>ResXFileCodeGenerator</Generator>
177 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
178 <SubType>Designer</SubType>
179 </EmbeddedResource>
180 <Compile Include="Properties\Resources.Designer.cs">
181 <AutoGen>True</AutoGen>
182 <DependentUpon>Resources.resx</DependentUpon>
183 <DesignTime>True</DesignTime>
184 </Compile>
185 <EmbeddedResource Include="SettingsForm.resx">
186 <DependentUpon>SettingsForm.cs</DependentUpon>
187 </EmbeddedResource>
188 <None Include="packages.config" />
189 </ItemGroup>
190 <ItemGroup>
191 <None Include="App.config">
192 <SubType>Designer</SubType>
193 </None>
194 </ItemGroup>
195 <ItemGroup>
196 <Content Include="img\about.png" />
197 <Content Include="img\cog.png" />
198 <Content Include="img\double-tap.png" />
199 <Content Include="img\exit.png" />
200 <Content Include="img\eye.png" />
201 <Content Include="img\hands.png" />
202 <Content Include="img\internet-of-things.png" />
203 <Content Include="img\keyboard.png" />
204 <Content Include="img\mouse.png" />
205 <Content Include="img\rinse.png" />
206 <Content Include="img\startup.png" />
207 <Content Include="img\tap.png" />
208 <Content Include="img\update.png" />
209 <Content Include="img\wood.png" />
210 <Content Include="img\Zzz.ico" />
211 <Content Include="img\Zzz.png" />
212 <Content Include="LICENSE.txt">
213 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
214 </Content>
215 <Content Include="Zzz.ico">
216 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
217 </Content>
218 </ItemGroup>
219 <ItemGroup>
220 <ProjectReference Include="..\Configuration\Configuration.csproj">
221 <Project>{e2287e96-1e56-4da2-95af-19907d348f85}</Project>
222 <Name>Configuration</Name>
223 </ProjectReference>
224 </ItemGroup>
225 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
226 </Project>