Ignore:
Timestamp:
1/11/2010 2:44:04 AM (2 years ago)
Author:
lowjoel
Message:

-Check whether System Restore is enabled when the unused space erasure is run -- this will warn users to ensure that the erasure does indeed get rid of all traces of their files.
-Add periods at the end of error messages for consistency.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser6/Eraser.Util/Eraser.Util.csproj

    r1334 r1496  
    4141    <Reference Include="System.Data" /> 
    4242    <Reference Include="System.Drawing" /> 
     43    <Reference Include="System.Management" /> 
    4344    <Reference Include="System.Windows.Forms" /> 
    4445    <Reference Include="System.Xml" /> 
     
    5354    <Compile Include="NtfsApi.cs" /> 
    5455    <Compile Include="ShellApi.cs" /> 
     56    <Compile Include="SystemRestoreApi.cs"> 
     57      <SubType>Component</SubType> 
     58    </Compile> 
    5559    <Compile Include="StreamInfo.cs" /> 
    5660    <Compile Include="KernelApi.cs" /> 
Note: See TracChangeset for help on using the changeset viewer.