sm-ext-dhooks2/msvc10/sdk.vcxproj.filters

88 lines
3.2 KiB
Plaintext
Raw Normal View History

2013-08-16 05:53:38 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="..\vhook.cpp" />
<ClCompile Include="..\extension.cpp" />
2013-08-19 17:07:25 +02:00
<ClCompile Include="..\natives.cpp" />
<ClCompile Include="..\listeners.cpp" />
2016-08-31 17:46:14 +02:00
<ClCompile Include="..\util.cpp" />
2018-01-23 12:19:51 +01:00
<ClCompile Include="$(SOURCEMOD)\public\smsdk_ext.cpp">
2016-08-31 17:46:14 +02:00
<Filter>sdk</Filter>
</ClCompile>
2018-01-23 12:19:51 +01:00
<ClCompile Include="$(SOURCEMOD)\sourcepawn\vm\x86\assembler-x86.cpp">
<Filter>JIT</Filter>
</ClCompile>
<ClCompile Include="..\dynhooks_sourcepawn.cpp" />
<ClCompile Include="..\DynamicHooks\asm.cpp">
<Filter>DynamicHooks</Filter>
</ClCompile>
<ClCompile Include="..\DynamicHooks\hook.cpp">
<Filter>DynamicHooks</Filter>
</ClCompile>
<ClCompile Include="..\DynamicHooks\manager.cpp">
<Filter>DynamicHooks</Filter>
</ClCompile>
<ClCompile Include="..\DynamicHooks\registers.cpp">
<Filter>DynamicHooks</Filter>
</ClCompile>
<ClCompile Include="..\DynamicHooks\utilities.cpp">
<Filter>DynamicHooks</Filter>
</ClCompile>
<ClCompile Include="..\DynamicHooks\conventions\x86MsCdecl.cpp">
<Filter>DynamicHooks\conventions</Filter>
</ClCompile>
<ClCompile Include="..\DynamicHooks\conventions\x86MsStdcall.cpp">
<Filter>DynamicHooks\conventions</Filter>
</ClCompile>
<ClCompile Include="..\DynamicHooks\conventions\x86MsThiscall.cpp">
<Filter>DynamicHooks\conventions</Filter>
</ClCompile>
<ClCompile Include="..\signatures.cpp" />
2013-08-16 05:53:38 +02:00
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\extension.h">
<Filter>Headers</Filter>
</ClInclude>
<ClInclude Include="..\vhook.h">
<Filter>Headers</Filter>
</ClInclude>
<ClInclude Include="..\sdk\smsdk_config.h">
<Filter>sdk</Filter>
</ClInclude>
2013-08-19 17:07:25 +02:00
<ClInclude Include="..\natives.h">
<Filter>Headers</Filter>
</ClInclude>
<ClInclude Include="..\listeners.h">
<Filter>Headers</Filter>
</ClInclude>
2013-08-20 04:33:44 +02:00
<ClInclude Include="..\vfunc_call.h">
<Filter>Headers</Filter>
</ClInclude>
<ClInclude Include="..\sdk-hacks.h">
<Filter>Headers</Filter>
</ClInclude>
2016-08-31 17:46:14 +02:00
<ClInclude Include="..\util.h">
<Filter>Headers</Filter>
</ClInclude>
2018-01-23 12:19:51 +01:00
<ClInclude Include="$(SOURCEMOD)\public\smsdk_ext.h">
2016-08-31 17:46:14 +02:00
<Filter>sdk</Filter>
</ClInclude>
2013-08-16 05:53:38 +02:00
</ItemGroup>
<ItemGroup>
<Filter Include="Headers">
<UniqueIdentifier>{dcea02e7-7dfe-4bd2-9e97-d58b3c166cbb}</UniqueIdentifier>
</Filter>
<Filter Include="sdk">
<UniqueIdentifier>{8a0b4570-752f-44d9-b270-ef886743e9ea}</UniqueIdentifier>
</Filter>
2013-08-19 17:07:25 +02:00
<Filter Include="JIT">
<UniqueIdentifier>{9ac7d92a-8a9d-4e7c-b108-09d915244278}</UniqueIdentifier>
</Filter>
2018-01-23 12:19:51 +01:00
<Filter Include="DynamicHooks">
<UniqueIdentifier>{3890da14-9ad1-40fa-9d3e-086470be057f}</UniqueIdentifier>
</Filter>
<Filter Include="DynamicHooks\conventions">
<UniqueIdentifier>{fd087576-16c9-419d-a3a2-98faaf5dada6}</UniqueIdentifier>
</Filter>
2013-08-16 05:53:38 +02:00
</ItemGroup>
</Project>