Winify – Diff between revs 66 and 67

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 66 Rev 67
Line 80... Line 80...
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=5.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.5.0.0\lib\net45\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">
-   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>
85 <Reference Include="System.ComponentModel.Composition" /> 91 <Reference Include="System.ComponentModel.Composition" />
86 <Reference Include="System.Core" /> 92 <Reference Include="System.Core" />
87 <Reference Include="System.Data" /> 93 <Reference Include="System.Data" />
88 <Reference Include="System.Data.DataSetExtensions" /> 94 <Reference Include="System.Data.DataSetExtensions" />
89 <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 95 <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
90 <HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath> 96 <HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
91 <Private>True</Private> 97 <Private>True</Private>
92 <Private>True</Private> 98 <Private>True</Private>
93 </Reference> 99 </Reference>
94 <Reference Include="System.Management" /> 100 <Reference Include="System.Management" />
-   101 <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
-   102 <HintPath>..\packages\System.Memory.4.5.2\lib\netstandard2.0\System.Memory.dll</HintPath>
-   103 </Reference>
95 <Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 104 <Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
96 <HintPath>..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath> 105 <HintPath>..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>
97 <Private>True</Private> 106 <Private>True</Private>
98 <Private>True</Private> 107 <Private>True</Private>
99 </Reference> 108 </Reference>
100 <Reference Include="System.Numerics" /> 109 <Reference Include="System.Numerics" />
-   110 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
-   111 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
-   112 </Reference>
101 <Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 113 <Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
102 <HintPath>..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath> 114 <HintPath>..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
103 <Private>True</Private> 115 <Private>True</Private>
104 <Private>True</Private> 116 <Private>True</Private>
105 </Reference> 117 </Reference>
Line 170... Line 182...
170 <DependentUpon>MainForm.cs</DependentUpon> 182 <DependentUpon>MainForm.cs</DependentUpon>
171 </Compile> 183 </Compile>
172 <Compile Include="Gotify\GotifyApplication.cs" /> 184 <Compile Include="Gotify\GotifyApplication.cs" />
173 <Compile Include="Gotify\GotifyConnection.cs" /> 185 <Compile Include="Gotify\GotifyConnection.cs" />
174 <Compile Include="Gotify\GotifyMessage.cs" /> 186 <Compile Include="Gotify\GotifyMessage.cs" />
175 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" /> 187 <Compile Include="Gotify\GotifyMessageEventArgs.cs" />
176 <Compile Include="Settings\SettingsSavedEventArgs.cs" /> 188 <Compile Include="Settings\SettingsSavedEventArgs.cs" />
177 <Compile Include="Utilities\AES.cs" /> 189 <Compile Include="Utilities\AES.cs" />
178 <Compile Include="Utilities\LogMemorySink.cs" /> 190 <Compile Include="Utilities\LogMemorySink.cs" />
179 <Compile Include="Utilities\Natives.cs" /> 191 <Compile Include="Utilities\Natives.cs" />
180 <Compile Include="Program.cs" /> 192 <Compile Include="Program.cs" />