Removed the ref for the moq lib

This commit is contained in:
abdelkader
2020-12-28 09:16:30 -05:00
parent b3cee3a9d2
commit 0693da5bb4
4 changed files with 8 additions and 9 deletions

View File

@@ -42,9 +42,6 @@
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="Moq">
<HintPath>Lib\Moq.dll</HintPath>
</Reference>
<Reference Include="NSubstitute, Version=3.1.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
<HintPath>..\packages\NSubstitute.3.1.0\lib\net45\NSubstitute.dll</HintPath>
<Private>True</Private>
@@ -84,9 +81,7 @@
<Name>vCardEditor</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Lib\" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>