File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
</ItemGroup >
33
33
34
34
<ItemGroup >
35
- <!-- <EmbeddedResource Include="Commands\New\*.zip" /> -->
36
- <EmbeddedResource Update =" **\*.resx" GenerateSource =" true" />
37
- <EmbeddedResource Update =" *.resx" Namespace =" Microsoft.DotNet.Cli" />
35
+ <EmbeddedResource Update =" CliStrings.resx" LinkBase =" Resources" GenerateSource =" true" Namespace =" Microsoft.DotNet.Cli" />
36
+ <EmbeddedResource Update =" Commands\CliCommandStrings.resx" LinkBase =" Resources" GenerateSource =" true" Namespace =" Microsoft.DotNet.Cli.Commands" />
38
37
<EmbeddedResource Include =" $(RepoRoot)src\Tasks\Common\Resources\Strings.resx" LinkBase =" Resources" GenerateSource =" True" Namespace =" Microsoft.NET.Build.Tasks" />
39
38
</ItemGroup >
40
39
Original file line number Diff line number Diff line change 10
10
<TargetFramework >$(ToolsetTargetFramework)</TargetFramework >
11
11
<OutputType >Exe</OutputType >
12
12
<StrongNameKeyId >MicrosoftAspNetCore</StrongNameKeyId >
13
+ <RootNamespace >Microsoft.DotNet.Cli.Sln</RootNamespace >
13
14
</PropertyGroup >
14
15
15
16
<ItemGroup >
You can’t perform that action at this time.
0 commit comments