Winify – Diff between revs 1 and 4

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 4
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="Connections\SerializationFailure.cs" />
-   81 <Compile Include="Connections\SerializationState.cs" />
-   82 <Compile Include="Connections\SerializationSuccess.cs" />
-   83 <Compile Include="Connections\Server.cs" />
-   84 <Compile Include="Connections\Servers.cs" />
-   85 <Compile Include="Connections\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" />
-   94 <Compile Include="Gotify\GotifyConnectionManager.cs" />
88 <Compile Include="Gotify\GotifyConnection.cs" /> 95 <Compile Include="Gotify\GotifyConnection.cs" />
89 <Compile Include="Gotify\GotifyNotification.cs" /> 96 <Compile Include="Gotify\GotifyNotification.cs" />
90 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" /> 97 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" />
91 <Compile Include="Natives.cs" /> 98 <Compile Include="Natives.cs" />
92 <Compile Include="NotificationForm.cs"> 99 <Compile Include="NotificationForm.cs">
Line 94... Line 101...
94 </Compile> 101 </Compile>
95 <Compile Include="NotificationForm.Designer.cs"> 102 <Compile Include="NotificationForm.Designer.cs">
96 <DependentUpon>NotificationForm.cs</DependentUpon> 103 <DependentUpon>NotificationForm.cs</DependentUpon>
97 </Compile> 104 </Compile>
98 <Compile Include="Program.cs" /> 105 <Compile Include="Program.cs" />
-   106 <Compile Include="Properties\Annotations.cs" />
99 <Compile Include="Properties\AssemblyInfo.cs" /> 107 <Compile Include="Properties\AssemblyInfo.cs" />
100 <Compile Include="ReadOnlyRichTextBox.cs"> 108 <Compile Include="ReadOnlyRichTextBox.cs">
101 <SubType>Component</SubType> 109 <SubType>Component</SubType>
102 </Compile> 110 </Compile>
103 <Compile Include="ReadOnlyRichTextBox.Designer.cs"> 111 <Compile Include="ReadOnlyRichTextBox.Designer.cs">
104 <DependentUpon>ReadOnlyRichTextBox.cs</DependentUpon> 112 <DependentUpon>ReadOnlyRichTextBox.cs</DependentUpon>
105 </Compile> 113 </Compile>
-   114 <Compile Include="ServersUpdatedEventArgs.cs" />
106 <Compile Include="SettingsForm.cs"> 115 <Compile Include="SettingsForm.cs">
107 <SubType>Form</SubType> 116 <SubType>Form</SubType>
108 </Compile> 117 </Compile>
109 <Compile Include="SettingsForm.Designer.cs"> 118 <Compile Include="SettingsForm.Designer.cs">
110 <DependentUpon>SettingsForm.cs</DependentUpon> 119 <DependentUpon>SettingsForm.cs</DependentUpon>
Line 129... Line 138...
129 <DependentUpon>Resources.resx</DependentUpon> 138 <DependentUpon>Resources.resx</DependentUpon>
130 </Compile> 139 </Compile>
131 <EmbeddedResource Include="SettingsForm.resx"> 140 <EmbeddedResource Include="SettingsForm.resx">
132 <DependentUpon>SettingsForm.cs</DependentUpon> 141 <DependentUpon>SettingsForm.cs</DependentUpon>
133 </EmbeddedResource> 142 </EmbeddedResource>
-   143 <None Include="Servers.xsd">
-   144 <SubType>Designer</SubType>
-   145 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-   146 </None>
134 <None Include="packages.config" /> 147 <None Include="packages.config" />
135 <None Include="Properties\Settings.settings"> 148 <None Include="Properties\Settings.settings">
136 <Generator>SettingsSingleFileGenerator</Generator> 149 <Generator>SettingsSingleFileGenerator</Generator>
137 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 150 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
138 </None> 151 </None>