Upload FastSeekWpf/FastSeekWpf.csproj
Browse files
FastSeekWpf/FastSeekWpf.csproj
CHANGED
|
@@ -8,6 +8,7 @@
|
|
| 8 |
<UseWPF>true</UseWPF>
|
| 9 |
<ApplicationManifest>app.manifest</ApplicationManifest>
|
| 10 |
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
|
|
|
| 11 |
</PropertyGroup>
|
| 12 |
|
| 13 |
<ItemGroup>
|
|
|
|
| 8 |
<UseWPF>true</UseWPF>
|
| 9 |
<ApplicationManifest>app.manifest</ApplicationManifest>
|
| 10 |
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
| 11 |
+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
| 12 |
</PropertyGroup>
|
| 13 |
|
| 14 |
<ItemGroup>
|