Replaced library project with actual dlls

This commit is contained in:
Maddo 2017-04-17 14:33:00 +02:00
commit 112c6f000f
3 changed files with 11 additions and 19 deletions

View file

@ -142,7 +142,7 @@ namespace WPFCatalog
if (Directory.Exists(Path.GetDirectoryName(savePath)))
{
Debug.WriteLine(savePath);
FileHelper.WriteToFile(savePath, s);
FileHelper.WriteToFile(savePath, s, false);
Debug.WriteLine(s);
}