Skip to content

Commit 05d8254

Browse files
Remove unnecessary folder in project file (#79202)
2 parents 24ebc89 + 324a959 commit 05d8254

File tree

6 files changed

+0
-16
lines changed

6 files changed

+0
-16
lines changed

src/EditorFeatures/CSharpTest/Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,5 @@
5656
<ItemGroup>
5757
<Compile Include="..\..\VisualStudio\Core\Def\CodeCleanup\AbstractCodeCleanUpFixer_Helper.cs" Link="Formatting\AbstractCodeCleanUpFixer_Helper.cs" />
5858
</ItemGroup>
59-
<ItemGroup>
60-
<Folder Include="Diagnostics\NamingStyles\" />
61-
</ItemGroup>
6259
<Import Project="$(RepositoryEngineeringDir)targets\ILAsm.targets" />
6360
</Project>

src/EditorFeatures/Core/Microsoft.CodeAnalysis.EditorFeatures.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,4 @@
112112
<PublicAPI Include="PublicAPI.Shipped.txt" />
113113
<PublicAPI Include="PublicAPI.Unshipped.txt" />
114114
</ItemGroup>
115-
<ItemGroup>
116-
<Folder Include="BrokeredServices\" />
117-
</ItemGroup>
118115
</Project>

src/Scripting/VisualBasicTest.Desktop/Microsoft.CodeAnalysis.VisualBasic.Scripting.Desktop.UnitTests.vbproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
<Reference Include="System.Xml" />
2828
<Reference Include="System.Xml.Linq" />
2929
</ItemGroup>
30-
<ItemGroup>
31-
<Folder Include="Properties\" />
32-
</ItemGroup>
3330
<ItemGroup>
3431
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
3532
</ItemGroup>

src/VisualStudio/TestUtilities2/Microsoft.VisualStudio.LanguageServices.Test.Utilities2.vbproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@
5555
<Import Include="System.Xml.Linq" />
5656
<Import Include="Xunit" />
5757
</ItemGroup>
58-
<ItemGroup>
59-
<Folder Include="My Project\" />
60-
</ItemGroup>
6158
<ItemGroup>
6259
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
6360
</ItemGroup>

src/Workspaces/Remote/ServiceHub/Microsoft.CodeAnalysis.Remote.ServiceHub.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,4 @@
5757
<!-- TODO - This IVT should be removed - https://github.com/dotnet/roslyn/issues/46940 -->
5858
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.Remote.Razor" Key="$(RazorKey)" />
5959
</ItemGroup>
60-
<ItemGroup>
61-
<Folder Include="Services\UnusedReferences\ProjectAssets\" />
62-
</ItemGroup>
6360
</Project>

src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CompilerExtensions.projitems

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,6 @@
548548
<ItemGroup>
549549
<Folder Include="$(MSBuildThisFileDirectory)CodeCleanup\" />
550550
<Folder Include="$(MSBuildThisFileDirectory)Extensions\Compiler\" />
551-
<Folder Include="$(MSBuildThisFileDirectory)Hashing\" />
552551
<Folder Include="$(MSBuildThisFileDirectory)Services\FileBannerFacts\" />
553552
<Folder Include="$(MSBuildThisFileDirectory)Services\RefactoringHelpers\" />
554553
</ItemGroup>

0 commit comments

Comments
 (0)