37
37
<Prefer32Bit >false</Prefer32Bit >
38
38
</PropertyGroup >
39
39
<ItemGroup >
40
+ <Reference Include =" Microsoft.VisualStudio.Threading, Version=15.6.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
41
+ <HintPath >..\..\..\packages\Microsoft.VisualStudio.Threading.15.6.46\lib\net46\Microsoft.VisualStudio.Threading.dll</HintPath >
42
+ <Private >True</Private >
43
+ </Reference >
44
+ <Reference Include =" Microsoft.VisualStudio.Validation, Version=15.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
45
+ <HintPath >..\..\..\packages\Microsoft.VisualStudio.Validation.15.3.15\lib\net45\Microsoft.VisualStudio.Validation.dll</HintPath >
46
+ <Private >True</Private >
47
+ </Reference >
40
48
<Reference Include =" RestSharp, Version=106.2.1.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL" >
41
49
<HintPath >..\..\..\packages\RestSharp.106.2.1\lib\net452\RestSharp.dll</HintPath >
42
50
</Reference >
45
53
<HintPath >..\..\..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath >
46
54
</Reference >
47
55
<Reference Include =" System.Web" />
56
+ <Reference Include =" WindowsBase" />
48
57
</ItemGroup >
49
58
<ItemGroup >
50
59
<Compile Include =" APIv2\RepositoryV2.cs" />
65
74
<ItemGroup >
66
75
<None Include =" packages.config" />
67
76
</ItemGroup >
77
+ <ItemGroup >
78
+ <Analyzer Include =" ..\..\..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.6.46\analyzers\cs\Microsoft.VisualStudio.Threading.Analyzers.dll" />
79
+ </ItemGroup >
68
80
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
81
+ <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')" />
82
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
83
+ <PropertyGroup >
84
+ <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 >
85
+ </PropertyGroup >
86
+ <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'))" />
87
+ </Target >
69
88
</Project >
0 commit comments