Winify – Blame information for rev 86
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <?xml version="1.0" encoding="utf-8"?> |
22 | office | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
1 | office | 3 | <PropertyGroup> |
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
6 | <ProjectGuid>{C93E26D8-ACFF-4FCF-9F03-D710F1CF9F87}</ProjectGuid> |
||
7 | <OutputType>WinExe</OutputType> |
||
8 | <RootNamespace>Winify</RootNamespace> |
||
9 | <AssemblyName>Winify</AssemblyName> |
||
53 | office | 10 | <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
1 | office | 11 | <FileAlignment>512</FileAlignment> |
12 | <Deterministic>true</Deterministic> |
||
28 | office | 13 | <NuGetPackageImportStamp> |
14 | </NuGetPackageImportStamp> |
||
32 | office | 15 | <TargetFrameworkProfile /> |
16 | <PublishUrl>publish\</PublishUrl> |
||
17 | <Install>true</Install> |
||
18 | <InstallFrom>Disk</InstallFrom> |
||
19 | <UpdateEnabled>false</UpdateEnabled> |
||
20 | <UpdateMode>Foreground</UpdateMode> |
||
21 | <UpdateInterval>7</UpdateInterval> |
||
22 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
||
23 | <UpdatePeriodically>false</UpdatePeriodically> |
||
24 | <UpdateRequired>false</UpdateRequired> |
||
25 | <MapFileExtensions>true</MapFileExtensions> |
||
26 | <ApplicationRevision>0</ApplicationRevision> |
||
27 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
||
28 | <IsWebBootstrapper>false</IsWebBootstrapper> |
||
29 | <UseApplicationTrust>false</UseApplicationTrust> |
||
30 | <BootstrapperEnabled>true</BootstrapperEnabled> |
||
1 | office | 31 | </PropertyGroup> |
32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
33 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
34 | <DebugSymbols>true</DebugSymbols> |
||
35 | <DebugType>full</DebugType> |
||
36 | <Optimize>false</Optimize> |
||
37 | <OutputPath>bin\Debug\</OutputPath> |
||
38 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
39 | <ErrorReport>prompt</ErrorReport> |
||
40 | <WarningLevel>4</WarningLevel> |
||
61 | office | 41 | <LangVersion>8</LangVersion> |
1 | office | 42 | </PropertyGroup> |
43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
44 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
45 | <DebugType>pdbonly</DebugType> |
||
46 | <Optimize>true</Optimize> |
||
47 | <OutputPath>bin\Release\</OutputPath> |
||
48 | <DefineConstants>TRACE</DefineConstants> |
||
49 | <ErrorReport>prompt</ErrorReport> |
||
50 | <WarningLevel>4</WarningLevel> |
||
61 | office | 51 | <LangVersion>8</LangVersion> |
1 | office | 52 | </PropertyGroup> |
53 | <PropertyGroup> |
||
54 | <ApplicationIcon>Winify.ico</ApplicationIcon> |
||
55 | </PropertyGroup> |
||
27 | office | 56 | <PropertyGroup> |
30 | office | 57 | <StartupObject>Winify.Program</StartupObject> |
27 | office | 58 | </PropertyGroup> |
1 | office | 59 | <ItemGroup> |
30 | office | 60 | <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL"> |
76 | office | 61 | <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.3.0\lib\net452\BouncyCastle.Crypto.dll</HintPath> |
1 | office | 62 | </Reference> |
44 | office | 63 | <Reference Include="Jot, Version=2.1.17.0, Culture=neutral, PublicKeyToken=6b498f69c5f88322, processorArchitecture=MSIL"> |
64 | <HintPath>..\packages\Jot.2.1.17\lib\netstandard2.0\Jot.dll</HintPath> |
||
30 | office | 65 | </Reference> |
86 | office | 66 | <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
67 | <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath> |
||
61 | office | 68 | </Reference> |
76 | office | 69 | <Reference Include="NetSparkle, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL"> |
70 | <HintPath>..\packages\NetSparkleUpdater.SparkleUpdater.2.3.0\lib\net452\NetSparkle.dll</HintPath> |
||
44 | office | 71 | </Reference> |
30 | office | 72 | <Reference Include="NetSparkleUpdater.UI.WinForms, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
76 | office | 73 | <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.3.0\lib\net452\NetSparkleUpdater.UI.WinForms.dll</HintPath> |
30 | office | 74 | </Reference> |
1 | office | 75 | <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
76 | office | 76 | <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.3.0\lib\net452\Newtonsoft.Json.dll</HintPath> |
1 | office | 77 | </Reference> |
81 | office | 78 | <Reference Include="Serilog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> |
79 | <HintPath>..\packages\Serilog.4.0.0\lib\net471\Serilog.dll</HintPath> |
||
18 | office | 80 | </Reference> |
84 | office | 81 | <Reference Include="Serilog.Sinks.File, Version=6.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> |
82 | <HintPath>..\packages\Serilog.Sinks.File.6.0.0\lib\net471\Serilog.Sinks.File.dll</HintPath> |
||
18 | office | 83 | </Reference> |
1 | office | 84 | <Reference Include="System" /> |
67 | office | 85 | <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
86 | <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath> |
||
87 | </Reference> |
||
88 | <Reference Include="System.Collections.Immutable, Version=1.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
||
89 | <HintPath>..\packages\System.Collections.Immutable.1.3.1\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath> |
||
90 | </Reference> |
||
37 | office | 91 | <Reference Include="System.ComponentModel.Composition" /> |
1 | office | 92 | <Reference Include="System.Core" /> |
28 | office | 93 | <Reference Include="System.Data" /> |
30 | office | 94 | <Reference Include="System.Data.DataSetExtensions" /> |
81 | office | 95 | <Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
96 | <HintPath>..\packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath> |
||
76 | office | 97 | </Reference> |
45 | office | 98 | <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
99 | <HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath> |
||
100 | <Private>True</Private> |
||
101 | <Private>True</Private> |
||
102 | </Reference> |
||
30 | office | 103 | <Reference Include="System.Management" /> |
76 | office | 104 | <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
105 | <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath> |
||
67 | office | 106 | </Reference> |
45 | office | 107 | <Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
108 | <HintPath>..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath> |
||
109 | <Private>True</Private> |
||
110 | <Private>True</Private> |
||
111 | </Reference> |
||
32 | office | 112 | <Reference Include="System.Numerics" /> |
67 | office | 113 | <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
114 | <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath> |
||
115 | </Reference> |
||
45 | office | 116 | <Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
117 | <HintPath>..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath> |
||
118 | <Private>True</Private> |
||
119 | <Private>True</Private> |
||
120 | </Reference> |
||
61 | office | 121 | <Reference Include="System.Runtime.Caching" /> |
81 | office | 122 | <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
123 | <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
||
61 | office | 124 | </Reference> |
45 | office | 125 | <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
126 | <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath> |
||
127 | <Private>True</Private> |
||
128 | <Private>True</Private> |
||
129 | </Reference> |
||
130 | <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
||
131 | <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath> |
||
132 | <Private>True</Private> |
||
133 | <Private>True</Private> |
||
134 | </Reference> |
||
135 | <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
||
136 | <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath> |
||
137 | <Private>True</Private> |
||
138 | <Private>True</Private> |
||
139 | </Reference> |
||
140 | <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
||
141 | <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath> |
||
142 | <Private>True</Private> |
||
143 | <Private>True</Private> |
||
144 | </Reference> |
||
81 | office | 145 | <Reference Include="System.Threading.Channels, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
146 | <HintPath>..\packages\System.Threading.Channels.8.0.0\lib\net462\System.Threading.Channels.dll</HintPath> |
||
147 | </Reference> |
||
61 | office | 148 | <Reference Include="System.Threading.Tasks.Dataflow, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
149 | <HintPath>..\packages\System.Threading.Tasks.Dataflow.7.0.0\lib\net462\System.Threading.Tasks.Dataflow.dll</HintPath> |
||
150 | </Reference> |
||
151 | <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
||
152 | <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath> |
||
153 | </Reference> |
||
1 | office | 154 | <Reference Include="System.Windows" /> |
155 | <Reference Include="System.Xaml" /> |
||
156 | <Reference Include="Microsoft.CSharp" /> |
||
157 | <Reference Include="System.Drawing" /> |
||
158 | <Reference Include="System.Windows.Forms" /> |
||
159 | <Reference Include="System.Xml" /> |
||
30 | office | 160 | <Reference Include="System.Xml.Linq" /> |
44 | office | 161 | <Reference Include="websocket-sharp, Version=1.0.2.59611, Culture=neutral, PublicKeyToken=5660b08a1845a91e, processorArchitecture=MSIL"> |
162 | <HintPath>..\packages\WebSocketSharp.1.0.3-rc11\lib\websocket-sharp.dll</HintPath> |
||
163 | </Reference> |
||
1 | office | 164 | <Reference Include="WindowsBase" /> |
165 | </ItemGroup> |
||
166 | <ItemGroup> |
||
167 | <Compile Include="AboutForm.cs"> |
||
168 | <SubType>Form</SubType> |
||
169 | </Compile> |
||
170 | <Compile Include="AboutForm.Designer.cs"> |
||
171 | <DependentUpon>AboutForm.cs</DependentUpon> |
||
172 | </Compile> |
||
173 | <Compile Include="Constants.cs" /> |
||
84 | office | 174 | <Compile Include="Gotify\GotifyConnectionApplication.cs" /> |
175 | <Compile Include="Gotify\GotifyConnectionData.cs" /> |
||
66 | office | 176 | <Compile Include="Gotify\GotifyMessageExtras.cs" /> |
177 | <Compile Include="Gotify\GotifyMessageExtrasClientDisplay.cs" /> |
||
59 | office | 178 | <Compile Include="Gotify\GotifyMessageQuery.cs" /> |
179 | <Compile Include="Gotify\GotifyPaging.cs" /> |
||
43 | office | 180 | <Compile Include="LogViewForm.cs"> |
181 | <SubType>Form</SubType> |
||
182 | </Compile> |
||
183 | <Compile Include="LogViewForm.Designer.cs"> |
||
184 | <DependentUpon>LogViewForm.cs</DependentUpon> |
||
185 | </Compile> |
||
30 | office | 186 | <Compile Include="MainForm.cs"> |
1 | office | 187 | <SubType>Form</SubType> |
188 | </Compile> |
||
30 | office | 189 | <Compile Include="MainForm.Designer.cs"> |
190 | <DependentUpon>MainForm.cs</DependentUpon> |
||
1 | office | 191 | </Compile> |
192 | <Compile Include="Gotify\GotifyApplication.cs" /> |
||
193 | <Compile Include="Gotify\GotifyConnection.cs" /> |
||
59 | office | 194 | <Compile Include="Gotify\GotifyMessage.cs" /> |
67 | office | 195 | <Compile Include="Gotify\GotifyMessageEventArgs.cs" /> |
25 | office | 196 | <Compile Include="Settings\SettingsSavedEventArgs.cs" /> |
14 | office | 197 | <Compile Include="Utilities\AES.cs" /> |
43 | office | 198 | <Compile Include="Utilities\LogMemorySink.cs" /> |
8 | office | 199 | <Compile Include="Utilities\Natives.cs" /> |
1 | office | 200 | <Compile Include="Program.cs" /> |
4 | office | 201 | <Compile Include="Properties\Annotations.cs" /> |
1 | office | 202 | <Compile Include="Properties\AssemblyInfo.cs" /> |
8 | office | 203 | <Compile Include="Utilities\Components\ReadOnlyRichTextBox.cs"> |
1 | office | 204 | <SubType>Component</SubType> |
205 | </Compile> |
||
8 | office | 206 | <Compile Include="Utilities\Components\ReadOnlyRichTextBox.Designer.cs"> |
1 | office | 207 | <DependentUpon>ReadOnlyRichTextBox.cs</DependentUpon> |
208 | </Compile> |
||
25 | office | 209 | <Compile Include="Settings\SettingsForm.cs"> |
1 | office | 210 | <SubType>Form</SubType> |
211 | </Compile> |
||
25 | office | 212 | <Compile Include="Settings\SettingsForm.Designer.cs"> |
1 | office | 213 | <DependentUpon>SettingsForm.cs</DependentUpon> |
214 | </Compile> |
||
215 | <Compile Include="Utilities\Miscellaneous.cs" /> |
||
30 | office | 216 | <Compile Include="Utilities\ScheduledContinuation.cs" /> |
217 | <Compile Include="Utilities\Serialization\Serialization.cs" /> |
||
218 | <Compile Include="Utilities\Serialization\SerializationFailure.cs" /> |
||
219 | <Compile Include="Utilities\Serialization\SerializationState.cs" /> |
||
220 | <Compile Include="Utilities\Serialization\SerializationSuccess.cs" /> |
||
44 | office | 221 | <Compile Include="Utilities\WindowState.cs" /> |
1 | office | 222 | <EmbeddedResource Include="AboutForm.resx"> |
223 | <DependentUpon>AboutForm.cs</DependentUpon> |
||
224 | </EmbeddedResource> |
||
43 | office | 225 | <EmbeddedResource Include="LogViewForm.resx"> |
226 | <DependentUpon>LogViewForm.cs</DependentUpon> |
||
227 | </EmbeddedResource> |
||
30 | office | 228 | <EmbeddedResource Include="MainForm.resx"> |
229 | <DependentUpon>MainForm.cs</DependentUpon> |
||
1 | office | 230 | </EmbeddedResource> |
231 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
232 | <Generator>ResXFileCodeGenerator</Generator> |
||
233 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
234 | <SubType>Designer</SubType> |
||
235 | </EmbeddedResource> |
||
236 | <Compile Include="Properties\Resources.Designer.cs"> |
||
237 | <AutoGen>True</AutoGen> |
||
238 | <DependentUpon>Resources.resx</DependentUpon> |
||
12 | office | 239 | <DesignTime>True</DesignTime> |
1 | office | 240 | </Compile> |
25 | office | 241 | <EmbeddedResource Include="Settings\SettingsForm.resx"> |
1 | office | 242 | <DependentUpon>SettingsForm.cs</DependentUpon> |
243 | </EmbeddedResource> |
||
44 | office | 244 | <None Include="app.config" /> |
32 | office | 245 | <None Include="packages.config" /> |
12 | office | 246 | <None Include="Resources\winify.psd" /> |
1 | office | 247 | </ItemGroup> |
248 | <ItemGroup> |
||
22 | office | 249 | <ProjectReference Include="..\Announcements\Announcements.csproj"> |
250 | <Project>{aebb1e52-0676-406f-980b-708006ea36e0}</Project> |
||
15 | office | 251 | <Name>Announcements</Name> |
252 | </ProjectReference> |
||
30 | office | 253 | <ProjectReference Include="..\Configuration\Configuration.csproj"> |
254 | <Project>{8fe7e58c-082e-4770-b823-008d1d90c8a7}</Project> |
||
255 | <Name>Configuration</Name> |
||
256 | </ProjectReference> |
||
6 | office | 257 | <ProjectReference Include="..\Servers\Servers.csproj"> |
258 | <Project>{ddab11f9-3308-4464-b864-4d75cba1acc8}</Project> |
||
259 | <Name>Servers</Name> |
||
260 | </ProjectReference> |
||
29 | office | 261 | <ProjectReference Include="..\Toasts\Toasts.csproj"> |
22 | office | 262 | <Project>{380d8d88-386c-4c50-9a54-800f79fdf7d2}</Project> |
29 | office | 263 | <Name>Toasts</Name> |
22 | office | 264 | </ProjectReference> |
6 | office | 265 | </ItemGroup> |
266 | <ItemGroup> |
||
12 | office | 267 | <Content Include="Resources\about.png" /> |
268 | <Content Include="Resources\close.png" /> |
||
269 | <Content Include="Resources\exit.png" /> |
||
270 | <Content Include="Resources\notification.wav" /> |
||
271 | <Content Include="Resources\settings.png" /> |
||
272 | <Content Include="Resources\update.png" /> |
||
273 | <Content Include="Resources\Winify.ico" /> |
||
274 | <Content Include="Resources\winify.png" /> |
||
43 | office | 275 | <Content Include="Resources\wood.png" /> |
1 | office | 276 | <Content Include="Winify.ico" /> |
277 | </ItemGroup> |
||
8 | office | 278 | <ItemGroup /> |
1 | office | 279 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
280 | </Project> |