Winify – Diff between revs 81 and 84

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 81 Rev 84
Line 76... Line 76...
76 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.3.0\lib\net452\Newtonsoft.Json.dll</HintPath> 76 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.3.0\lib\net452\Newtonsoft.Json.dll</HintPath>
77 </Reference> 77 </Reference>
78 <Reference Include="Serilog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> 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> 79 <HintPath>..\packages\Serilog.4.0.0\lib\net471\Serilog.dll</HintPath>
80 </Reference> 80 </Reference>
81 <Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> 81 <Reference Include="Serilog.Sinks.File, Version=6.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
82 <HintPath>..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath> 82 <HintPath>..\packages\Serilog.Sinks.File.6.0.0\lib\net471\Serilog.Sinks.File.dll</HintPath>
83 </Reference> 83 </Reference>
84 <Reference Include="System" /> 84 <Reference Include="System" />
85 <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> 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> 86 <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
87 </Reference> 87 </Reference>
Line 169... Line 169...
169 </Compile> 169 </Compile>
170 <Compile Include="AboutForm.Designer.cs"> 170 <Compile Include="AboutForm.Designer.cs">
171 <DependentUpon>AboutForm.cs</DependentUpon> 171 <DependentUpon>AboutForm.cs</DependentUpon>
172 </Compile> 172 </Compile>
173 <Compile Include="Constants.cs" /> 173 <Compile Include="Constants.cs" />
-   174 <Compile Include="Gotify\GotifyConnectionApplication.cs" />
-   175 <Compile Include="Gotify\GotifyConnectionData.cs" />
174 <Compile Include="Gotify\GotifyMessageExtras.cs" /> 176 <Compile Include="Gotify\GotifyMessageExtras.cs" />
175 <Compile Include="Gotify\GotifyMessageExtrasClientDisplay.cs" /> 177 <Compile Include="Gotify\GotifyMessageExtrasClientDisplay.cs" />
176 <Compile Include="Gotify\GotifyMessageQuery.cs" /> 178 <Compile Include="Gotify\GotifyMessageQuery.cs" />
177 <Compile Include="Gotify\GotifyPaging.cs" /> 179 <Compile Include="Gotify\GotifyPaging.cs" />
178 <Compile Include="LogViewForm.cs"> 180 <Compile Include="LogViewForm.cs">