Winify – Diff between revs 4 and 6

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 4 Rev 6
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" /> 80 <Compile Include="Serialization\SerializationFailure.cs" />
81 <Compile Include="Connections\SerializationState.cs" /> 81 <Compile Include="Serialization\SerializationState.cs" />
82 <Compile Include="Connections\SerializationSuccess.cs" /> 82 <Compile Include="Serialization\SerializationSuccess.cs" />
83 <Compile Include="Connections\Server.cs" /> -  
84 <Compile Include="Connections\Servers.cs" /> -  
85 <Compile Include="Connections\ServersSerialization.cs" /> 83 <Compile Include="Serialization\ServersSerialization.cs" />
86 <Compile Include="Constants.cs" /> 84 <Compile Include="Constants.cs" />
87 <Compile Include="Form1.cs"> 85 <Compile Include="Form1.cs">
88 <SubType>Form</SubType> 86 <SubType>Form</SubType>
89 </Compile> 87 </Compile>
90 <Compile Include="Form1.Designer.cs"> 88 <Compile Include="Form1.Designer.cs">
Line 156... Line 154...
156 </Compile> 154 </Compile>
157 </ItemGroup> 155 </ItemGroup>
158 <ItemGroup> 156 <ItemGroup>
159 <None Include="App.config" /> 157 <None Include="App.config" />
160 </ItemGroup> 158 </ItemGroup>
161 <ItemGroup /> 159 <ItemGroup>
-   160 <ProjectReference Include="..\Servers\Servers.csproj">
-   161 <Project>{ddab11f9-3308-4464-b864-4d75cba1acc8}</Project>
-   162 <Name>Servers</Name>
-   163 </ProjectReference>
-   164 </ItemGroup>
162 <ItemGroup> 165 <ItemGroup>
163 <Content Include="Images\about.png" /> 166 <Content Include="Images\about.png" />
164 <Content Include="Images\close.png" /> 167 <Content Include="Images\close.png" />
165 <Content Include="Images\exit.png" /> 168 <Content Include="Images\exit.png" />
166 <Content Include="Images\settings.png" /> 169 <Content Include="Images\settings.png" />