11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" ..\packages\Microsoft.Net.Compilers.3.3.1\build\Microsoft.Net.Compilers.props" Condition =" Exists('..\packages\Microsoft.Net.Compilers.3.3.1\build\Microsoft.Net.Compilers.props')" />
34 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
45 <PropertyGroup >
56 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
1213 <FileAlignment >512</FileAlignment >
1314 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
1415 <Deterministic >true</Deterministic >
16+ <NuGetPackageImportStamp >
17+ </NuGetPackageImportStamp >
1518 </PropertyGroup >
1619 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1720 <PlatformTarget >AnyCPU</PlatformTarget >
3538 <ItemGroup >
3639 <Reference Include =" System" />
3740 <Reference Include =" System.Core" />
41+ <Reference Include =" System.Runtime" />
42+ <Reference Include =" System.Runtime.InteropServices" />
43+ <Reference Include =" System.Threading.Thread" />
3844 <Reference Include =" System.Xml.Linq" />
3945 <Reference Include =" System.Data.DataSetExtensions" />
4046 <Reference Include =" Microsoft.CSharp" />
5157 </ItemGroup >
5258 <ItemGroup >
5359 <None Include =" App.config" />
60+ <None Include =" packages.config" />
5461 </ItemGroup >
5562 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
63+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
64+ <PropertyGroup >
65+ <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 >
66+ </PropertyGroup >
67+ <Error Condition =" !Exists('..\packages\Microsoft.Net.Compilers.3.3.1\build\Microsoft.Net.Compilers.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.3.3.1\build\Microsoft.Net.Compilers.props'))" />
68+ </Target >
5669</Project >
0 commit comments