Winify – Diff between revs 12 and 14

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 12 Rev 14
Line 6... Line 6...
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{C93E26D8-ACFF-4FCF-9F03-D710F1CF9F87}</ProjectGuid> 7 <ProjectGuid>{C93E26D8-ACFF-4FCF-9F03-D710F1CF9F87}</ProjectGuid>
8 <OutputType>WinExe</OutputType> 8 <OutputType>WinExe</OutputType>
9 <RootNamespace>Winify</RootNamespace> 9 <RootNamespace>Winify</RootNamespace>
10 <AssemblyName>Winify</AssemblyName> 10 <AssemblyName>Winify</AssemblyName>
11 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> 11 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12 <FileAlignment>512</FileAlignment> 12 <FileAlignment>512</FileAlignment>
13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> 13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 <Deterministic>true</Deterministic> 14 <Deterministic>true</Deterministic>
-   15 <TargetFrameworkProfile />
15 </PropertyGroup> 16 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <PlatformTarget>AnyCPU</PlatformTarget> 18 <PlatformTarget>AnyCPU</PlatformTarget>
18 <DebugSymbols>true</DebugSymbols> 19 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType> 20 <DebugType>full</DebugType>
Line 40... Line 41...
40 <HintPath>..\packages\Autoupdater.NET.Official.1.7.0\lib\net45\AutoUpdater.NET.dll</HintPath> 41 <HintPath>..\packages\Autoupdater.NET.Official.1.7.0\lib\net45\AutoUpdater.NET.dll</HintPath>
41 </Reference> 42 </Reference>
42 <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> 43 <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
43 <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> 44 <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
44 </Reference> 45 </Reference>
45 <Reference Include="PresentationFramework" /> -  
46 <Reference Include="System" /> 46 <Reference Include="System" />
47 <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> 47 <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
48 <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath> 48 <HintPath>..\packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll</HintPath>
49 </Reference> 49 </Reference>
50 <Reference Include="System.Configuration" /> 50 <Reference Include="System.Configuration" />
51 <Reference Include="System.Core" /> 51 <Reference Include="System.Core" />
52 <Reference Include="System.Net.WebSockets.Client.Managed, Version=1.0.22.0, Culture=neutral, processorArchitecture=MSIL"> 52 <Reference Include="System.Net.WebSockets.Client.Managed, Version=1.0.22.0, Culture=neutral, processorArchitecture=MSIL">
53 <HintPath>..\packages\System.Net.WebSockets.Client.Managed.1.0.22\lib\net45\System.Net.WebSockets.Client.Managed.dll</HintPath> 53 <HintPath>..\packages\System.Net.WebSockets.Client.Managed.1.0.22\lib\net45\System.Net.WebSockets.Client.Managed.dll</HintPath>
54 </Reference> 54 </Reference>
55 <Reference Include="System.Numerics" /> -  
56 <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 55 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
57 <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath> 56 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\portable-net45+win8+wp8+wpa81\System.Numerics.Vectors.dll</HintPath>
58 </Reference> 57 </Reference>
59 <Reference Include="System.Runtime.Serialization" /> -  
60 <Reference Include="System.Windows" /> 58 <Reference Include="System.Windows" />
61 <Reference Include="System.Xaml" /> 59 <Reference Include="System.Xaml" />
62 <Reference Include="System.Xml.Linq" /> -  
63 <Reference Include="System.Data.DataSetExtensions" /> -  
64 <Reference Include="Microsoft.CSharp" /> 60 <Reference Include="Microsoft.CSharp" />
65 <Reference Include="System.Data" /> -  
66 <Reference Include="System.Deployment" /> -  
67 <Reference Include="System.Drawing" /> 61 <Reference Include="System.Drawing" />
68 <Reference Include="System.Net.Http" /> 62 <Reference Include="System.Net.Http" />
69 <Reference Include="System.Windows.Forms" /> 63 <Reference Include="System.Windows.Forms" />
70 <Reference Include="System.Xml" /> 64 <Reference Include="System.Xml" />
71 <Reference Include="WindowsBase" /> 65 <Reference Include="WindowsBase" />
Line 92... Line 86...
92 <Compile Include="Gotify\GotifyApplication.cs" /> 86 <Compile Include="Gotify\GotifyApplication.cs" />
93 <Compile Include="Gotify\GotifyConnectionManager.cs" /> 87 <Compile Include="Gotify\GotifyConnectionManager.cs" />
94 <Compile Include="Gotify\GotifyConnection.cs" /> 88 <Compile Include="Gotify\GotifyConnection.cs" />
95 <Compile Include="Gotify\GotifyNotification.cs" /> 89 <Compile Include="Gotify\GotifyNotification.cs" />
96 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" /> 90 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" />
-   91 <Compile Include="Utilities\AES.cs" />
97 <Compile Include="Utilities\Natives.cs" /> 92 <Compile Include="Utilities\Natives.cs" />
98 <Compile Include="NotificationForm.cs"> 93 <Compile Include="NotificationForm.cs">
99 <SubType>Form</SubType> 94 <SubType>Form</SubType>
100 </Compile> 95 </Compile>
101 <Compile Include="NotificationForm.Designer.cs"> 96 <Compile Include="NotificationForm.Designer.cs">