Skip to content

Commit d3815a3

Browse files
authored
Merge pull request #61 from Mikou27/master
v2.2.0
2 parents dc22a32 + 7ca2ca3 commit d3815a3

504 files changed

Lines changed: 84105 additions & 18531 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,3 @@ ModelManifest.xml
213213
/Master/NucleusCoop.VC.VC.opendb
214214
*.db
215215
/Master/NucleusCoop_small.VC.VC.opendb
216-
/Master/NucleusCoopTool/GoldbergUpdater.cs

Master/Nucleus.Hook/Nucleus.Hook.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3131
<ConfigurationType>DynamicLibrary</ConfigurationType>
3232
<UseDebugLibraries>true</UseDebugLibraries>
33-
<PlatformToolset>v142</PlatformToolset>
33+
<PlatformToolset>v143</PlatformToolset>
3434
<CharacterSet>NotSet</CharacterSet>
3535
<SpectreMitigation>false</SpectreMitigation>
3636
</PropertyGroup>
3737
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3838
<ConfigurationType>DynamicLibrary</ConfigurationType>
3939
<UseDebugLibraries>false</UseDebugLibraries>
40-
<PlatformToolset>v142</PlatformToolset>
40+
<PlatformToolset>v143</PlatformToolset>
4141
<WholeProgramOptimization>true</WholeProgramOptimization>
4242
<CharacterSet>NotSet</CharacterSet>
4343
<CLRSupport>false</CLRSupport>
@@ -46,14 +46,14 @@
4646
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4747
<ConfigurationType>DynamicLibrary</ConfigurationType>
4848
<UseDebugLibraries>true</UseDebugLibraries>
49-
<PlatformToolset>v142</PlatformToolset>
49+
<PlatformToolset>v143</PlatformToolset>
5050
<CharacterSet>NotSet</CharacterSet>
5151
<SpectreMitigation>false</SpectreMitigation>
5252
</PropertyGroup>
5353
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5454
<ConfigurationType>DynamicLibrary</ConfigurationType>
5555
<UseDebugLibraries>false</UseDebugLibraries>
56-
<PlatformToolset>v142</PlatformToolset>
56+
<PlatformToolset>v143</PlatformToolset>
5757
<WholeProgramOptimization>true</WholeProgramOptimization>
5858
<CharacterSet>NotSet</CharacterSet>
5959
<CLRSupport>false</CLRSupport>

0 commit comments

Comments
 (0)