From 8634686b6cad74983574ade2e4b60a3f37eb8a4b Mon Sep 17 00:00:00 2001 From: Mladen Mihajlovic Date: Mon, 30 Apr 2012 05:34:52 -0700 Subject: [PATCH] initial commit --- .gitignore | 6 ++++++ README.md | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9ac0ec3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Build Folders (you can keep bin if you'd like, to store dlls and pdbs) +bin +obj + +# mstest test results +TestResults \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..f8dbcba --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +MyDownloader +============ + +MyDownloader from CodeProject http://www.codeproject.com/Articles/21053/MyDownloader-A-Multi-thread-C-Segmented-Download-M \ No newline at end of file