diff --git a/ComicCompress.csproj b/ComicCompress.csproj
index 5eae267..52f0c88 100644
--- a/ComicCompress.csproj
+++ b/ComicCompress.csproj
@@ -6,6 +6,7 @@
ComicCompressor
ComicCompress
True
+ Debug;Release;ReleaseWDbg
diff --git a/ComicCompress.csproj.user b/ComicCompress.csproj.user
index be5151e..d6f97a1 100644
--- a/ComicCompress.csproj.user
+++ b/ComicCompress.csproj.user
@@ -9,4 +9,7 @@
ProjectDebugger
+
+ ProjectDebugger
+
\ No newline at end of file
diff --git a/ComicCompress.sln b/ComicCompress.sln
index 29882c1..c4b3afb 100644
--- a/ComicCompress.sln
+++ b/ComicCompress.sln
@@ -13,6 +13,7 @@ Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
+ ReleaseWDbg|Any CPU = ReleaseWDbg|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2625C71D-E4EC-4768-BF04-87AAB364916A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
diff --git a/Program.cs b/Program.cs
index 3a24ea6..373fa76 100644
--- a/Program.cs
+++ b/Program.cs
@@ -141,13 +141,14 @@ namespace ComicCompressor
Logger.Log(progVersion, LogLevel.Verbose, true);
- var progress = new Progress( p => Logger.Log(p.ToString(), LogLevel.Verbose, true) );
- FFmpeg.SetExecutablesPath(Path.GetDirectoryName(Assembly.GetEntryAssembly().Location));
- FFmpegDownloader.GetLatestVersion(FFmpegVersion.Official,progress);
+ //var progress = new Progress( p => Logger.Log(p.ToString(), LogLevel.Verbose, true) );
+ //FFmpeg.SetExecutablesPath(Path.GetDirectoryName(Assembly.GetEntryAssembly().Location));
+ //FFmpegDownloader.GetLatestVersion(FFmpegVersion.Official,progress);
- //FFmpeg.SetExecutablesPath (Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "FFmpeg"));
- Logger.Log(FFmpeg.ExecutablesPath, LogLevel.Verbose, true);
+ //==//FFmpeg.SetExecutablesPath (Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "FFmpeg"));
+
+ //Logger.Log(FFmpeg.ExecutablesPath, LogLevel.Verbose, true);
IList files = new FileParser().ListAllFiles(Input, Recursive);
diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json
index d08af6d..1a72bc7 100644
--- a/Properties/launchSettings.json
+++ b/Properties/launchSettings.json
@@ -26,7 +26,8 @@
},
"DEV_UFF": {
"commandName": "Project",
- "commandLineArgs": "-i \"E:\\SynologyDrive\\SynologyDrive\\A\\_PRINT_TEMPLATES_\\DEV_IN\" -o \"E:\\SynologyDrive\\SynologyDrive\\A\\_PRINT_TEMPLATES_\\DEV_OUT\" -r -s -j -a -n"
+ "commandLineArgs": "-i \"E:\\SynologyDrive\\SynologyDrive\\A\\_PRINT_TEMPLATES_\\DEV_IN\" -o \"E:\\SynologyDrive\\SynologyDrive\\A\\_PRINT_TEMPLATES_\\DEV_OUT\" -r -s -j -a -n",
+ "nativeDebugging": true
},
"DEV_HOME": {
"commandName": "Project",