wasSharpNET – Diff between revs 8 and 9

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 8 Rev 9
Line 40... Line 40...
40 <Reference Include="System.Data" /> 40 <Reference Include="System.Data" />
41 <Reference Include="System.Net.Http" /> 41 <Reference Include="System.Net.Http" />
42 <Reference Include="System.Xml" /> 42 <Reference Include="System.Xml" />
43 </ItemGroup> 43 </ItemGroup>
44 <ItemGroup> 44 <ItemGroup>
45 <Compile Include="Console\ColorConsole.cs" /> 45 <Compile Include="Console\ConsoleExtensions.cs" />
46 <Compile Include="Console\ConsoleSpin.cs" /> 46 <Compile Include="Console\ConsoleSpin.cs" />
47 <Compile Include="Cryptography\AES.cs" /> 47 <Compile Include="Cryptography\AES.cs" />
48 <Compile Include="Cryptography\SHA1.cs" /> 48 <Compile Include="Cryptography\SHA1.cs" />
-   49 <Compile Include="Network\HTTP\HTTPServer.cs" />
49 <Compile Include="Network\IPAddressExtensions.cs" /> 50 <Compile Include="Network\IPAddressExtensions.cs" />
50 <Compile Include="Network\SubnetMask.cs" /> 51 <Compile Include="Network\SubnetMask.cs" />
-   52 <Compile Include="Network\TCP\Utilities.cs" />
-   53 <Compile Include="Platform\Windows\Commands\NetSH\URLACL.cs" />
51 <Compile Include="Process.cs" /> 54 <Compile Include="Process.cs" />
52 <Compile Include="Reflection.cs" /> 55 <Compile Include="Reflection.cs" />
53 <Compile Include="Properties\AssemblyInfo.cs" /> 56 <Compile Include="Properties\AssemblyInfo.cs" />
54 <Compile Include="Syndication\ObservableSyndication.cs" /> 57 <Compile Include="Syndication\ObservableSyndication.cs" />
55 </ItemGroup> 58 </ItemGroup>