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

Commit f4c2e7f

Browse files
committed
Remove RootNamespace property from projects sharing CommonStrings.resx
1 parent 93b63e2 commit f4c2e7f

File tree

5 files changed

+636
-7
lines changed

5 files changed

+636
-7
lines changed

src/Common/src/Microsoft/Internal/CommonStrings.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<ProjectGuid>{E6592FAD-10B5-4B56-9287-D72DD136992F}</ProjectGuid>
77
<OutputType>Library</OutputType>
88
<AppDesignerFolder>Properties</AppDesignerFolder>
9-
<RootNamespace>System.Composition.Convention</RootNamespace>
109
<AssemblyName>System.Composition.Convention</AssemblyName>
1110
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1211
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>

src/System.Composition.Hosting/src/Properties/Resources.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<ProjectGuid>{2B8FECC6-34A1-48FE-BA75-99572D2D6DB2}</ProjectGuid>
77
<OutputType>Library</OutputType>
88
<AppDesignerFolder>Properties</AppDesignerFolder>
9-
<RootNamespace>System.Composition.Hosting</RootNamespace>
109
<AssemblyName>System.Composition.Hosting</AssemblyName>
1110
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1211
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
@@ -91,6 +90,7 @@
9190
<Generator>ResXFileCodeGenerator</Generator>
9291
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
9392
<SubType>Designer</SubType>
93+
<CustomToolNamespace>System.Composition.Hosting.Properties</CustomToolNamespace>
9494
</EmbeddedResource>
9595
</ItemGroup>
9696
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
@@ -101,4 +101,4 @@
101101
<Target Name="AfterBuild">
102102
</Target>
103103
-->
104-
</Project>
104+
</Project>

0 commit comments

Comments
 (0)