Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit e932182

Browse files
committed
Clean up System.Composition project files
1 parent f021534 commit e932182

File tree

8 files changed

+0
-18
lines changed

8 files changed

+0
-18
lines changed

src/System.Composition.AttributedModel/src/System.Composition.AttributedModel.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
</PropertyGroup>
2020
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2121
</PropertyGroup>
22-
<ItemGroup>
23-
<!-- A reference to the entire .NET Framework is automatically included -->
24-
<Folder Include="Properties\" />
25-
</ItemGroup>
2622
<ItemGroup>
2723
<Compile Include="System\Composition\Convention\AttributedModelProvider.cs" />
2824
<Compile Include="System\Composition\ExportAttribute.cs" />

src/System.Composition.Convention/src/System.Composition.Convention.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
</ItemGroup>
7676
<ItemGroup>
7777
<Folder Include="Microsoft\Diagnostics\" />
78-
<Folder Include="Properties\" />
7978
</ItemGroup>
8079
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
8180
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

src/System.Composition.Hosting/src/System.Composition.Hosting.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2121
</PropertyGroup>
2222
<ItemGroup>
23-
<!-- A reference to the entire .NET Framework is automatically included -->
2423
<ProjectReference Include="..\..\System.Composition.Runtime\src\System.Composition.Runtime.csproj">
2524
<Project>{2711dfd2-8541-4628-bc53-eb784a14cdcf}</Project>
2625
<Name>System.Composition.Runtime</Name>

src/System.Composition.Runtime/src/System.Composition.Runtime.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2222
</PropertyGroup>
2323
<ItemGroup>
24-
<!-- A reference to the entire .NET Framework is automatically included -->
2524
<EmbeddedResource Include="Properties\Resources.resx">
2625
<Generator>ResXFileCodeGenerator</Generator>
2726
<LastGenOutput>Resources.Designer.cs</LastGenOutput>

src/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<ExternallyShipping>true</ExternallyShipping>
2525
</PropertyGroup>
2626
<ItemGroup>
27-
<!-- A reference to the entire .NET Framework is automatically included -->
2827
<ProjectReference Include="..\..\System.Composition.AttributedModel\src\System.Composition.AttributedModel.csproj">
2928
<Project>{c6257381-c624-494a-a9d9-5586e60856ea}</Project>
3029
<Name>System.Composition.AttributedModel</Name>

src/System.Composition/perftests/Microsoft.Composition.ThroughputHarness.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@
5555
<Name>System.Composition.TypedParts</Name>
5656
</ProjectReference>
5757
</ItemGroup>
58-
<ItemGroup>
59-
<Folder Include="Properties\" />
60-
</ItemGroup>
6158
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
6259
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6360
Other similar extension points exist, see Microsoft.Common.targets.

src/System.Composition/scenarios/TestLibrary/TestLibrary.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
</PropertyGroup>
2121
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2222
</PropertyGroup>
23-
<ItemGroup>
24-
<!-- A reference to the entire .NET Framework is automatically included -->
25-
<Folder Include="Properties\" />
26-
</ItemGroup>
2723
<ItemGroup>
2824
<Compile Include="TestClass.cs" />
2925
</ItemGroup>

src/System.Composition/tests/System.Composition.Tests.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@
8888
<ItemGroup>
8989
<None Include="project.json" />
9090
</ItemGroup>
91-
<ItemGroup>
92-
<Folder Include="Properties\" />
93-
</ItemGroup>
9491
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
9592
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9693
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)