Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 8ee669b

Browse files
committed
initial
1 parent 630e9cb commit 8ee669b

22 files changed

+1158
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
/SOURCE/_ReSharper.DummyFileCreator
3+
/SOURCE/DummyFileCreator.6.0.ReSharper.user
4+
/SOURCE/DummyFileCreator/obj
5+
/SOURCE/DummyFileCreator/bin

BUILD/ANDREICSLIB.dll

61 KB
Binary file not shown.

BUILD/DummyFileCreator.exe

17.5 KB
Binary file not shown.

BUILD/ICSharpCode.SharpZipLib.dll

196 KB
Binary file not shown.

INFO/changelog.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Version 2.2:
2+
Updated to use GITHub
3+
4+
Version 2.1:
5+
*Made browse button actually work
6+
*Added option to automatically update the program if there is a newer version available online
7+
8+
Version 2:
9+
*Not selecting the random data option sets the filesize of the filestream directly, instantly creating the file. The speed of creation via random data will still be bottlenecked by I/O speed.
10+
*Option to create a file with the max free size on the destination drive less 1mb.
11+
12+
Version 1:
13+
*Initial Release

INFO/description.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dummy File Creator creates files of a certain size with random values.

INFO/dfc1.png

13.8 KB
Loading

INFO/dfc2.png

66 KB
Loading

INFO/version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.2

SOURCE/DummyFileCreator.sln

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DummyFileCreator", "DummyFileCreator\DummyFileCreator.csproj", "{90FEE106-FA45-4E57-B095-85117B3E2DE4}"
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ANDREICSLIB", "..\..\ANDREICSLIB\SOURCE\ANDREICSLIB\ANDREICSLIB.csproj", "{469B8120-B6D8-48BD-97C4-AFAB63AEE304}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Debug|Mixed Platforms = Debug|Mixed Platforms
12+
Debug|x86 = Debug|x86
13+
Release With Debug|Any CPU = Release With Debug|Any CPU
14+
Release With Debug|Mixed Platforms = Release With Debug|Mixed Platforms
15+
Release With Debug|x86 = Release With Debug|x86
16+
Release|Any CPU = Release|Any CPU
17+
Release|Mixed Platforms = Release|Mixed Platforms
18+
Release|x86 = Release|x86
19+
EndGlobalSection
20+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
21+
{90FEE106-FA45-4E57-B095-85117B3E2DE4}.Debug|Any CPU.ActiveCfg = Debug|x86
22+
{90FEE106-FA45-4E57-B095-85117B3E2DE4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
23+
{90FEE106-FA45-4E57-B095-85117B3E2DE4}.Debug|Mixed Platforms.Build.0 = Debug|x86
24+
{90FEE106-FA45-4E57-B095-85117B3E2DE4}.Debug|x86.ActiveCfg = Debug|x86
25+
{90FEE106-FA45-4E57-B095-85117B3E2DE4}.Debug|x86.Build.0 = Debug|x86
26+
{90FEE106-FA45-4E57-B095-85117B3E2DE4}.Release With Debug|Any CPU.ActiveCfg = Release|x86
27+
{90FEE106-FA45-4E57-B095-85117B3E2DE4}.Release With Debug|Mixed Platforms.ActiveCfg = Release|x86
28+
{90FEE106-FA45-4E57-B095-85117B3E2DE4}.Release With Debug|Mixed Platforms.Build.0 = Release|x86
29+
{90FEE106-FA45-4E57-B095-85117B3E2DE4}.Release With Debug|x86.ActiveCfg = Debug|x86
30+
{90FEE106-FA45-4E57-B095-85117B3E2DE4}.Release With Debug|x86.Build.0 = Debug|x86
31+
{90FEE106-FA45-4E57-B095-85117B3E2DE4}.Release|Any CPU.ActiveCfg = Release|x86
32+
{90FEE106-FA45-4E57-B095-85117B3E2DE4}.Release|Mixed Platforms.ActiveCfg = Release|x86
33+
{90FEE106-FA45-4E57-B095-85117B3E2DE4}.Release|Mixed Platforms.Build.0 = Release|x86
34+
{90FEE106-FA45-4E57-B095-85117B3E2DE4}.Release|x86.ActiveCfg = Release|x86
35+
{90FEE106-FA45-4E57-B095-85117B3E2DE4}.Release|x86.Build.0 = Release|x86
36+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Debug|Any CPU.Build.0 = Debug|Any CPU
38+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
39+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
40+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Debug|x86.ActiveCfg = Debug|Any CPU
41+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release With Debug|Any CPU.ActiveCfg = Release With Debug|Any CPU
42+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release With Debug|Any CPU.Build.0 = Release With Debug|Any CPU
43+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release With Debug|Mixed Platforms.ActiveCfg = Release With Debug|Any CPU
44+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release With Debug|Mixed Platforms.Build.0 = Release With Debug|Any CPU
45+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release With Debug|x86.ActiveCfg = Release With Debug|Any CPU
46+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release|Any CPU.ActiveCfg = Release|Any CPU
47+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release|Any CPU.Build.0 = Release|Any CPU
48+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
49+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release|Mixed Platforms.Build.0 = Release|Any CPU
50+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release|x86.ActiveCfg = Release|Any CPU
51+
EndGlobalSection
52+
GlobalSection(SolutionProperties) = preSolution
53+
HideSolutionNode = FALSE
54+
EndGlobalSection
55+
EndGlobal

0 commit comments

Comments
 (0)