Skip to content

Commit d2dda12

Browse files
committed
fixed inconsistent build config
1 parent 8b5b8c5 commit d2dda12

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Source/ImageGlass.Tools.sln

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Global
2020
Release|x86 = Release|x86
2121
EndGlobalSection
2222
GlobalSection(ProjectConfigurationPlatforms) = postSolution
23-
{6CA9B212-D676-4CB3-A90E-9685A51B807A}.Debug|Any CPU.ActiveCfg = Debug|x64
24-
{6CA9B212-D676-4CB3-A90E-9685A51B807A}.Debug|Any CPU.Build.0 = Debug|x64
23+
{6CA9B212-D676-4CB3-A90E-9685A51B807A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24+
{6CA9B212-D676-4CB3-A90E-9685A51B807A}.Debug|Any CPU.Build.0 = Debug|Any CPU
2525
{6CA9B212-D676-4CB3-A90E-9685A51B807A}.Debug|x64.ActiveCfg = Debug|x64
2626
{6CA9B212-D676-4CB3-A90E-9685A51B807A}.Debug|x64.Build.0 = Debug|x64
2727
{6CA9B212-D676-4CB3-A90E-9685A51B807A}.Debug|x86.ActiveCfg = Debug|x86
2828
{6CA9B212-D676-4CB3-A90E-9685A51B807A}.Debug|x86.Build.0 = Debug|x86
29-
{6CA9B212-D676-4CB3-A90E-9685A51B807A}.Publish_Release|Any CPU.ActiveCfg = Publish_Release|x64
30-
{6CA9B212-D676-4CB3-A90E-9685A51B807A}.Publish_Release|Any CPU.Build.0 = Publish_Release|x64
29+
{6CA9B212-D676-4CB3-A90E-9685A51B807A}.Publish_Release|Any CPU.ActiveCfg = Publish_Release|Any CPU
30+
{6CA9B212-D676-4CB3-A90E-9685A51B807A}.Publish_Release|Any CPU.Build.0 = Publish_Release|Any CPU
3131
{6CA9B212-D676-4CB3-A90E-9685A51B807A}.Publish_Release|x64.ActiveCfg = Publish_Release|x64
3232
{6CA9B212-D676-4CB3-A90E-9685A51B807A}.Publish_Release|x64.Build.0 = Publish_Release|x64
3333
{6CA9B212-D676-4CB3-A90E-9685A51B807A}.Publish_Release|x86.ActiveCfg = Publish_Release|x86
@@ -44,8 +44,8 @@ Global
4444
{7AF2304D-312F-4708-A52C-A95C0B505E68}.Debug|x64.Build.0 = Debug|Any CPU
4545
{7AF2304D-312F-4708-A52C-A95C0B505E68}.Debug|x86.ActiveCfg = Debug|Any CPU
4646
{7AF2304D-312F-4708-A52C-A95C0B505E68}.Debug|x86.Build.0 = Debug|Any CPU
47-
{7AF2304D-312F-4708-A52C-A95C0B505E68}.Publish_Release|Any CPU.ActiveCfg = Release|x64
48-
{7AF2304D-312F-4708-A52C-A95C0B505E68}.Publish_Release|Any CPU.Build.0 = Release|x64
47+
{7AF2304D-312F-4708-A52C-A95C0B505E68}.Publish_Release|Any CPU.ActiveCfg = Release|Any CPU
48+
{7AF2304D-312F-4708-A52C-A95C0B505E68}.Publish_Release|Any CPU.Build.0 = Release|Any CPU
4949
{7AF2304D-312F-4708-A52C-A95C0B505E68}.Publish_Release|x64.ActiveCfg = Release|Any CPU
5050
{7AF2304D-312F-4708-A52C-A95C0B505E68}.Publish_Release|x64.Build.0 = Release|Any CPU
5151
{7AF2304D-312F-4708-A52C-A95C0B505E68}.Publish_Release|x86.ActiveCfg = Release|Any CPU

Source/ImageGlass.Tools/ImageGlass.Tools.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<Nullable>enable</Nullable>
77
<Configurations>Debug;Release;Publish_Release</Configurations>
88
<Platforms>AnyCPU;x64;ARM64</Platforms>
9-
<Version>1.9200.0.0</Version>
9+
<Version>1.9200.1.0</Version>
1010
<FileVersion>$(Version)</FileVersion>
11-
<Copyright>Copyright © 2023 - 2024 Duong Dieu Phap</Copyright>
11+
<Copyright>Copyright © 2023 - 2025 Duong Dieu Phap</Copyright>
1212
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1313
<Title>$(AssemblyName) - Build tools for ImageGlass</Title>
1414
<Description>ImageGlass.Tools is a set of APIs to integrate third-party software with ImageGlass. With ImageGlass.Tools, developers can extend the functionality of ImageGlass by integrating their own software solutions, making it a highly customizable and versatile tool for all image viewing needs.</Description>

Source/ImageGlass.Tools/ImageGlassEvents.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
ImageGlass.Tools - Build tools for ImageGlass
3-
Copyright (C) 2023 DUONG DIEU PHAP
3+
Copyright (C) 2023-2025 DUONG DIEU PHAP
44
Project homepage: https://imageglass.org
55
66
MIT License

Source/ImageGlass.Tools/ImageGlassTool.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
ImageGlass.Tools - Build tools for ImageGlass
3-
Copyright (C) 2023 DUONG DIEU PHAP
3+
Copyright (C) 2023-2025 DUONG DIEU PHAP
44
Project homepage: https://imageglass.org
55
66
MIT License

Source/ImageGlass.Tools/NamedPipes/DisconnectedEventArgs.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
ImageGlass.Tools - Build tools for ImageGlass
3-
Copyright (C) 2023 DUONG DIEU PHAP
3+
Copyright (C) 2023-2025 DUONG DIEU PHAP
44
Project homepage: https://imageglass.org
55
66
MIT License

0 commit comments

Comments
 (0)