|
32 | 32 | <WarningLevel>4</WarningLevel> |
33 | 33 | </PropertyGroup> |
34 | 34 | <ItemGroup> |
35 | | - <Reference Include="nunit.framework"> |
36 | | - <HintPath>..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath> |
| 35 | + <Reference Include="nunit.core"> |
| 36 | + <HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.core.dll</HintPath> |
| 37 | + <Private>False</Private> |
| 38 | + </Reference> |
| 39 | + <Reference Include="nunit.core.interfaces"> |
| 40 | + <HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.core.interfaces.dll</HintPath> |
| 41 | + <Private>False</Private> |
| 42 | + </Reference> |
| 43 | + <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
| 44 | + <SpecificVersion>False</SpecificVersion> |
| 45 | + <HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.framework.dll</HintPath> |
| 46 | + </Reference> |
| 47 | + <Reference Include="nunit.util"> |
| 48 | + <HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.util.dll</HintPath> |
| 49 | + <Private>False</Private> |
| 50 | + </Reference> |
| 51 | + <Reference Include="NUnit.VisualStudio.TestAdapter"> |
| 52 | + <HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath> |
| 53 | + <Private>False</Private> |
37 | 54 | </Reference> |
38 | 55 | <Reference Include="System" /> |
39 | 56 | <Reference Include="System.Core" /> |
|
59 | 76 | </ProjectReference> |
60 | 77 | </ItemGroup> |
61 | 78 | <ItemGroup> |
62 | | - <None Include="packages.config" /> |
| 79 | + <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
63 | 80 | </ItemGroup> |
64 | 81 | <ItemGroup> |
65 | | - <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
| 82 | + <None Include="packages.config" /> |
66 | 83 | </ItemGroup> |
67 | 84 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
68 | 85 | <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
|
0 commit comments