Skip to content

Commit

Permalink
Merge pull request #74942 from CyrusNajmabadi/removeFolder
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi authored Aug 29, 2024
2 parents c39d594 + 1c3efe8 commit d8786e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@
<PublicAPI Include="PublicAPI.Shipped.txt" />
<PublicAPI Include="PublicAPI.Unshipped.txt" />
</ItemGroup>
<ItemGroup>
<Folder Include="Extensions\" />
</ItemGroup>
<Import Project="..\..\..\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CSharpCompilerExtensions.projitems" Label="Shared" />
<Import Project="..\..\..\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CSharpWorkspaceExtensions.projitems" Label="Shared" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
.NET Compiler Platform ("Roslyn") support for analyzing Visual Basic projects and solutions.
</PackageDescription>
</PropertyGroup>
<ItemGroup>
<Compile Remove="My Project\**" />
<EmbeddedResource Remove="My Project\**" />
</ItemGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj" />
<ProjectReference Include="..\..\..\Compilers\VisualBasic\Portable\Microsoft.CodeAnalysis.VisualBasic.vbproj" />
Expand Down Expand Up @@ -53,9 +49,6 @@
<PublicAPI Include="PublicAPI.Shipped.txt" />
<PublicAPI Include="PublicAPI.Unshipped.txt" />
</ItemGroup>
<ItemGroup>
<Folder Include="Extensions\" />
</ItemGroup>
<Import Project="..\..\..\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\VisualBasicCompilerExtensions.projitems" Label="Shared" />
<Import Project="..\..\..\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\VisualBasicWorkspaceExtensions.projitems" Label="Shared" />
</Project>

0 comments on commit d8786e3

Please # to comment.