wasSharpNET – Diff between revs 26 and 27

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 26 Rev 27
Line 32... Line 32...
32 <ItemGroup> 32 <ItemGroup>
33 <Reference Include="System" /> 33 <Reference Include="System" />
34 <Reference Include="System.Core" /> 34 <Reference Include="System.Core" />
35 <Reference Include="System.Security" /> 35 <Reference Include="System.Security" />
36 <Reference Include="System.ServiceModel" /> 36 <Reference Include="System.ServiceModel" />
-   37 <Reference Include="System.ServiceProcess" />
37 <Reference Include="System.Xml.Linq" /> 38 <Reference Include="System.Xml.Linq" />
38 <Reference Include="System.Data.DataSetExtensions" /> 39 <Reference Include="System.Data.DataSetExtensions" />
39 <Reference Include="Microsoft.CSharp" /> 40 <Reference Include="Microsoft.CSharp" />
40 <Reference Include="System.Data" /> 41 <Reference Include="System.Data" />
41 <Reference Include="System.Net.Http" /> 42 <Reference Include="System.Net.Http" />
Line 52... Line 53...
52 <Compile Include="Network\HTTP\HTTPServer.cs" /> 53 <Compile Include="Network\HTTP\HTTPServer.cs" />
53 <Compile Include="Network\IPAddressExtensions.cs" /> 54 <Compile Include="Network\IPAddressExtensions.cs" />
54 <Compile Include="Network\SubnetMask.cs" /> 55 <Compile Include="Network\SubnetMask.cs" />
55 <Compile Include="Network\TCP\Utilities.cs" /> 56 <Compile Include="Network\TCP\Utilities.cs" />
56 <Compile Include="Platform\Windows\Commands\NetSH\URLACL.cs" /> 57 <Compile Include="Platform\Windows\Commands\NetSH\URLACL.cs" />
-   58 <Compile Include="Platform\Windows\Services\Utilities.cs" />
57 <Compile Include="Process.cs" /> 59 <Compile Include="Process.cs" />
58 <Compile Include="Reflection.cs" /> 60 <Compile Include="Reflection.cs" />
59 <Compile Include="Properties\AssemblyInfo.cs" /> 61 <Compile Include="Properties\AssemblyInfo.cs" />
60 <Compile Include="Serialization\XmlSerializerCache.cs" /> 62 <Compile Include="Serialization\XmlSerializerCache.cs" />
61 <Compile Include="Syndication\ObservableSyndication.cs" /> 63 <Compile Include="Syndication\ObservableSyndication.cs" />