1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" ..\packages\xunit.runner.visualstudio.2.0.0-rc1-build1030 \build\net20\xunit.runner.visualstudio.props" Condition =" Exists('..\packages\xunit.runner.visualstudio.2.0.0-rc1-build1030 \build\net20\xunit.runner.visualstudio.props')" />
3
+ <Import Project =" ..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props" Condition =" Exists('..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props')" />
4
4
<PropertyGroup >
5
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
6
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
35
35
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
36
36
</PropertyGroup >
37
37
<ItemGroup >
38
- <Reference Include =" Moq, Version=4.2.1409.1722, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL" >
39
- <SpecificVersion >False</SpecificVersion >
40
- <HintPath >..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll</HintPath >
38
+ <Reference Include =" Moq, Version=4.2.1507.118, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL" >
39
+ <HintPath >..\packages\Moq.4.2.1507.0118\lib\net40\Moq.dll</HintPath >
41
40
</Reference >
42
41
<Reference Include =" System" />
43
42
<Reference Include =" System.Core" />
158
157
<PropertyGroup >
159
158
<ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
160
159
</PropertyGroup >
161
- <Error Condition =" !Exists('..\packages\xunit.runner.visualstudio.2.0.0-rc1-build1030 \build\net20\xunit.runner.visualstudio.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.runner.visualstudio.2.0.0-rc1-build1030 \build\net20\xunit.runner.visualstudio.props'))" />
160
+ <Error Condition =" !Exists('..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props'))" />
162
161
</Target >
163
162
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
164
163
Other similar extension points exist, see Microsoft.Common.targets.
167
166
<Target Name="AfterBuild">
168
167
</Target>
169
168
-->
170
- </Project >
169
+ </Project >
0 commit comments