diff options
Diffstat (limited to 'crypto.tests.Net45')
-rw-r--r-- | crypto.tests.Net45/crypto.tests.Net45.csproj | 10 |
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> |