Winify – Diff between revs 43 and 44

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