summary refs log tree commit diff
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2015-10-25 10:53:53 -0400
committerOren Novotny <oren@novotny.org>2015-10-25 10:53:53 -0400
commit9f534ed238acfc211ac25683bfa758bd9a85719f (patch)
tree7e839143bb76d7350434f73e8fd84e65c1125fef
parentMerge branch 'master-vs12' into pcl (diff)
parentexclude readme from test data and include nunit vs adapter (diff)
downloadBouncyCastle.NET-ed25519-9f534ed238acfc211ac25683bfa758bd9a85719f.tar.xz
Merge branch 'master-vs12' into pcl
-rw-r--r--crypto.tests.Net45/crypto.tests.Net45.csproj10
1 files changed, 9 insertions, 1 deletions
diff --git a/crypto.tests.Net45/crypto.tests.Net45.csproj b/crypto.tests.Net45/crypto.tests.Net45.csproj
index 1aa3e7d39..d9e028b7f 100644
--- a/crypto.tests.Net45/crypto.tests.Net45.csproj
+++ b/crypto.tests.Net45/crypto.tests.Net45.csproj
@@ -50,6 +50,14 @@
       <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
       <Private>False</Private>
     </Reference>
+    <Reference Include="nunit.util, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
+      <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath>
+      <Private>False</Private>
+    </Reference>
+    <Reference Include="NUnit.VisualStudio.TestAdapter, Version=2.0.0.0, Culture=neutral, PublicKeyToken=4cb40d35494691ac, processorArchitecture=MSIL">
+      <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
+      <Private>False</Private>
+    </Reference>
     <Reference Include="System" />
     <Reference Include="System.Core" />
     <Reference Include="System.Xml.Linq" />
@@ -65,7 +73,7 @@
     <Compile Include="..\crypto\test\src\**\*.cs" Exclude="..\**\examples\*.cs">
       <Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
     </Compile>
-    <EmbeddedResource Include="..\crypto\test\data\**\*.*">
+    <EmbeddedResource Include="..\crypto\test\data\**\*.*" Exclude="..\**\README.txt">
       <Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
     </EmbeddedResource>
   </ItemGroup>