|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props" Condition="Exists('packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props')" /> |
| 4 | + <Import Project="packages\Microsoft.Net.Compilers.2.3.2\build\Microsoft.Net.Compilers.props" Condition="Exists('packages\Microsoft.Net.Compilers.2.3.2\build\Microsoft.Net.Compilers.props')" /> |
| 5 | + <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
| 6 | + <PropertyGroup> |
| 7 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 8 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 9 | + <ProjectGuid>{381F9D2E-2355-4F84-9206-06BB9175F97B}</ProjectGuid> |
| 10 | + <OutputType>Exe</OutputType> |
| 11 | + <RootNamespace>Scoop.Shim</RootNamespace> |
| 12 | + <AssemblyName>Scoop.Shim</AssemblyName> |
| 13 | + <TargetFrameworkVersion>v4.0.0</TargetFrameworkVersion> |
| 14 | + <FileAlignment>512</FileAlignment> |
| 15 | + <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
| 16 | + </PropertyGroup> |
| 17 | + <ItemGroup> |
| 18 | + <Reference Include="System" /> |
| 19 | + <Reference Include="System.Core" /> |
| 20 | + <Reference Include="System.Xml.Linq" /> |
| 21 | + <Reference Include="System.Data.DataSetExtensions" /> |
| 22 | + <Reference Include="Microsoft.CSharp" /> |
| 23 | + <Reference Include="System.Data" /> |
| 24 | + <Reference Include="System.Net.Http" /> |
| 25 | + <Reference Include="System.Xml" /> |
| 26 | + </ItemGroup> |
| 27 | + <ItemGroup> |
| 28 | + <Compile Include="shim.cs" /> |
| 29 | + </ItemGroup> |
| 30 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 31 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 32 | + <PropertyGroup> |
| 33 | + <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText> |
| 34 | + </PropertyGroup> |
| 35 | + <Error Condition="!Exists('packages\Microsoft.Net.Compilers.2.3.2\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Net.Compilers.2.3.2\build\Microsoft.Net.Compilers.props'))" /> |
| 36 | + <Error Condition="!Exists('packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props'))" /> |
| 37 | + </Target> |
| 38 | +</Project> |
0 commit comments