Added usings

This commit is contained in:
2017-09-14 11:16:23 +02:00
parent 26a271fa59
commit 388b4b7973
3 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@@ -17,6 +17,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
using System;
using Windows.Security.Cryptography; using Windows.Security.Cryptography;
//using System.Windows.Forms; //using System.Windows.Forms;
//using System.Drawing; //using System.Drawing;

View File

@@ -24,7 +24,7 @@
<DebugType>full</DebugType> <DebugType>full</DebugType>
<Optimize>false</Optimize> <Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath> <OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;NETFX_CORE, KeePassWinRT</DefineConstants> <DefineConstants>TRACE;DEBUG;NETSTANDARD1_2, KeePassWinRT</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>