Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KyosukeIchikawa/AnalysisDrive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ark-info-sys/AnalysisDrive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on May 23, 2023

  1. ⬆️ Upgrade PlatformToolset v120 -> v143 (#1)

    Upgrade PlatformToolset v120 -> v143
    tkoyama010 authored May 23, 2023
    Copy the full SHA
    f7b361d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 AnalysisDrive.vcxproj
  2. BIN AnalysisDrive/AnalysisDrive.lib
  3. BIN AnalysisDrive/AnalysisDrive_Debug.lib
4 changes: 2 additions & 2 deletions AnalysisDrive.vcxproj
Original file line number Diff line number Diff line change
@@ -48,13 +48,13 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Binary file modified AnalysisDrive/AnalysisDrive.lib
Binary file not shown.
Binary file modified AnalysisDrive/AnalysisDrive_Debug.lib
Binary file not shown.