mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-23 13:00:14 +00:00
DBG: fixed a bug in the VS project (thanks acidflash)
This commit is contained in:
parent
7b338c4199
commit
0a86eb07a2
@ -23,6 +23,7 @@
|
||||
<ClCompile Include="memory.cpp" />
|
||||
<ClCompile Include="msgqueue.cpp" />
|
||||
<ClCompile Include="simplescript.cpp" />
|
||||
<ClCompile Include="sqlhelper.cpp" />
|
||||
<ClCompile Include="threading.cpp" />
|
||||
<ClCompile Include="value.cpp" />
|
||||
<ClCompile Include="variable.cpp" />
|
||||
@ -44,6 +45,7 @@
|
||||
<ClInclude Include="memory.h" />
|
||||
<ClInclude Include="msgqueue.h" />
|
||||
<ClInclude Include="simplescript.h" />
|
||||
<ClInclude Include="sqlhelper.h" />
|
||||
<ClInclude Include="threading.h" />
|
||||
<ClInclude Include="value.h" />
|
||||
<ClInclude Include="variable.h" />
|
||||
|
@ -69,6 +69,9 @@
|
||||
<ClCompile Include="x64_dbg.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="sqlhelper.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="_exports.h">
|
||||
@ -128,5 +131,8 @@
|
||||
<ClInclude Include="x64_dbg.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="sqlhelper.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user