Winify – Diff between revs 14 and 15

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 14 Rev 15
Line 53... Line 53...
53 <HintPath>..\packages\System.Net.WebSockets.Client.Managed.1.0.22\lib\net45\System.Net.WebSockets.Client.Managed.dll</HintPath> 53 <HintPath>..\packages\System.Net.WebSockets.Client.Managed.1.0.22\lib\net45\System.Net.WebSockets.Client.Managed.dll</HintPath>
54 </Reference> 54 </Reference>
55 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 55 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
56 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\portable-net45+win8+wp8+wpa81\System.Numerics.Vectors.dll</HintPath> 56 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\portable-net45+win8+wp8+wpa81\System.Numerics.Vectors.dll</HintPath>
57 </Reference> 57 </Reference>
-   58 <Reference Include="System.Speech" />
58 <Reference Include="System.Windows" /> 59 <Reference Include="System.Windows" />
59 <Reference Include="System.Xaml" /> 60 <Reference Include="System.Xaml" />
60 <Reference Include="Microsoft.CSharp" /> 61 <Reference Include="Microsoft.CSharp" />
61 <Reference Include="System.Drawing" /> 62 <Reference Include="System.Drawing" />
62 <Reference Include="System.Net.Http" /> 63 <Reference Include="System.Net.Http" />
Line 70... Line 71...
70 </Compile> 71 </Compile>
71 <Compile Include="AboutForm.Designer.cs"> 72 <Compile Include="AboutForm.Designer.cs">
72 <DependentUpon>AboutForm.cs</DependentUpon> 73 <DependentUpon>AboutForm.cs</DependentUpon>
73 </Compile> 74 </Compile>
74 <Compile Include="NotificationManager.cs" /> 75 <Compile Include="NotificationManager.cs" />
75 <Compile Include="Servers\Serialization\ServersSerializationFailure.cs" /> 76 <Compile Include="Servers\Serialization\SerializationFailure.cs" />
76 <Compile Include="Servers\Serialization\ServersSerializationState.cs" /> 77 <Compile Include="Servers\Serialization\SerializationState.cs" />
77 <Compile Include="Servers\Serialization\ServersSerializationSuccess.cs" /> 78 <Compile Include="Servers\Serialization\SerializationSuccess.cs" />
78 <Compile Include="Servers\Serialization\ServersSerialization.cs" /> 79 <Compile Include="Servers\Serialization\ServersSerialization.cs" />
79 <Compile Include="Constants.cs" /> 80 <Compile Include="Constants.cs" />
80 <Compile Include="Form1.cs"> 81 <Compile Include="Form1.cs">
81 <SubType>Form</SubType> 82 <SubType>Form</SubType>
82 </Compile> 83 </Compile>
Line 152... Line 153...
152 </ItemGroup> 153 </ItemGroup>
153 <ItemGroup> 154 <ItemGroup>
154 <None Include="App.config" /> 155 <None Include="App.config" />
155 </ItemGroup> 156 </ItemGroup>
156 <ItemGroup> 157 <ItemGroup>
-   158 <ProjectReference Include="..\Notifications\Announcements.csproj">
-   159 <Project>{AEBB1E52-0676-406F-980B-708006EA36E0}</Project>
-   160 <Name>Announcements</Name>
-   161 </ProjectReference>
157 <ProjectReference Include="..\Servers\Servers.csproj"> 162 <ProjectReference Include="..\Servers\Servers.csproj">
158 <Project>{ddab11f9-3308-4464-b864-4d75cba1acc8}</Project> 163 <Project>{ddab11f9-3308-4464-b864-4d75cba1acc8}</Project>
159 <Name>Servers</Name> 164 <Name>Servers</Name>
160 </ProjectReference> 165 </ProjectReference>
161 </ItemGroup> 166 </ItemGroup>