|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" /> |
| 3 | + <Import Project="..\..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props')" /> |
4 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | 5 | <PropertyGroup> |
6 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>TemplateTable.Tests</RootNamespace> |
12 | 12 | <AssemblyName>TemplateTable.Tests</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | 15 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
16 | 16 | <NuGetPackageImportStamp> |
17 | 17 | </NuGetPackageImportStamp> |
18 | 18 | <CodeAnalysisRuleSet>..\..\CodeAnalysis.ruleset</CodeAnalysisRuleSet> |
| 19 | + <TargetFrameworkProfile /> |
19 | 20 | </PropertyGroup> |
20 | 21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
21 | 22 | <DebugSymbols>true</DebugSymbols> |
|
37 | 38 | </PropertyGroup> |
38 | 39 | <ItemGroup> |
39 | 40 | <Reference Include="System" /> |
| 41 | + <Reference Include="System.ComponentModel.Composition" /> |
40 | 42 | <Reference Include="System.Core" /> |
| 43 | + <Reference Include="System.IO.Compression" /> |
| 44 | + <Reference Include="System.Numerics" /> |
| 45 | + <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 46 | + <HintPath>..\..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath> |
| 47 | + </Reference> |
41 | 48 | <Reference Include="System.Xml.Linq" /> |
42 | 49 | <Reference Include="System.Data.DataSetExtensions" /> |
43 | 50 | <Reference Include="Microsoft.CSharp" /> |
44 | 51 | <Reference Include="System.Data" /> |
45 | 52 | <Reference Include="System.Net.Http" /> |
46 | 53 | <Reference Include="System.Xml" /> |
47 | 54 | <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
48 | | - <HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath> |
| 55 | + <HintPath>..\..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll</HintPath> |
49 | 56 | <Private>True</Private> |
50 | 57 | </Reference> |
51 | | - <Reference Include="xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
52 | | - <HintPath>..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll</HintPath> |
53 | | - <Private>True</Private> |
| 58 | + <Reference Include="xunit.assert, Version=2.2.0.3545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 59 | + <HintPath>..\..\packages\xunit.assert.2.2.0\lib\netstandard1.1\xunit.assert.dll</HintPath> |
54 | 60 | </Reference> |
55 | | - <Reference Include="xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
56 | | - <HintPath>..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath> |
57 | | - <Private>True</Private> |
| 61 | + <Reference Include="xunit.core, Version=2.2.0.3545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 62 | + <HintPath>..\..\packages\xunit.extensibility.core.2.2.0\lib\netstandard1.1\xunit.core.dll</HintPath> |
58 | 63 | </Reference> |
59 | | - <Reference Include="xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
60 | | - <HintPath>..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath> |
61 | | - <Private>True</Private> |
| 64 | + <Reference Include="xunit.execution.desktop, Version=2.2.0.3545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 65 | + <HintPath>..\..\packages\xunit.extensibility.execution.2.2.0\lib\net452\xunit.execution.desktop.dll</HintPath> |
62 | 66 | </Reference> |
63 | 67 | </ItemGroup> |
64 | 68 | <ItemGroup> |
|
67 | 71 | <Compile Include="TestObject.cs" /> |
68 | 72 | </ItemGroup> |
69 | 73 | <ItemGroup> |
70 | | - <None Include="packages.config" /> |
| 74 | + <None Include="packages.config"> |
| 75 | + <SubType>Designer</SubType> |
| 76 | + </None> |
71 | 77 | </ItemGroup> |
72 | 78 | <ItemGroup> |
73 | 79 | <ProjectReference Include="..\TemplateTable\TemplateTable.csproj"> |
|
88 | 94 | <PropertyGroup> |
89 | 95 | <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 | 96 | </PropertyGroup> |
91 | | - <Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props'))" /> |
| 97 | + <Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props'))" /> |
92 | 98 | </Target> |
93 | 99 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
94 | 100 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments