Winify – Diff between revs 16 and 18

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 16 Rev 18
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 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')" /> 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <PropertyGroup> 4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
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.5.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 <TargetFrameworkProfile />
16 </PropertyGroup> 16 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <PlatformTarget>AnyCPU</PlatformTarget> 18 <PlatformTarget>AnyCPU</PlatformTarget>
19 <DebugSymbols>true</DebugSymbols> 19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType> 20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize> 21 <Optimize>false</Optimize>
22 <OutputPath>bin\Debug\</OutputPath> 22 <OutputPath>bin\Debug\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport> 24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel> 25 <WarningLevel>4</WarningLevel>
26 </PropertyGroup> 26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <PlatformTarget>AnyCPU</PlatformTarget> 28 <PlatformTarget>AnyCPU</PlatformTarget>
29 <DebugType>pdbonly</DebugType> 29 <DebugType>pdbonly</DebugType>
30 <Optimize>true</Optimize> 30 <Optimize>true</Optimize>
31 <OutputPath>bin\Release\</OutputPath> 31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants> 32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport> 33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel> 34 <WarningLevel>4</WarningLevel>
35 </PropertyGroup> 35 </PropertyGroup>
36 <PropertyGroup> 36 <PropertyGroup>
37 <ApplicationIcon>Winify.ico</ApplicationIcon> 37 <ApplicationIcon>Winify.ico</ApplicationIcon>
38 </PropertyGroup> 38 </PropertyGroup>
39 <ItemGroup> 39 <ItemGroup>
40 <Reference Include="AutoUpdater.NET, Version=1.7.0.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL"> 40 <Reference Include="AutoUpdater.NET, Version=1.7.0.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL">
41 <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>
42 </Reference> 42 </Reference>
43 <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">
44 <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>
45 </Reference> 45 </Reference>
-   46 <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
-   47 <HintPath>..\packages\Serilog.2.10.0\lib\net45\Serilog.dll</HintPath>
-   48 </Reference>
-   49 <Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
-   50 <HintPath>..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
-   51 </Reference>
46 <Reference Include="System" /> 52 <Reference Include="System" />
47 <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> 53 <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
48 <HintPath>..\packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll</HintPath> 54 <HintPath>..\packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll</HintPath>
49 </Reference> 55 </Reference>
50 <Reference Include="System.Configuration" /> 56 <Reference Include="System.Configuration" />
51 <Reference Include="System.Core" /> 57 <Reference Include="System.Core" />
52 <Reference Include="System.Net.WebSockets.Client.Managed, Version=1.0.22.0, Culture=neutral, processorArchitecture=MSIL"> 58 <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> 59 <HintPath>..\packages\System.Net.WebSockets.Client.Managed.1.0.22\lib\net45\System.Net.WebSockets.Client.Managed.dll</HintPath>
54 </Reference> 60 </Reference>
55 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 61 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
56 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\portable-net45+win8+wp8+wpa81\System.Numerics.Vectors.dll</HintPath> 62 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\portable-net45+win8+wp8+wpa81\System.Numerics.Vectors.dll</HintPath>
57 </Reference> 63 </Reference>
58 <Reference Include="System.Speech" /> 64 <Reference Include="System.Speech" />
59 <Reference Include="System.Windows" /> 65 <Reference Include="System.Windows" />
60 <Reference Include="System.Xaml" /> 66 <Reference Include="System.Xaml" />
61 <Reference Include="Microsoft.CSharp" /> 67 <Reference Include="Microsoft.CSharp" />
62 <Reference Include="System.Drawing" /> 68 <Reference Include="System.Drawing" />
63 <Reference Include="System.Net.Http" /> 69 <Reference Include="System.Net.Http" />
64 <Reference Include="System.Windows.Forms" /> 70 <Reference Include="System.Windows.Forms" />
65 <Reference Include="System.Xml" /> 71 <Reference Include="System.Xml" />
66 <Reference Include="WindowsBase" /> 72 <Reference Include="WindowsBase" />
67 </ItemGroup> 73 </ItemGroup>
68 <ItemGroup> 74 <ItemGroup>
69 <Compile Include="AboutForm.cs"> 75 <Compile Include="AboutForm.cs">
70 <SubType>Form</SubType> 76 <SubType>Form</SubType>
71 </Compile> 77 </Compile>
72 <Compile Include="AboutForm.Designer.cs"> 78 <Compile Include="AboutForm.Designer.cs">
73 <DependentUpon>AboutForm.cs</DependentUpon> 79 <DependentUpon>AboutForm.cs</DependentUpon>
74 </Compile> 80 </Compile>
75 <Compile Include="NotificationManager.cs" /> 81 <Compile Include="NotificationManager.cs" />
76 <Compile Include="Servers\Serialization\SerializationFailure.cs" /> 82 <Compile Include="Servers\Serialization\SerializationFailure.cs" />
77 <Compile Include="Servers\Serialization\SerializationState.cs" /> 83 <Compile Include="Servers\Serialization\SerializationState.cs" />
78 <Compile Include="Servers\Serialization\SerializationSuccess.cs" /> 84 <Compile Include="Servers\Serialization\SerializationSuccess.cs" />
79 <Compile Include="Servers\Serialization\ServersSerialization.cs" /> 85 <Compile Include="Servers\Serialization\ServersSerialization.cs" />
80 <Compile Include="Constants.cs" /> 86 <Compile Include="Constants.cs" />
81 <Compile Include="Form1.cs"> 87 <Compile Include="Form1.cs">
82 <SubType>Form</SubType> 88 <SubType>Form</SubType>
83 </Compile> 89 </Compile>
84 <Compile Include="Form1.Designer.cs"> 90 <Compile Include="Form1.Designer.cs">
85 <DependentUpon>Form1.cs</DependentUpon> 91 <DependentUpon>Form1.cs</DependentUpon>
86 </Compile> 92 </Compile>
87 <Compile Include="Gotify\GotifyApplication.cs" /> 93 <Compile Include="Gotify\GotifyApplication.cs" />
88 <Compile Include="Gotify\GotifyConnectionManager.cs" /> 94 <Compile Include="Gotify\GotifyConnectionManager.cs" />
89 <Compile Include="Gotify\GotifyConnection.cs" /> 95 <Compile Include="Gotify\GotifyConnection.cs" />
90 <Compile Include="Gotify\GotifyNotification.cs" /> 96 <Compile Include="Gotify\GotifyNotification.cs" />
91 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" /> 97 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" />
92 <Compile Include="Utilities\AES.cs" /> 98 <Compile Include="Utilities\AES.cs" />
93 <Compile Include="Utilities\Natives.cs" /> 99 <Compile Include="Utilities\Natives.cs" />
94 <Compile Include="NotificationForm.cs"> 100 <Compile Include="NotificationForm.cs">
95 <SubType>Form</SubType> 101 <SubType>Form</SubType>
96 </Compile> 102 </Compile>
97 <Compile Include="NotificationForm.Designer.cs"> 103 <Compile Include="NotificationForm.Designer.cs">
98 <DependentUpon>NotificationForm.cs</DependentUpon> 104 <DependentUpon>NotificationForm.cs</DependentUpon>
99 </Compile> 105 </Compile>
100 <Compile Include="Program.cs" /> 106 <Compile Include="Program.cs" />
101 <Compile Include="Properties\Annotations.cs" /> 107 <Compile Include="Properties\Annotations.cs" />
102 <Compile Include="Properties\AssemblyInfo.cs" /> 108 <Compile Include="Properties\AssemblyInfo.cs" />
103 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.cs"> 109 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.cs">
104 <SubType>Component</SubType> 110 <SubType>Component</SubType>
105 </Compile> 111 </Compile>
106 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.Designer.cs"> 112 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.Designer.cs">
107 <DependentUpon>ReadOnlyRichTextBox.cs</DependentUpon> 113 <DependentUpon>ReadOnlyRichTextBox.cs</DependentUpon>
108 </Compile> 114 </Compile>
109 <Compile Include="SettingsForm.cs"> 115 <Compile Include="SettingsForm.cs">
110 <SubType>Form</SubType> 116 <SubType>Form</SubType>
111 </Compile> 117 </Compile>
112 <Compile Include="SettingsForm.Designer.cs"> 118 <Compile Include="SettingsForm.Designer.cs">
113 <DependentUpon>SettingsForm.cs</DependentUpon> 119 <DependentUpon>SettingsForm.cs</DependentUpon>
114 </Compile> 120 </Compile>
115 <Compile Include="Utilities\Miscellaneous.cs" /> 121 <Compile Include="Utilities\Miscellaneous.cs" />
116 <EmbeddedResource Include="AboutForm.resx"> 122 <EmbeddedResource Include="AboutForm.resx">
117 <DependentUpon>AboutForm.cs</DependentUpon> 123 <DependentUpon>AboutForm.cs</DependentUpon>
118 </EmbeddedResource> 124 </EmbeddedResource>
119 <EmbeddedResource Include="Form1.resx"> 125 <EmbeddedResource Include="Form1.resx">
120 <DependentUpon>Form1.cs</DependentUpon> 126 <DependentUpon>Form1.cs</DependentUpon>
121 </EmbeddedResource> 127 </EmbeddedResource>
122 <EmbeddedResource Include="NotificationForm.resx"> 128 <EmbeddedResource Include="NotificationForm.resx">
123 <DependentUpon>NotificationForm.cs</DependentUpon> 129 <DependentUpon>NotificationForm.cs</DependentUpon>
124 </EmbeddedResource> 130 </EmbeddedResource>
125 <EmbeddedResource Include="Properties\Resources.resx"> 131 <EmbeddedResource Include="Properties\Resources.resx">
126 <Generator>ResXFileCodeGenerator</Generator> 132 <Generator>ResXFileCodeGenerator</Generator>
127 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 133 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
128 <SubType>Designer</SubType> 134 <SubType>Designer</SubType>
129 </EmbeddedResource> 135 </EmbeddedResource>
130 <Compile Include="Properties\Resources.Designer.cs"> 136 <Compile Include="Properties\Resources.Designer.cs">
131 <AutoGen>True</AutoGen> 137 <AutoGen>True</AutoGen>
132 <DependentUpon>Resources.resx</DependentUpon> 138 <DependentUpon>Resources.resx</DependentUpon>
133 <DesignTime>True</DesignTime> 139 <DesignTime>True</DesignTime>
134 </Compile> 140 </Compile>
135 <EmbeddedResource Include="SettingsForm.resx"> 141 <EmbeddedResource Include="SettingsForm.resx">
136 <DependentUpon>SettingsForm.cs</DependentUpon> 142 <DependentUpon>SettingsForm.cs</DependentUpon>
137 </EmbeddedResource> 143 </EmbeddedResource>
138 <None Include="Resources\winify.psd" /> 144 <None Include="Resources\winify.psd" />
139 <None Include="packages.config" /> 145 <None Include="packages.config" />
140 <None Include="Properties\Settings.settings"> 146 <None Include="Properties\Settings.settings">
141 <Generator>SettingsSingleFileGenerator</Generator> 147 <Generator>SettingsSingleFileGenerator</Generator>
142 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 148 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
143 </None> 149 </None>
144 <Compile Include="Properties\Settings.Designer.cs"> 150 <Compile Include="Properties\Settings.Designer.cs">
145 <AutoGen>True</AutoGen> 151 <AutoGen>True</AutoGen>
146 <DependentUpon>Settings.settings</DependentUpon> 152 <DependentUpon>Settings.settings</DependentUpon>
147 <DesignTimeSharedInput>True</DesignTimeSharedInput> 153 <DesignTimeSharedInput>True</DesignTimeSharedInput>
148 </Compile> 154 </Compile>
149 </ItemGroup> 155 </ItemGroup>
150 <ItemGroup> 156 <ItemGroup>
151 <None Include="App.config" /> 157 <None Include="App.config" />
152 </ItemGroup> 158 </ItemGroup>
153 <ItemGroup> 159 <ItemGroup>
154 <ProjectReference Include="..\Notifications\Announcements.csproj"> 160 <ProjectReference Include="..\Notifications\Announcements.csproj">
155 <Project>{AEBB1E52-0676-406F-980B-708006EA36E0}</Project> 161 <Project>{AEBB1E52-0676-406F-980B-708006EA36E0}</Project>
156 <Name>Announcements</Name> 162 <Name>Announcements</Name>
157 </ProjectReference> 163 </ProjectReference>
158 <ProjectReference Include="..\Servers\Servers.csproj"> 164 <ProjectReference Include="..\Servers\Servers.csproj">
159 <Project>{ddab11f9-3308-4464-b864-4d75cba1acc8}</Project> 165 <Project>{ddab11f9-3308-4464-b864-4d75cba1acc8}</Project>
160 <Name>Servers</Name> 166 <Name>Servers</Name>
161 </ProjectReference> 167 </ProjectReference>
162 </ItemGroup> 168 </ItemGroup>
163 <ItemGroup> 169 <ItemGroup>
164 <Content Include="Resources\about.png" /> 170 <Content Include="Resources\about.png" />
165 <Content Include="Resources\close.png" /> 171 <Content Include="Resources\close.png" />
166 <Content Include="Resources\exit.png" /> 172 <Content Include="Resources\exit.png" />
167 <Content Include="Resources\notification.wav" /> 173 <Content Include="Resources\notification.wav" />
168 <Content Include="Resources\settings.png" /> 174 <Content Include="Resources\settings.png" />
169 <Content Include="Resources\update.png" /> 175 <Content Include="Resources\update.png" />
170 <Content Include="Resources\Winify.ico" /> 176 <Content Include="Resources\Winify.ico" />
171 <Content Include="Resources\winify.png" /> 177 <Content Include="Resources\winify.png" />
172 <Content Include="Winify.ico" /> 178 <Content Include="Winify.ico" />
173 </ItemGroup> 179 </ItemGroup>
174 <ItemGroup /> 180 <ItemGroup />
175 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 181 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
176 </Project> 182 </Project>
177   183  
178
Generated by GNU Enscript 1.6.5.90.
184
Generated by GNU Enscript 1.6.5.90.
179   185  
180   186  
181   187