Winify – Diff between revs 21 and 22

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 21 Rev 22
Line 1... Line 1...
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="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> -  
4 <PropertyGroup> 3 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{C93E26D8-ACFF-4FCF-9F03-D710F1CF9F87}</ProjectGuid> 6 <ProjectGuid>{C93E26D8-ACFF-4FCF-9F03-D710F1CF9F87}</ProjectGuid>
8 <OutputType>WinExe</OutputType> 7 <OutputType>WinExe</OutputType>
Line 95... Line 94...
95 <Compile Include="Gotify\GotifyConnection.cs" /> 94 <Compile Include="Gotify\GotifyConnection.cs" />
96 <Compile Include="Gotify\GotifyNotification.cs" /> 95 <Compile Include="Gotify\GotifyNotification.cs" />
97 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" /> 96 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" />
98 <Compile Include="Utilities\AES.cs" /> 97 <Compile Include="Utilities\AES.cs" />
99 <Compile Include="Utilities\Natives.cs" /> 98 <Compile Include="Utilities\Natives.cs" />
100 <Compile Include="NotificationForm.cs"> -  
101 <SubType>Form</SubType> -  
102 </Compile> -  
103 <Compile Include="NotificationForm.Designer.cs"> -  
104 <DependentUpon>NotificationForm.cs</DependentUpon> -  
105 </Compile> -  
106 <Compile Include="Program.cs" /> 99 <Compile Include="Program.cs" />
107 <Compile Include="Properties\Annotations.cs" /> 100 <Compile Include="Properties\Annotations.cs" />
108 <Compile Include="Properties\AssemblyInfo.cs" /> 101 <Compile Include="Properties\AssemblyInfo.cs" />
109 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.cs"> 102 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.cs">
110 <SubType>Component</SubType> 103 <SubType>Component</SubType>
Line 123... Line 116...
123 <DependentUpon>AboutForm.cs</DependentUpon> 116 <DependentUpon>AboutForm.cs</DependentUpon>
124 </EmbeddedResource> 117 </EmbeddedResource>
125 <EmbeddedResource Include="Form1.resx"> 118 <EmbeddedResource Include="Form1.resx">
126 <DependentUpon>Form1.cs</DependentUpon> 119 <DependentUpon>Form1.cs</DependentUpon>
127 </EmbeddedResource> 120 </EmbeddedResource>
128 <EmbeddedResource Include="NotificationForm.resx"> -  
129 <DependentUpon>NotificationForm.cs</DependentUpon> -  
130 </EmbeddedResource> -  
131 <EmbeddedResource Include="Properties\Resources.resx"> 121 <EmbeddedResource Include="Properties\Resources.resx">
132 <Generator>ResXFileCodeGenerator</Generator> 122 <Generator>ResXFileCodeGenerator</Generator>
133 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 123 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
134 <SubType>Designer</SubType> 124 <SubType>Designer</SubType>
135 </EmbeddedResource> 125 </EmbeddedResource>
Line 155... Line 145...
155 </ItemGroup> 145 </ItemGroup>
156 <ItemGroup> 146 <ItemGroup>
157 <None Include="App.config" /> 147 <None Include="App.config" />
158 </ItemGroup> 148 </ItemGroup>
159 <ItemGroup> 149 <ItemGroup>
160 <ProjectReference Include="..\Notifications\Announcements.csproj"> 150 <ProjectReference Include="..\Announcements\Announcements.csproj">
161 <Project>{AEBB1E52-0676-406F-980B-708006EA36E0}</Project> 151 <Project>{aebb1e52-0676-406f-980b-708006ea36e0}</Project>
162 <Name>Announcements</Name> 152 <Name>Announcements</Name>
163 </ProjectReference> 153 </ProjectReference>
164 <ProjectReference Include="..\Servers\Servers.csproj"> 154 <ProjectReference Include="..\Servers\Servers.csproj">
165 <Project>{ddab11f9-3308-4464-b864-4d75cba1acc8}</Project> 155 <Project>{ddab11f9-3308-4464-b864-4d75cba1acc8}</Project>
166 <Name>Servers</Name> 156 <Name>Servers</Name>
167 </ProjectReference> 157 </ProjectReference>
-   158 <ProjectReference Include="..\WindowsToastNotifications\ToastNotifications\ToastNotifications.csproj">
-   159 <Project>{380d8d88-386c-4c50-9a54-800f79fdf7d2}</Project>
-   160 <Name>ToastNotifications</Name>
-   161 </ProjectReference>
168 </ItemGroup> 162 </ItemGroup>
169 <ItemGroup> 163 <ItemGroup>
170 <Content Include="Resources\about.png" /> 164 <Content Include="Resources\about.png" />
171 <Content Include="Resources\close.png" /> 165 <Content Include="Resources\close.png" />
172 <Content Include="Resources\exit.png" /> 166 <Content Include="Resources\exit.png" />