Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
seto77 committed Dec 13, 2023
1 parent 3e833d7 commit 7fab78a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Crystallography.Controls/Crystallography.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputType>Library</OutputType>
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<AssemblyVersion>2023.12.13.0425</AssemblyVersion>
<FileVersion>2023.12.13.0425</FileVersion>
<AssemblyVersion>2023.12.13.0441</AssemblyVersion>
<FileVersion>2023.12.13.0441</FileVersion>
<ApplicationHighDpiMode>PerMonitorV2</ApplicationHighDpiMode>
<ApplicationUseCompatibleTextRendering>true</ApplicationUseCompatibleTextRendering>
<ApplicationVisualStyles>true</ApplicationVisualStyles>
Expand Down
4 changes: 2 additions & 2 deletions Crystallography/Crystallography.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputType>Library</OutputType>
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<AssemblyVersion>2023.12.13.0425</AssemblyVersion>
<FileVersion>2023.12.13.0425</FileVersion>
<AssemblyVersion>2023.12.13.0441</AssemblyVersion>
<FileVersion>2023.12.13.0441</FileVersion>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Crystallography/Images/ImageIO.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Crystallography;
public static class ImageIO
{
public static string[] ListOfExtension =
{
[
"img",
"stl",
"ccd",
Expand All @@ -34,7 +34,7 @@ public static class ImageIO
"png",
"smv",
"mrc",
};
];

public static string FilterString
{
Expand Down
4 changes: 2 additions & 2 deletions IPAnalyzer/IPAnalyzer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<AssemblyVersion>2023.12.13.0425</AssemblyVersion>
<FileVersion>2023.12.13.0425</FileVersion>
<AssemblyVersion>2023.12.13.0441</AssemblyVersion>
<FileVersion>2023.12.13.0441</FileVersion>
<ApplicationIcon>App.ico</ApplicationIcon>
<StartupObject>IPAnalyzer.Program</StartupObject>
<DebugType>embedded</DebugType>
Expand Down

0 comments on commit 7fab78a

Please sign in to comment.