Skip to content

Commit

Permalink
v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lich426 committed Dec 6, 2024
1 parent 7de20dc commit 1cc1905
Show file tree
Hide file tree
Showing 17 changed files with 492 additions and 10 deletions.
16 changes: 14 additions & 2 deletions FanCtrl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PublisherName>Lich</PublisherName>
<SuiteName>FanCtrl</SuiteName>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.7.1.0</ApplicationVersion>
<ApplicationVersion>1.7.2.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -94,7 +94,7 @@
<ItemGroup>
<Reference Include="DarkUI, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\FanCtrl_private\dll\DarkUI.dll</HintPath>
<HintPath>dll\DarkUI.dll</HintPath>
</Reference>
<Reference Include="HidSharp, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -135,6 +135,11 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Resources\StringLib.de.Designer.cs">
<DependentUpon>StringLib.de.resx</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Resources\StringLib.ru.Designer.cs">
<DependentUpon>StringLib.ru.resx</DependentUpon>
<AutoGen>True</AutoGen>
Expand Down Expand Up @@ -337,6 +342,10 @@
<Compile Include="src\UI\Theme\ThemeLibLabel.cs">
<SubType>Component</SubType>
</Compile>
<EmbeddedResource Include="Resources\StringLib.de.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>StringLib.de.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Resources\StringLib.ru.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>StringLib.ru.Designer.cs</LastGenOutput>
Expand Down Expand Up @@ -461,17 +470,20 @@ mkdir "$(TargetDir)locale\ja"
mkdir "$(TargetDir)locale\ko"
mkdir "$(TargetDir)locale\es"
mkdir "$(TargetDir)locale\ru"
mkdir "$(TargetDir)locale\de"
copy /Y "$(TargetDir)fr\*.*" "$(TargetDir)locale\fr"
copy /Y "$(TargetDir)ja\*.*" "$(TargetDir)locale\ja"
copy /Y "$(TargetDir)ko\*.*" "$(TargetDir)locale\ko"
copy /Y "$(TargetDir)es\*.*" "$(TargetDir)locale\es"
copy /Y "$(TargetDir)ru\*.*" "$(TargetDir)locale\ru"
copy /Y "$(TargetDir)de\*.*" "$(TargetDir)locale\de"
timeout 1 &gt; NUL
rmdir /S /Q "$(TargetDir)fr"
rmdir /S /Q "$(TargetDir)ja"
rmdir /S /Q "$(TargetDir)ko"
rmdir /S /Q "$(TargetDir)es"
rmdir /S /Q "$(TargetDir)ru"
rmdir /S /Q "$(TargetDir)de"
del $(TargetName).pdb</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
Expand Down
Binary file modified Language.xlsx
Binary file not shown.
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호를
// 기본값으로 할 수 있습니다.
[assembly: AssemblyVersion("1.7.1")]
[assembly: AssemblyFileVersion("1.7.1")]
[assembly: AssemblyInformationalVersion("1.7.1")]
[assembly: AssemblyVersion("1.7.2")]
[assembly: AssemblyFileVersion("1.7.2")]
[assembly: AssemblyInformationalVersion("1.7.2")]
9 changes: 9 additions & 0 deletions Resources/StringLib.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
Loading

0 comments on commit 1cc1905

Please sign in to comment.