提交 24ae6bb4 编写于 作者: S Srivatsn Narayanan

Adding the Name metadata of ProjectRefs back since that's used by the VSSDK tooling

上级 0c3e63a4
......@@ -33,7 +33,9 @@
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CSharpAnalyzers\CSharpAnalyzers.csproj" />
<ProjectReference Include="..\CSharpAnalyzers\CSharpAnalyzers.csproj">
<Name>CSharpAnalyzers</Name>
</ProjectReference>
</ItemGroup>
<Import Project="..\..\..\..\..\..\build\Targets\Imports.targets" />
</Project>
\ No newline at end of file
......@@ -34,7 +34,9 @@
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BasicAnalyzers\BasicAnalyzers.vbproj" />
<ProjectReference Include="..\BasicAnalyzers\BasicAnalyzers.vbproj">
<Name>BasicAnalyzers</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="My Project\" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册