Zzz – Blame information for rev 2

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">
41 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.1\lib\net452\BouncyCastle.Crypto.dll</HintPath>
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>
1 office 49 <Reference Include="MQTTnet, Version=3.1.1.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL">
50 <HintPath>..\packages\MQTTnet.3.1.1\lib\net452\MQTTnet.dll</HintPath>
51 </Reference>
52 <Reference Include="NetSparkle, Version=2.2.1.0, Culture=neutral, processorArchitecture=MSIL">
53 <HintPath>..\packages\NetSparkleUpdater.SparkleUpdater.2.2.1\lib\net452\NetSparkle.dll</HintPath>
54 </Reference>
55 <Reference Include="NetSparkleUpdater.UI.WinForms, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
56 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.1\lib\net452\NetSparkleUpdater.UI.WinForms.dll</HintPath>
57 </Reference>
58 <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
2 office 59 <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\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">
64 <HintPath>..\packages\Serilog.2.10.0\lib\net45\Serilog.dll</HintPath>
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" />
70 <Reference Include="System.Configuration" />
71 <Reference Include="System.Core" />
72 <Reference Include="System.Management" />
73 <Reference Include="System.Runtime.Serialization" />
74 <Reference Include="System.Web.Extensions" />
75 <Reference Include="System.Xaml" />
76 <Reference Include="System.Xml.Linq" />
77 <Reference Include="System.Data.DataSetExtensions" />
78 <Reference Include="Microsoft.CSharp" />
79 <Reference Include="System.Data" />
80 <Reference Include="System.Deployment" />
81 <Reference Include="System.Drawing" />
82 <Reference Include="System.Net.Http" />
83 <Reference Include="System.Windows.Forms" />
84 <Reference Include="System.Xml" />
85 <Reference Include="UIAutomationClient" />
86 <Reference Include="UIAutomationTypes" />
87 <Reference Include="WindowsBase" />
88 </ItemGroup>
89 <ItemGroup>
90 <Compile Include="AboutForm.cs">
91 <SubType>Form</SubType>
92 </Compile>
93 <Compile Include="AboutForm.Designer.cs">
94 <DependentUpon>AboutForm.cs</DependentUpon>
95 </Compile>
96 <Compile Include="Clients\MqttActionReceivedEventArgs.cs" />
97 <Compile Include="Clients\MqttStateReceivedEventArgs.cs" />
98 <Compile Include="Clients\MqttClient.cs" />
99 <Compile Include="Idle\BluetoothScan.cs" />
100 <Compile Include="Idle\IdleMark.cs" />
101 <Compile Include="Idle\MouseMovedEventArgs.cs" />
102 <Compile Include="Idle\WindowPresence.cs" />
103 <Compile Include="LogViewForm.cs">
104 <SubType>Form</SubType>
105 </Compile>
106 <Compile Include="LogViewForm.Designer.cs">
107 <DependentUpon>LogViewForm.cs</DependentUpon>
108 </Compile>
109 <Compile Include="MainForm.cs">
110 <SubType>Form</SubType>
111 </Compile>
112 <Compile Include="MainForm.Designer.cs">
113 <DependentUpon>MainForm.cs</DependentUpon>
114 </Compile>
115 <Compile Include="SettingsForm.cs">
116 <SubType>Form</SubType>
117 </Compile>
118 <Compile Include="SettingsForm.Designer.cs">
119 <DependentUpon>SettingsForm.cs</DependentUpon>
120 </Compile>
121 <Compile Include="Action\ActionAttribute.cs" />
122 <Compile Include="State\State.cs" />
123 <Compile Include="Utilities\Helpers.cs" />
124 <Compile Include="Utilities\LogMemorySink.cs" />
125 <Compile Include="Utilities\Miscellaneous.cs" />
126 <Compile Include="Utilities\Natives.cs" />
127 <Compile Include="Action\ZzzAction.cs" />
128 <Compile Include="Constants.cs" />
129 <Compile Include="Idle\IdleImminentEventArgs.cs" />
130 <Compile Include="Idle\Idler.cs" />
131 <Compile Include="Idle\IdleEventArgs.cs" />
132 <Compile Include="Idle\KeyboardInput.cs" />
133 <Compile Include="Idle\MouseInput.cs" />
134 <Compile Include="Action\Action.cs" />
135 <Compile Include="Action\ActionEventArgs.cs" />
136 <Compile Include="Action\ActionHelper.cs" />
137 <Compile Include="Utilities\LaunchOnBoot.cs" />
138 <Compile Include="Utilities\Pause.cs" />
139 <Compile Include="Program.cs" />
140 <Compile Include="Properties\AssemblyInfo.cs" />
141 <Compile Include="Action\ActionTrigger.cs" />
142 <Compile Include="Idle\WindowsHookHelper.cs" />
143 <Compile Include="State\ZzzState.cs" />
144 <Compile Include="Utilities\ScheduledContinuation.cs" />
145 <Compile Include="Utilities\Serialziation\Serialization.cs" />
146 <Compile Include="Utilities\Serialziation\SerializationFailure.cs" />
147 <Compile Include="Utilities\Serialziation\SerializationState.cs" />
148 <Compile Include="Utilities\Serialziation\SerializationSuccess.cs" />
2 office 149 <Compile Include="Utilities\WindowState.cs" />
1 office 150 <EmbeddedResource Include="AboutForm.resx">
151 <DependentUpon>AboutForm.cs</DependentUpon>
152 </EmbeddedResource>
153 <EmbeddedResource Include="LogViewForm.resx">
154 <DependentUpon>LogViewForm.cs</DependentUpon>
155 </EmbeddedResource>
156 <EmbeddedResource Include="MainForm.resx">
157 <DependentUpon>MainForm.cs</DependentUpon>
158 </EmbeddedResource>
159 <EmbeddedResource Include="Properties\Resources.resx">
160 <Generator>ResXFileCodeGenerator</Generator>
161 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
162 <SubType>Designer</SubType>
163 </EmbeddedResource>
164 <Compile Include="Properties\Resources.Designer.cs">
165 <AutoGen>True</AutoGen>
166 <DependentUpon>Resources.resx</DependentUpon>
167 <DesignTime>True</DesignTime>
168 </Compile>
169 <EmbeddedResource Include="SettingsForm.resx">
170 <DependentUpon>SettingsForm.cs</DependentUpon>
171 </EmbeddedResource>
172 <None Include="packages.config" />
173 </ItemGroup>
174 <ItemGroup>
175 <None Include="App.config">
176 <SubType>Designer</SubType>
177 </None>
178 </ItemGroup>
179 <ItemGroup>
180 <Content Include="img\about.png" />
181 <Content Include="img\cog.png" />
182 <Content Include="img\double-tap.png" />
183 <Content Include="img\exit.png" />
184 <Content Include="img\eye.png" />
185 <Content Include="img\hands.png" />
186 <Content Include="img\internet-of-things.png" />
187 <Content Include="img\keyboard.png" />
188 <Content Include="img\mouse.png" />
189 <Content Include="img\rinse.png" />
190 <Content Include="img\startup.png" />
191 <Content Include="img\tap.png" />
192 <Content Include="img\update.png" />
193 <Content Include="img\wood.png" />
194 <Content Include="img\Zzz.ico" />
195 <Content Include="img\Zzz.png" />
196 <Content Include="LICENSE.txt">
197 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
198 </Content>
199 <Content Include="Zzz.ico">
200 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
201 </Content>
202 </ItemGroup>
203 <ItemGroup>
204 <ProjectReference Include="..\Configuration\Configuration.csproj">
205 <Project>{e2287e96-1e56-4da2-95af-19907d348f85}</Project>
206 <Name>Configuration</Name>
207 </ProjectReference>
208 </ItemGroup>
209 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
210 </Project>