Winify – Diff between revs 53 and 59

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 53 Rev 59
Line 138... Line 138...
138 </Compile> 138 </Compile>
139 <Compile Include="AboutForm.Designer.cs"> 139 <Compile Include="AboutForm.Designer.cs">
140 <DependentUpon>AboutForm.cs</DependentUpon> 140 <DependentUpon>AboutForm.cs</DependentUpon>
141 </Compile> 141 </Compile>
142 <Compile Include="Constants.cs" /> 142 <Compile Include="Constants.cs" />
-   143 <Compile Include="Gotify\GotifyMessageQuery.cs" />
-   144 <Compile Include="Gotify\GotifyPaging.cs" />
143 <Compile Include="LogViewForm.cs"> 145 <Compile Include="LogViewForm.cs">
144 <SubType>Form</SubType> 146 <SubType>Form</SubType>
145 </Compile> 147 </Compile>
146 <Compile Include="LogViewForm.Designer.cs"> 148 <Compile Include="LogViewForm.Designer.cs">
147 <DependentUpon>LogViewForm.cs</DependentUpon> 149 <DependentUpon>LogViewForm.cs</DependentUpon>
Line 152... Line 154...
152 <Compile Include="MainForm.Designer.cs"> 154 <Compile Include="MainForm.Designer.cs">
153 <DependentUpon>MainForm.cs</DependentUpon> 155 <DependentUpon>MainForm.cs</DependentUpon>
154 </Compile> 156 </Compile>
155 <Compile Include="Gotify\GotifyApplication.cs" /> 157 <Compile Include="Gotify\GotifyApplication.cs" />
156 <Compile Include="Gotify\GotifyConnection.cs" /> 158 <Compile Include="Gotify\GotifyConnection.cs" />
157 <Compile Include="Gotify\GotifyNotification.cs" /> 159 <Compile Include="Gotify\GotifyMessage.cs" />
158 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" /> 160 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" />
159 <Compile Include="Settings\SettingsSavedEventArgs.cs" /> 161 <Compile Include="Settings\SettingsSavedEventArgs.cs" />
160 <Compile Include="Utilities\AES.cs" /> 162 <Compile Include="Utilities\AES.cs" />
161 <Compile Include="Utilities\LogMemorySink.cs" /> 163 <Compile Include="Utilities\LogMemorySink.cs" />
162 <Compile Include="Utilities\Natives.cs" /> 164 <Compile Include="Utilities\Natives.cs" />