Skip to content

Commit

Permalink
Merge pull request #61 from Mikou27/master
Browse files Browse the repository at this point in the history
v2.2.0
  • Loading branch information
Mikou27 committed Jan 1, 2024
2 parents dc22a32 + 7ca2ca3 commit d3815a3
Show file tree
Hide file tree
Showing 504 changed files with 84,105 additions and 18,531 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,3 @@ ModelManifest.xml
/Master/NucleusCoop.VC.VC.opendb
*.db
/Master/NucleusCoop_small.VC.VC.opendb
/Master/NucleusCoopTool/GoldbergUpdater.cs
8 changes: 4 additions & 4 deletions Master/Nucleus.Hook/Nucleus.Hook.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>NotSet</CharacterSet>
<SpectreMitigation>false</SpectreMitigation>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>NotSet</CharacterSet>
<CLRSupport>false</CLRSupport>
Expand All @@ -46,14 +46,14 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>NotSet</CharacterSet>
<SpectreMitigation>false</SpectreMitigation>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>NotSet</CharacterSet>
<CLRSupport>false</CLRSupport>
Expand Down
Loading

0 comments on commit d3815a3

Please sign in to comment.