File tree Expand file tree Collapse file tree
StyleCop.Analyzers/StyleCop.Analyzers.Vsix Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project Sdk =" Microsoft.NET.Sdk" >
2+ <Project >
3+ <Import Sdk =" Microsoft.NET.Sdk" Project =" Sdk.props" />
34
45 <PropertyGroup >
56 <TargetFramework >net452</TargetFramework >
3940 <None Include =" source.extension.vsixmanifest" />
4041 </ItemGroup >
4142
43+ <Import Sdk =" Microsoft.NET.Sdk" Project =" Sdk.targets" />
44+
4245 <Import Project =" $(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition =" Exists('$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets')" />
4346
47+ <ItemGroup >
48+ <!-- https://github.com/dotnet/sdk/issues/433 -->
49+ <ProjectReference Update =" @(ProjectReference)" AdditionalProperties =" TargetFramework=net452" />
50+
51+ <!-- https://github.com/Microsoft/extendvs/issues/57 -->
52+ <ProjectReference Update =" @(ProjectReference)" Name =" %(Filename)" />
53+ </ItemGroup >
54+
4455</Project >
You can’t perform that action at this time.
0 commit comments