Winify – Diff between revs 6 and 8

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 6 Rev 8
Line 75... Line 75...
75 <SubType>Form</SubType> 75 <SubType>Form</SubType>
76 </Compile> 76 </Compile>
77 <Compile Include="AboutForm.Designer.cs"> 77 <Compile Include="AboutForm.Designer.cs">
78 <DependentUpon>AboutForm.cs</DependentUpon> 78 <DependentUpon>AboutForm.cs</DependentUpon>
79 </Compile> 79 </Compile>
80 <Compile Include="Serialization\SerializationFailure.cs" /> 80 <Compile Include="Servers\Serialization\ServersSerializationFailure.cs" />
81 <Compile Include="Serialization\SerializationState.cs" /> 81 <Compile Include="Servers\Serialization\ServersSerializationState.cs" />
82 <Compile Include="Serialization\SerializationSuccess.cs" /> 82 <Compile Include="Servers\Serialization\ServersSerializationSuccess.cs" />
83 <Compile Include="Serialization\ServersSerialization.cs" /> 83 <Compile Include="Servers\Serialization\ServersSerialization.cs" />
84 <Compile Include="Constants.cs" /> 84 <Compile Include="Constants.cs" />
85 <Compile Include="Form1.cs"> 85 <Compile Include="Form1.cs">
86 <SubType>Form</SubType> 86 <SubType>Form</SubType>
87 </Compile> 87 </Compile>
88 <Compile Include="Form1.Designer.cs"> 88 <Compile Include="Form1.Designer.cs">
Line 91... Line 91...
91 <Compile Include="Gotify\GotifyApplication.cs" /> 91 <Compile Include="Gotify\GotifyApplication.cs" />
92 <Compile Include="Gotify\GotifyConnectionManager.cs" /> 92 <Compile Include="Gotify\GotifyConnectionManager.cs" />
93 <Compile Include="Gotify\GotifyConnection.cs" /> 93 <Compile Include="Gotify\GotifyConnection.cs" />
94 <Compile Include="Gotify\GotifyNotification.cs" /> 94 <Compile Include="Gotify\GotifyNotification.cs" />
95 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" /> 95 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" />
96 <Compile Include="Natives.cs" /> 96 <Compile Include="Utilities\Natives.cs" />
97 <Compile Include="NotificationForm.cs"> 97 <Compile Include="NotificationForm.cs">
98 <SubType>Form</SubType> 98 <SubType>Form</SubType>
99 </Compile> 99 </Compile>
100 <Compile Include="NotificationForm.Designer.cs"> 100 <Compile Include="NotificationForm.Designer.cs">
101 <DependentUpon>NotificationForm.cs</DependentUpon> 101 <DependentUpon>NotificationForm.cs</DependentUpon>
102 </Compile> 102 </Compile>
103 <Compile Include="Program.cs" /> 103 <Compile Include="Program.cs" />
104 <Compile Include="Properties\Annotations.cs" /> 104 <Compile Include="Properties\Annotations.cs" />
105 <Compile Include="Properties\AssemblyInfo.cs" /> 105 <Compile Include="Properties\AssemblyInfo.cs" />
106 <Compile Include="ReadOnlyRichTextBox.cs"> 106 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.cs">
107 <SubType>Component</SubType> 107 <SubType>Component</SubType>
108 </Compile> 108 </Compile>
109 <Compile Include="ReadOnlyRichTextBox.Designer.cs"> 109 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.Designer.cs">
110 <DependentUpon>ReadOnlyRichTextBox.cs</DependentUpon> 110 <DependentUpon>ReadOnlyRichTextBox.cs</DependentUpon>
111 </Compile> 111 </Compile>
112 <Compile Include="ServersUpdatedEventArgs.cs" /> -  
113 <Compile Include="SettingsForm.cs"> 112 <Compile Include="SettingsForm.cs">
114 <SubType>Form</SubType> 113 <SubType>Form</SubType>
115 </Compile> 114 </Compile>
116 <Compile Include="SettingsForm.Designer.cs"> 115 <Compile Include="SettingsForm.Designer.cs">
117 <DependentUpon>SettingsForm.cs</DependentUpon> 116 <DependentUpon>SettingsForm.cs</DependentUpon>
Line 169... Line 168...
169 <Content Include="Images\settings.png" /> 168 <Content Include="Images\settings.png" />
170 <Content Include="Images\Winify.ico" /> 169 <Content Include="Images\Winify.ico" />
171 <Content Include="Images\winify.png" /> 170 <Content Include="Images\winify.png" />
172 <Content Include="Winify.ico" /> 171 <Content Include="Winify.ico" />
173 </ItemGroup> 172 </ItemGroup>
-   173 <ItemGroup />
174 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 174 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
175 </Project> 175 </Project>
176   176