mirror of
https://github.com/Obfuscator-Collections/VMProtect.git
synced 2025-08-02 12:30:12 +03:00
first commit
Version 3.x.x
This commit is contained in:
21
vcproj/unit-tests.vcxproj.filters
Normal file
21
vcproj/unit-tests.vcxproj.filters
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\unit-tests\files_tests.cc" />
|
||||
<ClCompile Include="..\unit-tests\intel_tests.cc" />
|
||||
<ClCompile Include="..\unit-tests\macfile_tests.cc" />
|
||||
<ClCompile Include="..\unit-tests\pefile_tests.cc" />
|
||||
<ClCompile Include="..\unit-tests\test1.cc" />
|
||||
<ClCompile Include="..\unit-tests\precompiled.cc" />
|
||||
<ClCompile Include="..\unit-tests\core_tests.cc" />
|
||||
<ClCompile Include="..\third-party\lzma\LzmaDecode.cc" />
|
||||
<ClCompile Include="..\unit-tests\il_tests.cc" />
|
||||
<ClCompile Include="..\unit-tests\elffile_tests.cc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\unit-tests\testfile.h" />
|
||||
<ClInclude Include="..\unit-tests\precompiled.h" />
|
||||
<ClInclude Include="..\unit-tests\testfileil.h" />
|
||||
<ClInclude Include="..\unit-tests\testfileintel.h" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Reference in New Issue
Block a user