diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf6971..1e1ca97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Upgrade .NET8 to .NET10. + ## [1.7.0] - 2025-10-11 ### Added diff --git a/src/ResXManager.config.xml b/src/ResXManager.config.xml new file mode 100644 index 0000000..194098f --- /dev/null +++ b/src/ResXManager.config.xml @@ -0,0 +1,4 @@ + + + ja-JP + \ No newline at end of file diff --git a/src/WindowsDeviceManager.sln b/src/WindowsDeviceManager.sln index 59cd6a4..7b568ba 100644 --- a/src/WindowsDeviceManager.sln +++ b/src/WindowsDeviceManager.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.7.34003.232 +# Visual Studio Version 18 +VisualStudioVersion = 18.7.11925.98 stable MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WindowsDeviceManagerAgent", "WindowsDeviceManagerAgent\WindowsDeviceManagerAgent.csproj", "{A114B1C9-775E-4CFB-8BFE-2AEB2FF46CDC}" EndProject @@ -26,7 +26,6 @@ Global HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - RESX_NeutralResourcesLanguage = ja-JP SolutionGuid = {1394D7AC-B461-427C-8100-54F0DC794F87} EndGlobalSection EndGlobal diff --git a/src/WindowsDeviceManagerAgent/Properties/PublishProfiles/FolderProfile.pubxml b/src/WindowsDeviceManagerAgent/Properties/PublishProfiles/FolderProfile.pubxml index 212d2b7..cf30706 100644 --- a/src/WindowsDeviceManagerAgent/Properties/PublishProfiles/FolderProfile.pubxml +++ b/src/WindowsDeviceManagerAgent/Properties/PublishProfiles/FolderProfile.pubxml @@ -9,10 +9,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121. ..\publish\WindowsDeviceManagerAgent FileSystem <_TargetId>Folder - net8.0-windows + net10.0-windows win-x64 true true true + false \ No newline at end of file diff --git a/src/WindowsDeviceManagerAgent/WindowsDeviceManagerAgent.csproj b/src/WindowsDeviceManagerAgent/WindowsDeviceManagerAgent.csproj index ccd6746..31c45c3 100644 --- a/src/WindowsDeviceManagerAgent/WindowsDeviceManagerAgent.csproj +++ b/src/WindowsDeviceManagerAgent/WindowsDeviceManagerAgent.csproj @@ -1,7 +1,7 @@ - + Exe - net8.0-windows + net10.0-windows enable 1.7.0 Resources\AppIconExe-multisize.ico diff --git a/src/WindowsDeviceManagerViewer/Properties/PublishProfiles/FolderProfile.pubxml b/src/WindowsDeviceManagerViewer/Properties/PublishProfiles/FolderProfile.pubxml index 1ac8da5..dd90dc3 100644 --- a/src/WindowsDeviceManagerViewer/Properties/PublishProfiles/FolderProfile.pubxml +++ b/src/WindowsDeviceManagerViewer/Properties/PublishProfiles/FolderProfile.pubxml @@ -9,10 +9,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121. ..\publish\WindowsDeviceManagerViewer FileSystem <_TargetId>Folder - net8.0-windows + net10.0-windows win-x64 false true true + false \ No newline at end of file diff --git a/src/WindowsDeviceManagerViewer/WindowsDeviceManagerViewer.csproj b/src/WindowsDeviceManagerViewer/WindowsDeviceManagerViewer.csproj index 6504c9d..016ae8f 100644 --- a/src/WindowsDeviceManagerViewer/WindowsDeviceManagerViewer.csproj +++ b/src/WindowsDeviceManagerViewer/WindowsDeviceManagerViewer.csproj @@ -1,7 +1,7 @@ - + WinExe - net8.0-windows + net10.0-windows true 1.7.0 Resources\AppIconExe-multisize.ico