11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" ..\packages\MSTest.TestAdapter.1.1.18 \build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\packages\MSTest.TestAdapter.1.1.18 \build\net45\MSTest.TestAdapter.props')" />
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')" />
44 <PropertyGroup >
55 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
66 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
99 <AppDesignerFolder >Properties</AppDesignerFolder >
1010 <RootNamespace >GraphODataTemplateWriter.Test</RootNamespace >
1111 <AssemblyName >GraphODataTemplateWriter.Test</AssemblyName >
12- <TargetFrameworkVersion >v4.6.1 </TargetFrameworkVersion >
12+ <TargetFrameworkVersion >v4.7.2 </TargetFrameworkVersion >
1313 <FileAlignment >512</FileAlignment >
1414 <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
1515 <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >15.0</VisualStudioVersion >
1919 <TestProjectType >UnitTest</TestProjectType >
2020 <NuGetPackageImportStamp >
2121 </NuGetPackageImportStamp >
22+ <TargetFrameworkProfile />
2223 </PropertyGroup >
2324 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2425 <DebugSymbols >true</DebugSymbols >
3132 </PropertyGroup >
3233 <ItemGroup >
3334 <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
34- <HintPath >..\packages\MSTest.TestFramework.1.1.18 \lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
35+ <HintPath >..\packages\MSTest.TestFramework.1.2.1 \lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
3536 </Reference >
3637 <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
37- <HintPath >..\packages\MSTest.TestFramework.1.1.18 \lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
38+ <HintPath >..\packages\MSTest.TestFramework.1.2.1 \lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
3839 </Reference >
3940 <Reference Include =" System" />
4041 <Reference Include =" System.Core" />
6970 <PropertyGroup >
7071 <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 >
7172 </PropertyGroup >
72- <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.1.1.18 \build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.1.18 \build\net45\MSTest.TestAdapter.props'))" />
73- <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.1.1.18 \build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.1.18 \build\net45\MSTest.TestAdapter.targets'))" />
73+ <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'))" />
74+ <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'))" />
7475 </Target >
75- <Import Project =" ..\packages\MSTest.TestAdapter.1.1.18 \build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\packages\MSTest.TestAdapter.1.1.18 \build\net45\MSTest.TestAdapter.targets')" />
76+ <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')" />
7677</Project >
0 commit comments