Browse Source

Forgot to commit some files

pull/3238/head
Daniel Grunwald 10 months ago
parent
commit
ce8fb83c52
  1. 2
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj
  2. 3
      ILSpy/Properties/Resources.resx
  3. 3
      ILSpy/Properties/Resources.zh-Hans.resx

2
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

@ -135,7 +135,6 @@ @@ -135,7 +135,6 @@
<Compile Include="IL\Transforms\InterpolatedStringTransform.cs" />
<Compile Include="IL\Transforms\IntroduceNativeIntTypeOnLocals.cs" />
<Compile Include="IL\Transforms\LdLocaDupInitObjTransform.cs" />
<Compile Include="IL\Transforms\ParameterNullCheckTransform.cs" />
<Compile Include="IL\Transforms\PatternMatchingTransform.cs" />
<Compile Include="IL\Transforms\RemoveInfeasiblePathTransform.cs" />
<Compile Include="Instrumentation\DecompilerEventSource.cs" />
@ -336,7 +335,6 @@ @@ -336,7 +335,6 @@
<Compile Include="DecompilerException.cs" />
<Compile Include="DecompilerSettings.cs" />
<Compile Include="CSharp\Transforms\ContextTrackingVisitor.cs" />
<Compile Include="CSharp\Transforms\DecimalConstantTransform.cs" />
<Compile Include="CSharp\Transforms\DeclareVariables.cs" />
<Compile Include="CSharp\Transforms\EscapeInvalidIdentifiers.cs" />
<Compile Include="CSharp\Transforms\FixNameCollisions.cs" />

3
ILSpy/Properties/Resources.resx

@ -408,9 +408,6 @@ Are you sure you want to continue?</value> @@ -408,9 +408,6 @@ Are you sure you want to continue?</value>
<data name="DecompilerSettings.Other" xml:space="preserve">
<value>Other</value>
</data>
<data name="DecompilerSettings.ParameterNullCheck" xml:space="preserve">
<value>Use parameter null checking</value>
</data>
<data name="DecompilerSettings.PatternCombinators" xml:space="preserve">
<value>Pattern combinators (and, or, not)</value>
</data>

3
ILSpy/Properties/Resources.zh-Hans.resx

@ -399,9 +399,6 @@ @@ -399,9 +399,6 @@
<data name="DecompilerSettings.Other" xml:space="preserve">
<value>其他</value>
</data>
<data name="DecompilerSettings.ParameterNullCheck" xml:space="preserve">
<value>使用方法参数非空校验</value>
</data>
<data name="DecompilerSettings.PatternMatching" xml:space="preserve">
<value>使用模式匹配表达式</value>
</data>

Loading…
Cancel
Save