|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="..\packages\xunit.core.2.3.1\build\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.3.1\build\xunit.core.props')" /> |
3 | 4 | <PropertyGroup> |
4 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
8 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
9 | 10 | <RootNamespace>AgileObjects.ReadableExpressions.UnitTests</RootNamespace> |
10 | 11 | <AssemblyName>AgileObjects.ReadableExpressions.UnitTests</AssemblyName> |
11 | | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
12 | 13 | <FileAlignment>512</FileAlignment> |
13 | 14 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
14 | 15 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
15 | 16 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
16 | 17 | <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath> |
17 | 18 | <IsCodedUITest>False</IsCodedUITest> |
18 | 19 | <TestProjectType>UnitTest</TestProjectType> |
| 20 | + <NuGetPackageImportStamp> |
| 21 | + </NuGetPackageImportStamp> |
| 22 | + <TargetFrameworkProfile /> |
19 | 23 | </PropertyGroup> |
20 | 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
21 | 25 | <DebugSymbols>true</DebugSymbols> |
|
35 | 39 | <WarningLevel>4</WarningLevel> |
36 | 40 | </PropertyGroup> |
37 | 41 | <ItemGroup> |
38 | | - <Reference Include="AgileObjects.NetStandardPolyfills, Version=1.2.1.0, Culture=neutral, PublicKeyToken=06131ac1c008ad4e, processorArchitecture=MSIL"> |
39 | | - <HintPath>..\packages\AgileObjects.NetStandardPolyfills.1.2.1\lib\net40\AgileObjects.NetStandardPolyfills.dll</HintPath> |
| 42 | + <Reference Include="AgileObjects.NetStandardPolyfills, Version=1.3.0.0, Culture=neutral, PublicKeyToken=06131ac1c008ad4e, processorArchitecture=MSIL"> |
| 43 | + <HintPath>..\packages\AgileObjects.NetStandardPolyfills.1.3.0\lib\net40\AgileObjects.NetStandardPolyfills.dll</HintPath> |
40 | 44 | </Reference> |
41 | 45 | <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
42 | 46 | <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
|
46 | 50 | </Reference> |
47 | 51 | <Reference Include="Microsoft.CSharp" /> |
48 | 52 | <Reference Include="System" /> |
| 53 | + <Reference Include="System.ComponentModel.Composition" /> |
49 | 54 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
50 | 55 | <Reference Include="System.Data" /> |
| 56 | + <Reference Include="System.IO.Compression" /> |
| 57 | + <Reference Include="System.Net.Http" /> |
| 58 | + <Reference Include="System.Numerics" /> |
| 59 | + <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 60 | + <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath> |
| 61 | + </Reference> |
| 62 | + <Reference Include="System.Xml" /> |
| 63 | + <Reference Include="System.Xml.Linq" /> |
| 64 | + <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 65 | + <HintPath>..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll</HintPath> |
| 66 | + </Reference> |
| 67 | + <Reference Include="xunit.assert, Version=2.3.1.3858, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 68 | + <HintPath>..\packages\xunit.assert.2.3.1\lib\netstandard1.1\xunit.assert.dll</HintPath> |
| 69 | + </Reference> |
| 70 | + <Reference Include="xunit.core, Version=2.3.1.3858, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 71 | + <HintPath>..\packages\xunit.extensibility.core.2.3.1\lib\netstandard1.1\xunit.core.dll</HintPath> |
| 72 | + </Reference> |
| 73 | + <Reference Include="xunit.execution.desktop, Version=2.3.1.3858, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 74 | + <HintPath>..\packages\xunit.extensibility.execution.2.3.1\lib\net452\xunit.execution.desktop.dll</HintPath> |
| 75 | + </Reference> |
51 | 76 | </ItemGroup> |
52 | 77 | <Choose> |
53 | 78 | <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'"> |
|
105 | 130 | <None Include="App.config" /> |
106 | 131 | <None Include="packages.config" /> |
107 | 132 | </ItemGroup> |
| 133 | + <ItemGroup> |
| 134 | + <Analyzer Include="..\packages\xunit.analyzers.0.8.0\analyzers\dotnet\cs\xunit.analyzers.dll" /> |
| 135 | + </ItemGroup> |
108 | 136 | <Choose> |
109 | 137 | <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'"> |
110 | 138 | <ItemGroup> |
|
125 | 153 | </Choose> |
126 | 154 | <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" /> |
127 | 155 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 156 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 157 | + <PropertyGroup> |
| 158 | + <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> |
| 159 | + </PropertyGroup> |
| 160 | + <Error Condition="!Exists('..\packages\xunit.core.2.3.1\build\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.3.1\build\xunit.core.props'))" /> |
| 161 | + <Error Condition="!Exists('..\packages\xunit.core.2.3.1\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.3.1\build\xunit.core.targets'))" /> |
| 162 | + </Target> |
| 163 | + <Import Project="..\packages\xunit.core.2.3.1\build\xunit.core.targets" Condition="Exists('..\packages\xunit.core.2.3.1\build\xunit.core.targets')" /> |
128 | 164 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
129 | 165 | Other similar extension points exist, see Microsoft.Common.targets. |
130 | 166 | <Target Name="BeforeBuild"> |
|
0 commit comments