Update
This commit is contained in:
@@ -886,6 +886,7 @@
|
||||
<ClCompile Include="..\extension.cpp" />
|
||||
<ClCompile Include="..\listeners.cpp" />
|
||||
<ClCompile Include="..\natives.cpp" />
|
||||
<ClCompile Include="..\vfunc_call.cpp" />
|
||||
<ClCompile Include="..\vhook.cpp" />
|
||||
<ClCompile Include="..\sdk\smsdk_ext.cpp" />
|
||||
</ItemGroup>
|
||||
@@ -893,6 +894,7 @@
|
||||
<ClInclude Include="..\extension.h" />
|
||||
<ClInclude Include="..\listeners.h" />
|
||||
<ClInclude Include="..\natives.h" />
|
||||
<ClInclude Include="..\vfunc_call.h" />
|
||||
<ClInclude Include="..\vhook.h" />
|
||||
<ClInclude Include="..\sdk\smsdk_config.h" />
|
||||
<ClInclude Include="..\sdk\smsdk_ext.h" />
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\natives.cpp" />
|
||||
<ClCompile Include="..\listeners.cpp" />
|
||||
<ClCompile Include="..\vfunc_call.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\extension.h">
|
||||
@@ -34,6 +35,9 @@
|
||||
<ClInclude Include="..\listeners.h">
|
||||
<Filter>Headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\vfunc_call.h">
|
||||
<Filter>Headers</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="Headers">
|
||||
|
||||
Reference in New Issue
Block a user