[WPF] Fix application crash when storage file was deleted while app is being active. (#897)

* Create file if non exist on each call

* Added asyn operation
This commit is contained in:
Alexander Bodalevsky
2017-06-22 14:53:23 +03:00
committed by Sergey Akhalkov
parent ef5ab894b1
commit fe9745237b
2 changed files with 6 additions and 12 deletions

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(NuGetPackageRoot)' == ''">
<NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
</PropertyGroup>
<ImportGroup>
<Import Project="$(NuGetPackageRoot)\Facebook.Yoga\1.0.1-pre\build\netstandard\Facebook.Yoga.targets" Condition="Exists('$(NuGetPackageRoot)\Facebook.Yoga\1.0.1-pre\build\netstandard\Facebook.Yoga.targets')" />
</ImportGroup>
</Project>