Skip to content

Commit

Permalink
Update TiefseeLauncher project to .NET Framework 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hbl917070 committed Aug 8, 2024
1 parent 1a8885b commit 35583dd
Show file tree
Hide file tree
Showing 10 changed files with 303 additions and 219 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@

TiefseeLauncher/obj
TiefseeLauncher/bin
TiefseeLauncher/.vs

Tiefsee.zip
3 changes: 1 addition & 2 deletions BuildAll/BuildAll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@
<Target Name="PostBuild" AfterTargets="PostBuildEvent">

<!-- 編譯這些專案 -->
<Exec Command="dotnet publish ../TiefseeLauncher/TiefseeLauncher.csproj -r win-x64 -c Release -o ../Output" />
<MSBuild Projects="../TiefseeLauncher/TiefseeLauncher.csproj" Properties="Configuration=Release"/>
<MSBuild Projects="../Tiefsee/Tiefsee.csproj" Properties="Configuration=Release"/>

<!-- 刪除無用檔案 -->
<Delete Files="$(MSBuildProjectDirectory)/../Output/Tiefsee.pdb" />
<Delete Files="$(MSBuildProjectDirectory)/../Output/TiefseeCore.pdb" />
<Delete Files="$(MSBuildProjectDirectory)/../Output/Tiefsee.exe.pdb" />
<Delete Files="$(MSBuildProjectDirectory)/../Output/TiefseeLauncherDll.pdb" />

<Delete Files="$(MSBuildProjectDirectory)/../Output/BuildAll.pdb" />
<Delete Files="$(MSBuildProjectDirectory)/../Output/BuildAll.dll" />
Expand Down
4 changes: 2 additions & 2 deletions Tiefsee/Tiefsee.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Platforms>x64</Platforms>
<UseWPF>True</UseWPF>
<StartupObject>Tiefsee.Program</StartupObject>
<Copyright>Copyright © 2021-2023 hbl917070</Copyright>
<Copyright>Copyright © 2024 hbl917070</Copyright>
<PackageProjectUrl>https://github.com/hbl917070/Tiefsee4</PackageProjectUrl>
<RepositoryUrl>https://github.com/hbl917070/Tiefsee4</RepositoryUrl>
<ApplicationIcon>logo.ico</ApplicationIcon>
Expand Down Expand Up @@ -45,7 +45,7 @@
<ItemGroup>
<PackageReference Include="Magick.NET-Q8-OpenMP-x64" Version="13.9.1" />
<PackageReference Include="MetadataExtractor" Version="2.9.0-rc2" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2535.41" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2592.51" />
<PackageReference Include="NetVips.Extensions" Version="2.3.0" />
<PackageReference Include="NetVips.Native.win-x64" Version="8.14.5" />
<PackageReference Include="Sdcb.LibRaw" Version="0.21.1.6" />
Expand Down
11 changes: 0 additions & 11 deletions Tiefsee/Tiefsee.csproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,4 @@
<PropertyGroup>
<_LastSelectedProfileId>D:\GitHub\Tiefsee4\Tiefsee\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
</PropertyGroup>
<ItemGroup>
<Compile Update="Lib\RJDropdownMenu.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="StartWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="WebWindow.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>
16 changes: 7 additions & 9 deletions Tiefsee4.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "Www", "Www\Www.esproj", "{9
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BuildAll", "BuildAll\BuildAll.csproj", "{4BECA59E-706E-492E-A26D-A8B362A5F496}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TiefseeLauncher", "TiefseeLauncher\TiefseeLauncher.csproj", "{94BDA611-8984-4FB3-A2E4-68F7C479D2E7}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TiefseeLauncher", "TiefseeLauncher\TiefseeLauncher.csproj", "{9FCDFBB9-8636-4506-8AAC-7DEEBE27F0A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -60,14 +60,12 @@ Global
{4BECA59E-706E-492E-A26D-A8B362A5F496}.Release|x64.Build.0 = Release|x64
{4BECA59E-706E-492E-A26D-A8B362A5F496}.Release|x86.ActiveCfg = Release|x64
{4BECA59E-706E-492E-A26D-A8B362A5F496}.Release|x86.Build.0 = Release|x64
{94BDA611-8984-4FB3-A2E4-68F7C479D2E7}.Debug|x64.ActiveCfg = Debug|x64
{94BDA611-8984-4FB3-A2E4-68F7C479D2E7}.Debug|x64.Build.0 = Debug|x64
{94BDA611-8984-4FB3-A2E4-68F7C479D2E7}.Debug|x86.ActiveCfg = Debug|x64
{94BDA611-8984-4FB3-A2E4-68F7C479D2E7}.Debug|x86.Build.0 = Debug|x64
{94BDA611-8984-4FB3-A2E4-68F7C479D2E7}.Release|x64.ActiveCfg = Release|x64
{94BDA611-8984-4FB3-A2E4-68F7C479D2E7}.Release|x64.Build.0 = Release|x64
{94BDA611-8984-4FB3-A2E4-68F7C479D2E7}.Release|x86.ActiveCfg = Release|x64
{94BDA611-8984-4FB3-A2E4-68F7C479D2E7}.Release|x86.Build.0 = Release|x64
{9FCDFBB9-8636-4506-8AAC-7DEEBE27F0A2}.Debug|x64.ActiveCfg = Debug|x64
{9FCDFBB9-8636-4506-8AAC-7DEEBE27F0A2}.Debug|x64.Build.0 = Debug|x64
{9FCDFBB9-8636-4506-8AAC-7DEEBE27F0A2}.Debug|x86.ActiveCfg = Debug|x64
{9FCDFBB9-8636-4506-8AAC-7DEEBE27F0A2}.Release|x64.ActiveCfg = Release|x64
{9FCDFBB9-8636-4506-8AAC-7DEEBE27F0A2}.Release|x64.Build.0 = Release|x64
{9FCDFBB9-8636-4506-8AAC-7DEEBE27F0A2}.Release|x86.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 6 additions & 0 deletions TiefseeLauncher/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>

<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup>
</configuration>
Loading

0 comments on commit 35583dd

Please sign in to comment.