wasSharpNET – Diff between revs 27 and 31

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 27 Rev 31
Line 30... Line 30...
30 <WarningLevel>4</WarningLevel> 30 <WarningLevel>4</WarningLevel>
31 </PropertyGroup> 31 </PropertyGroup>
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.Runtime.Caching" />
35 <Reference Include="System.Security" /> 36 <Reference Include="System.Security" />
36 <Reference Include="System.ServiceModel" /> 37 <Reference Include="System.ServiceModel" />
37 <Reference Include="System.ServiceProcess" /> 38 <Reference Include="System.ServiceProcess" />
38 <Reference Include="System.Xml.Linq" /> 39 <Reference Include="System.Xml.Linq" />
39 <Reference Include="System.Data.DataSetExtensions" /> 40 <Reference Include="System.Data.DataSetExtensions" />
Line 46... Line 47...
46 <Compile Include="Console\ConsoleExtensions.cs" /> 47 <Compile Include="Console\ConsoleExtensions.cs" />
47 <Compile Include="Console\ConsoleSpin.cs" /> 48 <Compile Include="Console\ConsoleSpin.cs" />
48 <Compile Include="Cryptography\AES.cs" /> 49 <Compile Include="Cryptography\AES.cs" />
49 <Compile Include="Cryptography\SHA1.cs" /> 50 <Compile Include="Cryptography\SHA1.cs" />
50 <Compile Include="Diagnostics\ExceptionExtensions.cs" /> 51 <Compile Include="Diagnostics\ExceptionExtensions.cs" />
-   52 <Compile Include="IO\FileSystemWatcher.cs" />
51 <Compile Include="IO\SafeFileStream.cs" /> 53 <Compile Include="IO\SafeFileStream.cs" />
52 <Compile Include="IO\Utilities\IOExtensions.cs" /> 54 <Compile Include="IO\Utilities\IOExtensions.cs" />
53 <Compile Include="Network\HTTP\HTTPServer.cs" /> 55 <Compile Include="Network\HTTP\HTTPServer.cs" />
54 <Compile Include="Network\IPAddressExtensions.cs" /> 56 <Compile Include="Network\IPAddressExtensions.cs" />
55 <Compile Include="Network\SubnetMask.cs" /> 57 <Compile Include="Network\SubnetMask.cs" />