1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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')" />
3
4
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
5
<PropertyGroup >
5
6
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
12
13
<FileAlignment >512</FileAlignment >
13
14
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
15
<Deterministic >true</Deterministic >
16
+ <NuGetPackageImportStamp >
17
+ </NuGetPackageImportStamp >
15
18
</PropertyGroup >
16
19
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
20
<PlatformTarget >AnyCPU</PlatformTarget >
35
38
<ItemGroup >
36
39
<Reference Include =" System" />
37
40
<Reference Include =" System.Core" />
41
+ <Reference Include =" System.Runtime" />
42
+ <Reference Include =" System.Runtime.InteropServices" />
43
+ <Reference Include =" System.Threading.Thread" />
38
44
<Reference Include =" System.Xml.Linq" />
39
45
<Reference Include =" System.Data.DataSetExtensions" />
40
46
<Reference Include =" Microsoft.CSharp" />
51
57
</ItemGroup >
52
58
<ItemGroup >
53
59
<None Include =" App.config" />
60
+ <None Include =" packages.config" />
54
61
</ItemGroup >
55
62
<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 >
56
69
</Project >
0 commit comments