File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <OutputPath >$(OutputPath)\ru-RU</OutputPath >
5
- <AssemblyName >CommandLine.Demo.resources</AssemblyName >
6
- </PropertyGroup >
7
-
8
3
<ItemGroup >
9
4
<ProjectReference Include =" ..\..\..\Agnostic\Core\Agnostic.Core.csproj" />
10
5
<ProjectReference Include =" ..\..\..\Agnostic\Ui\Agnostic.UI.csproj" />
Original file line number Diff line number Diff line change 2
2
<Import Project =" $(SolutionDir)\Directory.Build.props" />
3
3
4
4
<PropertyGroup >
5
- <AssemblyName >Demo.Localization.resources</AssemblyName >
5
+ <OutputPath >$(OutputPath)\ru-RU</OutputPath >
6
+ <AssemblyName >$([System.IO.Path]::GetFileName($(MSBuildProjectDirectory))).resources</AssemblyName >
6
7
</PropertyGroup >
7
8
8
9
<PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <OutputPath >$(OutputPath)\ru-RU</OutputPath >
5
- <AssemblyName >Editor.Demo.resources</AssemblyName >
6
- </PropertyGroup >
7
-
8
3
<ItemGroup >
9
4
<ProjectReference Include =" ..\..\..\Agnostic\Core\Agnostic.Core.csproj" />
10
5
<ProjectReference Include =" ..\..\..\Agnostic\Ui\Agnostic.UI.csproj" />
Original file line number Diff line number Diff line change
1
+ Directory names at this level should match the assembly names of globalized applications
2
+ The project file names are arbitrary
3
+
4
+ Output path for these satellite assemblies and assembly names are calculated by Directory.Build.props in its first PropertyGroup
You can’t perform that action at this time.
0 commit comments