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\MSTest.TestAdapter.1 .2.1 \build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\..\packages\MSTest.TestAdapter.1 .2.1 \build\net45\MSTest.TestAdapter.props')" />
3
+ <Import Project =" ..\..\packages\MSTest.TestAdapter.2 .2.8 \build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\..\packages\MSTest.TestAdapter.2 .2.8 \build\net45\MSTest.TestAdapter.props')" />
4
4
<PropertyGroup >
5
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
6
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >SocketLabs.Test</RootNamespace >
11
11
<AssemblyName >SocketLabs.Test</AssemblyName >
12
- <TargetFrameworkVersion >v4.6.1 </TargetFrameworkVersion >
12
+ <TargetFrameworkVersion >v4.8 </TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
14
<ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
15
15
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >15.0</VisualStudioVersion >
19
19
<TestProjectType >UnitTest</TestProjectType >
20
20
<NuGetPackageImportStamp >
21
21
</NuGetPackageImportStamp >
22
+ <TargetFrameworkProfile />
22
23
</PropertyGroup >
23
24
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24
25
<DebugSymbols >true</DebugSymbols >
43
44
</PropertyGroup >
44
45
<ItemGroup >
45
46
<Reference Include =" Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" >
46
- <HintPath >..\..\packages\Castle.Core.4.3 .1\lib\net45\Castle.Core.dll</HintPath >
47
+ <HintPath >..\..\packages\Castle.Core.4.4 .1\lib\net45\Castle.Core.dll</HintPath >
47
48
</Reference >
48
49
<Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
49
- <HintPath >..\..\packages\MSTest.TestFramework.1 .2.1 \lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
50
+ <HintPath >..\..\packages\MSTest.TestFramework.2 .2.8 \lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
50
51
</Reference >
51
52
<Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
52
- <HintPath >..\..\packages\MSTest.TestFramework.1 .2.1 \lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
53
+ <HintPath >..\..\packages\MSTest.TestFramework.2 .2.8 \lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
53
54
</Reference >
54
- <Reference Include =" Moq, Version=4.10 .0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL" >
55
- <HintPath >..\..\packages\Moq.4.10.0 \lib\net45\Moq.dll</HintPath >
55
+ <Reference Include =" Moq, Version=4.16 .0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL" >
56
+ <HintPath >..\..\packages\Moq.4.16.1 \lib\net45\Moq.dll</HintPath >
56
57
</Reference >
57
58
<Reference Include =" System" />
58
59
<Reference Include =" System.Configuration" />
59
60
<Reference Include =" System.Core" />
60
- <Reference Include =" System.Threading.Tasks.Extensions , Version=4.1 .0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 , processorArchitecture=MSIL" >
61
- <HintPath >..\..\packages\System.Threading.Tasks.Extensions.4.3 .0\lib\portable-net45+win8+wp8+wpa81 \System.Threading.Tasks.Extensions .dll</HintPath >
61
+ <Reference Include =" System.Runtime.CompilerServices.Unsafe , Version=6.0 .0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a , processorArchitecture=MSIL" >
62
+ <HintPath >..\..\packages\System.Runtime.CompilerServices.Unsafe.6.0 .0\lib\net461 \System.Runtime.CompilerServices.Unsafe .dll</HintPath >
62
63
</Reference >
63
- <Reference Include =" System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
64
- <HintPath >..\..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath >
64
+ <Reference Include =" System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
65
+ <HintPath >..\..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath >
66
+ </Reference >
67
+ <Reference Include =" System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
68
+ <HintPath >..\..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath >
65
69
</Reference >
66
70
</ItemGroup >
67
71
<ItemGroup >
73
77
<None Include =" ..\..\.editorconfig" >
74
78
<Link >.editorconfig</Link >
75
79
</None >
80
+ <None Include =" app.config" />
76
81
<None Include =" packages.config" />
77
82
</ItemGroup >
78
83
<ItemGroup >
88
93
<PropertyGroup >
89
94
<ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
90
95
</PropertyGroup >
91
- <Error Condition =" !Exists('..\..\packages\MSTest.TestAdapter.1 .2.1 \build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\MSTest.TestAdapter.1 .2.1 \build\net45\MSTest.TestAdapter.props'))" />
92
- <Error Condition =" !Exists('..\..\packages\MSTest.TestAdapter.1 .2.1 \build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\MSTest.TestAdapter.1 .2.1 \build\net45\MSTest.TestAdapter.targets'))" />
96
+ <Error Condition =" !Exists('..\..\packages\MSTest.TestAdapter.2 .2.8 \build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\MSTest.TestAdapter.2 .2.8 \build\net45\MSTest.TestAdapter.props'))" />
97
+ <Error Condition =" !Exists('..\..\packages\MSTest.TestAdapter.2 .2.8 \build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\MSTest.TestAdapter.2 .2.8 \build\net45\MSTest.TestAdapter.targets'))" />
93
98
</Target >
94
- <Import Project =" ..\..\packages\MSTest.TestAdapter.1 .2.1 \build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\..\packages\MSTest.TestAdapter.1 .2.1 \build\net45\MSTest.TestAdapter.targets')" />
99
+ <Import Project =" ..\..\packages\MSTest.TestAdapter.2 .2.8 \build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\..\packages\MSTest.TestAdapter.2 .2.8 \build\net45\MSTest.TestAdapter.targets')" />
95
100
</Project >
0 commit comments