1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" ..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props" Condition =" Exists('..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props')" />
3
4
<Import Project =" ..\packages\NUnit.3.10.1\build\NUnit.props" Condition =" Exists('..\packages\NUnit.3.10.1\build\NUnit.props')" />
4
5
<Import Project =" ..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props')" />
5
6
<PropertyGroup >
6
7
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7
8
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8
- <ProjectGuid >{3E186286-B1CD-47B6-818A-C8D1D844E579 }</ProjectGuid >
9
+ <ProjectGuid >{8794CB3B-EAB2-411D-B912-7AD3425D6C62 }</ProjectGuid >
9
10
<OutputType >Library</OutputType >
10
11
<AppDesignerFolder >Properties</AppDesignerFolder >
11
12
<RootNamespace >CodingSeb.ExpressionEvaluator.Tests</RootNamespace >
39
40
<WarningLevel >4</WarningLevel >
40
41
</PropertyGroup >
41
42
<ItemGroup >
42
- <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
43
- <HintPath >..\packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
44
- </Reference >
45
- <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
46
- <HintPath >..\packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
47
- </Reference >
48
43
<Reference Include =" nunit.framework, Version=3.10.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
49
44
<HintPath >..\packages\NUnit.3.10.1\lib\net45\nunit.framework.dll</HintPath >
50
45
</Reference >
79
74
<Error Condition =" !Exists('..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props'))" />
80
75
<Error Condition =" !Exists('..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets'))" />
81
76
<Error Condition =" !Exists('..\packages\NUnit.3.10.1\build\NUnit.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.10.1\build\NUnit.props'))" />
77
+ <Error Condition =" !Exists('..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props'))" />
82
78
</Target >
83
79
<Import Project =" ..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets')" />
84
80
</Project >
0 commit comments