Skip to content

Commit

Permalink
新特性 增加多语言支持 pdone#30
Browse files Browse the repository at this point in the history
更新至scrcpy2.3.1
  • Loading branch information
pdone committed Dec 4, 2023
1 parent 80fbbfe commit c2ab074
Show file tree
Hide file tree
Showing 16 changed files with 3,031 additions and 482 deletions.
13 changes: 12 additions & 1 deletion FreeControl/FreeControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,15 @@
<EmbeddedResource Include="Loading.resx">
<DependentUpon>Loading.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Main.en.resx">
<DependentUpon>Main.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Trusteeship.resx">
<DependentUpon>Trusteeship.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Main.resx">
<DependentUpon>Main.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
Expand All @@ -150,9 +154,11 @@
</EmbeddedResource>
<None Include="app.manifest" />
<EmbeddedResource Include="SetProt.bat" />
<None Include="Resources\scrcpy-win64-v2.3.1.zip" />
<None Include="Update.en.md" />
<None Include="Update.md" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\scrcpy-win64-v2.2.zip" />
<None Include="Resources\Setting.png" />
</ItemGroup>
<ItemGroup>
Expand All @@ -162,6 +168,7 @@
<None Include="Resources\pcm.ico" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\en.FreeControl.resources.dll" />
<Content Include="Resources\Home_Dark.png" />
<None Include="Resources\SunnyUI.Common.dll" />
<None Include="Resources\SunnyUI.dll" />
Expand All @@ -176,5 +183,9 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy $(TargetDir)en\FreeControl.resources.dll $(ProjectDir)en.FreeControl.resources.dll /Y</PostBuildEvent>
</PropertyGroup>
</Project>
410 changes: 89 additions & 321 deletions FreeControl/Main.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit c2ab074

Please sign in to comment.