Skip to content

Commit

Permalink
Consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
sailro committed Aug 18, 2024
1 parent ce124bf commit 5cde131
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion NLog.EFT.Trainer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@
<DesignTime>True</DesignTime>
<DependentUpon>Strings.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Strings.zh-cn.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.zh-cn.resx</DependentUpon>
</Compile>
<Compile Include="UI\Picker.cs" />
<Compile Include="UI\EnumPicker.cs" />
<Compile Include="UI\ColorPicker.cs" />
Expand All @@ -243,7 +248,10 @@
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Strings.zh-cn.resx" />
<EmbeddedResource Include="Properties\Strings.zh-cn.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Strings.zh-cn.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
Expand Down
Empty file.

0 comments on commit 5cde131

Please sign in to comment.