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

Commit 75f7eee

Browse files
committed
Remove unnecessary AssemblyInfo.cs files from System.Composition
1 parent 4f19da0 commit 75f7eee

File tree

20 files changed

+15
-188
lines changed

20 files changed

+15
-188
lines changed

src/System.Composition.AttributedModel/src/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 18 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<!-- A reference to the entire .NET Framework is automatically included -->
24+
<Folder Include="Properties\" />
2425
</ItemGroup>
2526
<ItemGroup>
26-
<Compile Include="Properties\AssemblyInfo.cs" />
2727
<Compile Include="System\Composition\Convention\AttributedModelProvider.cs" />
2828
<Compile Include="System\Composition\ExportAttribute.cs" />
2929
<Compile Include="System\Composition\ExportMetadataAttribute.cs" />

src/System.Composition.Convention/src/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 18 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
<Compile Include="Microsoft\Internal\Lock.Reader.cs" />
5050
<Compile Include="Microsoft\Internal\Lock.Writer.cs" />
5151
<Compile Include="Microsoft\Internal\ReflectionServices.cs" />
52-
<Compile Include="Properties\AssemblyInfo.cs" />
5352
<Compile Include="Strings.Designer.cs" />
5453
<Compile Include="System\Composition\Convention\ConventionBuilder.cs" />
5554
<Compile Include="System\Composition\Convention\ExportConventionBuilder.cs" />
@@ -76,6 +75,7 @@
7675
</ItemGroup>
7776
<ItemGroup>
7877
<Folder Include="Microsoft\Diagnostics\" />
78+
<Folder Include="Properties\" />
7979
</ItemGroup>
8080
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
8181
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

src/System.Composition.Convention/tests/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 18 deletions
This file was deleted.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
<Compile Include="PartBuilderOfTInheritanceTests.cs" />
3838
<Compile Include="PartBuilderOfTTests.cs" />
3939
<Compile Include="PartBuilderTests.cs" />
40-
<Compile Include="Properties\AssemblyInfo.cs">
41-
<SharedSource>false</SharedSource>
42-
</Compile>
4340
<Compile Include="RetryMode.cs" />
4441
</ItemGroup>
4542
<ItemGroup>
@@ -70,6 +67,9 @@
7067
<ItemGroup>
7168
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
7269
</ItemGroup>
70+
<ItemGroup>
71+
<Folder Include="Properties\" />
72+
</ItemGroup>
7373
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
7474
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7575
Other similar extension points exist, see Microsoft.Common.targets.

src/System.Composition.Hosting/src/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 18 deletions
This file was deleted.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
<Link>Microsoft\Internal\Requires.cs</Link>
4747
</Compile>
4848
<Compile Include="Microsoft\Internal\ThrowHelper.cs" />
49-
<Compile Include="Properties\AssemblyInfo.cs" />
5049
<Compile Include="Properties\Resources.Designer.cs">
5150
<AutoGen>True</AutoGen>
5251
<DesignTime>True</DesignTime>

src/System.Composition.Runtime/src/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 18 deletions
This file was deleted.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
</EmbeddedResource>
2929
</ItemGroup>
3030
<ItemGroup>
31-
<Compile Include="Properties\AssemblyInfo.cs" />
3231
<Compile Include="Properties\Resources.Designer.cs">
3332
<AutoGen>True</AutoGen>
3433
<DesignTime>True</DesignTime>

0 commit comments

Comments
 (0)