Skip to content

Commit

Permalink
Added an icon and assembly info
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Fuks committed Oct 21, 2015
1 parent 9c9d18b commit c8cee31
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# EFS (Eat Free Space)

EFS is utility that provide ability to fill up all available free space on the drive.
EFS is utility to fill up all available free space on the drive.
This utility is created to be used for testing purposes (e.g. resilience testing).

## How it works?
EFS creates the empty file with defined file length. So, this file will be just a file declaration for file system. Such file can be created very quickly and there is no need to write some data to the file, so hard disk health is not suffering.

### Requirements:

.NET 4.0 is required to build the project.
.NET 4.5 is required to build the project.
Binary file added project/1445454237_agt_games.ico
Binary file not shown.
8 changes: 4 additions & 4 deletions project/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("efs")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("Eat Free Space")]
[assembly: AssemblyDescription("Utility to fill up all available free space on the drive")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("efs")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyProduct("EFS")]
[assembly: AssemblyCopyright("Copyright © Alexander Fuks 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
6 changes: 6 additions & 0 deletions project/efs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>1445454237_agt_games.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -51,6 +54,9 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="1445454237_agt_games.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit c8cee31

Please sign in to comment.