Fix: Add Zilean.cpp and Unguard.asm to project file

This commit is contained in:
Xec412
2026-07-27 02:25:48 +03:00
parent 4b526dc647
commit 459cbe667d
+2
View File
@@ -169,6 +169,7 @@
<ClCompile Include="src\StackSpoofing.cpp" />
<ClCompile Include="src\StackUtils.cpp" />
<ClCompile Include="src\Unwind.cpp" />
<ClCompile Include="src\Zilean.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\Common.h" />
@@ -185,6 +186,7 @@
</MASM>
<MASM Include="src\ShadowGate.asm" />
<MASM Include="src\StackSearch.asm" />
<MASM Include="src\Unguard.asm" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">