Skip to content

Commit 1d50005

Browse files
committed
TS attach/detach fns and start of DLL API
1 parent aa975c0 commit 1d50005

File tree

14 files changed

+187
-384
lines changed

14 files changed

+187
-384
lines changed

BlocklandLoader/BlocklandLoader.vcxproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,26 @@
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2929
<ConfigurationType>DynamicLibrary</ConfigurationType>
3030
<UseDebugLibraries>true</UseDebugLibraries>
31-
<PlatformToolset>v140</PlatformToolset>
31+
<PlatformToolset>v120</PlatformToolset>
3232
<CharacterSet>Unicode</CharacterSet>
3333
</PropertyGroup>
3434
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3535
<ConfigurationType>DynamicLibrary</ConfigurationType>
3636
<UseDebugLibraries>false</UseDebugLibraries>
37-
<PlatformToolset>v140</PlatformToolset>
37+
<PlatformToolset>v120</PlatformToolset>
3838
<WholeProgramOptimization>true</WholeProgramOptimization>
3939
<CharacterSet>Unicode</CharacterSet>
4040
</PropertyGroup>
4141
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4242
<ConfigurationType>DynamicLibrary</ConfigurationType>
4343
<UseDebugLibraries>true</UseDebugLibraries>
44-
<PlatformToolset>v140</PlatformToolset>
44+
<PlatformToolset>v120</PlatformToolset>
4545
<CharacterSet>Unicode</CharacterSet>
4646
</PropertyGroup>
4747
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4848
<ConfigurationType>DynamicLibrary</ConfigurationType>
4949
<UseDebugLibraries>false</UseDebugLibraries>
50-
<PlatformToolset>v140</PlatformToolset>
50+
<PlatformToolset>v120</PlatformToolset>
5151
<WholeProgramOptimization>true</WholeProgramOptimization>
5252
<CharacterSet>Unicode</CharacterSet>
5353
</PropertyGroup>
@@ -145,6 +145,9 @@
145145
<ClCompile Include="detours\hde.cpp" />
146146
<ClCompile Include="main.cpp" />
147147
</ItemGroup>
148+
<ItemGroup>
149+
<ClInclude Include="include\BlocklandLoader.h" />
150+
</ItemGroup>
148151
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
149152
<ImportGroup Label="ExtensionTargets">
150153
</ImportGroup>

BlocklandLoader/BlocklandLoader.vcxproj.filters

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,9 @@
2222
<Filter>Source Files</Filter>
2323
</ClCompile>
2424
</ItemGroup>
25+
<ItemGroup>
26+
<ClInclude Include="include\BlocklandLoader.h">
27+
<Filter>Header Files</Filter>
28+
</ClInclude>
29+
</ItemGroup>
2530
</Project>

BlocklandLoader/detours/CMakeLists.txt

Lines changed: 0 additions & 38 deletions
This file was deleted.

BlocklandLoader/detours/USAGE.txt

Lines changed: 0 additions & 71 deletions
This file was deleted.

BlocklandLoader/detours/examples/01_print_integers.cpp

Lines changed: 0 additions & 71 deletions
This file was deleted.

BlocklandLoader/detours/examples/02_createfilew.cpp

Lines changed: 0 additions & 34 deletions
This file was deleted.

BlocklandLoader/detours/examples/03_messageboxw.cpp

Lines changed: 0 additions & 33 deletions
This file was deleted.

BlocklandLoader/detours/examples/CMakeLists.txt

Lines changed: 0 additions & 38 deletions
This file was deleted.

BlocklandLoader/detours/hde32/NEWS

Lines changed: 0 additions & 27 deletions
This file was deleted.

BlocklandLoader/detours/hde32/README

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)