62
62
<DocumentationFile >bin\Release\GitCommands.xml</DocumentationFile >
63
63
</PropertyGroup >
64
64
<ItemGroup >
65
+ <Reference Include =" Microsoft.VisualStudio.Threading, Version=15.6.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
66
+ <HintPath >..\packages\Microsoft.VisualStudio.Threading.15.6.46\lib\net46\Microsoft.VisualStudio.Threading.dll</HintPath >
67
+ <Private >True</Private >
68
+ </Reference >
69
+ <Reference Include =" Microsoft.VisualStudio.Validation, Version=15.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
70
+ <HintPath >..\packages\Microsoft.VisualStudio.Validation.15.3.15\lib\net45\Microsoft.VisualStudio.Validation.dll</HintPath >
71
+ <Private >True</Private >
72
+ </Reference >
65
73
<Reference Include =" SmartFormat, Version=2.0.0.0, Culture=neutral, PublicKeyToken=568866805651201f, processorArchitecture=MSIL" >
66
74
<HintPath >..\packages\SmartFormat.NET.2.0.0.0\lib\net45\SmartFormat.dll</HintPath >
67
75
<Private >True</Private >
78
86
<Reference Include =" System.Runtime.Serialization" />
79
87
<Reference Include =" System.Windows.Forms" />
80
88
<Reference Include =" System.Xml" />
89
+ <Reference Include =" WindowsBase" />
81
90
</ItemGroup >
82
91
<ItemGroup >
83
92
<Compile Include =" ..\CommonAssemblyInfo.cs" >
244
253
</BootstrapperPackage >
245
254
</ItemGroup >
246
255
<ItemGroup >
256
+ <Analyzer Include =" ..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.6.46\analyzers\cs\Microsoft.VisualStudio.Threading.Analyzers.dll" />
247
257
<Analyzer Include =" ..\packages\StyleCop.Analyzers.1.1.0-beta006\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
248
258
<Analyzer Include =" ..\packages\StyleCop.Analyzers.1.1.0-beta006\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
249
259
</ItemGroup >
250
260
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
251
- </Project >
261
+ <Import Project =" ..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.6.46\build\Microsoft.VisualStudio.Threading.Analyzers.targets" Condition =" Exists('..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.6.46\build\Microsoft.VisualStudio.Threading.Analyzers.targets')" />
262
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
263
+ <PropertyGroup >
264
+ <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 >
265
+ </PropertyGroup >
266
+ <Error Condition =" !Exists('..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.6.46\build\Microsoft.VisualStudio.Threading.Analyzers.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.6.46\build\Microsoft.VisualStudio.Threading.Analyzers.targets'))" />
267
+ </Target >
268
+ </Project >
0 commit comments