diff --git a/.gitignore b/.gitignore
index d519cbb..ddb728e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,3 @@
-*.pdb
-*.cache
.vs
obj
-bin
+bin
\ No newline at end of file
diff --git a/BeatrunAnimInstaller/BeatrunAnimInstaller.cs b/BeatrunAnimInstaller/BeatrunAnimInstaller.cs
index 92f43ca..8f77caf 100644
--- a/BeatrunAnimInstaller/BeatrunAnimInstaller.cs
+++ b/BeatrunAnimInstaller/BeatrunAnimInstaller.cs
@@ -19,7 +19,7 @@ namespace BeatrunAnimInstaller
{
string fileName = Path.GetFileName(filePath);
File.Copy(filePath, outputDir + Path.DirectorySeparatorChar + fileName, true);
- Console.WriteLine(string.Format("Copied {0}", filePath));
+ Console.WriteLine(string.Format("Copied {0} to {1}", filePath, outputDir));
}
foreach (string dirPath in Directory.GetDirectories(inputDir))
@@ -36,7 +36,7 @@ namespace BeatrunAnimInstaller
int i = 1;
foreach (string choice in choices)
{
- Console.WriteLine(string.Format("{0}. {1}", i, choice));
+ Console.WriteLine(string.Format("{0}: {1}", i, choice));
i++;
}
Console.WriteLine("");
diff --git a/BeatrunAnimInstaller/BeatrunAnimInstaller.csproj b/BeatrunAnimInstaller/BeatrunAnimInstaller.csproj
index 70af010..4573139 100644
--- a/BeatrunAnimInstaller/BeatrunAnimInstaller.csproj
+++ b/BeatrunAnimInstaller/BeatrunAnimInstaller.csproj
@@ -8,9 +8,10 @@
Exe
BeatrunAnimInstaller
BeatrunAnimInstaller
- v3.5
+ v4.8
512
true
+
AnyCPU
@@ -21,6 +22,7 @@
DEBUG;TRACE
prompt
4
+ false
AnyCPU
@@ -30,6 +32,7 @@
TRACE
prompt
4
+ false
BeatrunAnimInstaller.BeatrunAnimInstaller
@@ -46,5 +49,8 @@
+
+
+
\ No newline at end of file
diff --git a/BeatrunAnimInstaller/app.config b/BeatrunAnimInstaller/app.config
new file mode 100644
index 0000000..3e0e37c
--- /dev/null
+++ b/BeatrunAnimInstaller/app.config
@@ -0,0 +1,3 @@
+
+
+
diff --git a/beatrun/BeatrunAnimInstaller.exe b/beatrun/BeatrunAnimInstaller.exe
new file mode 100644
index 0000000..f52468b
Binary files /dev/null and b/beatrun/BeatrunAnimInstaller.exe differ