Skip to content

Commit

Permalink
Add missing string resources to the ILVerify tool (dotnet#38630)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas authored Jun 30, 2020
1 parent f601feb commit ead30d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/coreclr/src/tools/ILVerification/ILVerification.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<CLSCompliant>false</CLSCompliant>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
<TargetFramework>netstandard2.0</TargetFramework>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
Expand Down
5 changes: 5 additions & 0 deletions src/coreclr/src/tools/ILVerification/ILVerification.projitems
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
<Compile Include="$(MSBuildThisFileDirectory)Verifier.cs" />
<Compile Include="$(MSBuildThisFileDirectory)VerifierError.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Strings.resx">
<LogicalName>ILVerification.Strings.resources</LogicalName>
</EmbeddedResource>
</ItemGroup>
<PropertyGroup>
<ToolsCommonPath>$(MSBuildThisFileDirectory)..\Common\</ToolsCommonPath>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/coreclr/src/tools/ILVerify/ILVerify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Compile Include="..\Common\CommandLine\CommandLineHelpers.cs">
<Link>CommandLine\CommandLineHelpers.cs</Link>
</Compile>
</ItemGroup>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.CommandLine" Version="$(SystemCommandLineVersion)" />
Expand Down

0 comments on commit ead30d9

Please sign in to comment.