Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
seto77 committed Mar 5, 2024
1 parent 1758966 commit 4fe34fb
Show file tree
Hide file tree
Showing 7 changed files with 5,146 additions and 6,084 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>2024.2.29.0923</AssemblyVersion>
<FileVersion>2024.2.29.0923</FileVersion>
<AssemblyVersion>2024.3.5.1029</AssemblyVersion>
<FileVersion>2024.3.5.1029</FileVersion>
<ApplicationHighDpiMode>PerMonitorV2</ApplicationHighDpiMode>
<ApplicationUseCompatibleTextRendering>true</ApplicationUseCompatibleTextRendering>
<ApplicationVisualStyles>true</ApplicationVisualStyles>
Expand Down
4 changes: 2 additions & 2 deletions Crystallography.OpenGL/Crystallography.OpenGL.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>2024.2.29.0923</AssemblyVersion>
<FileVersion>2024.2.29.0923</FileVersion>
<AssemblyVersion>2024.3.5.1029</AssemblyVersion>
<FileVersion>2024.3.5.1029</FileVersion>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 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>2024.2.29.0923</AssemblyVersion>
<FileVersion>2024.2.29.0923</FileVersion>
<AssemblyVersion>2024.3.5.1029</AssemblyVersion>
<FileVersion>2024.3.5.1029</FileVersion>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
</PropertyGroup>

Expand All @@ -28,7 +28,7 @@
<PackageReference Include="MemoryPack" Version="1.10.0" />
<PackageReference Include="OpenTK" Version="3.3.3" />
<PackageReference Include="SimdLinq" Version="1.3.2" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.8" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.10" />
</ItemGroup>

<ItemGroup>
Expand Down
260 changes: 63 additions & 197 deletions ReciPro/ImageSimulator/FormImageSimulator.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 4fe34fb

Please sign in to comment.