Sandboxie/SandboxiePlus/QSbieAPI/QSbieAPI.pri

33 lines
874 B
Plaintext
Raw Normal View History

2021-10-17 20:05:50 +01:00
# ----------------------------------------------------
# This file is generated by the Qt Visual Studio Tools.
# ------------------------------------------------------
HEADERS += ./qsbieapi_global.h \
./stdafx.h \
../../Sandboxie/common/win32_ntddk.h \
./SbieDefs.h \
./SbieUtils.h \
./SbieAPI.h \
./SbieTrace.h \
./SbieStatus.h \
./Sandboxie/BoxedProcess.h \
./Sandboxie/SandBox.h \
./Sandboxie/SbieIni.h \
./Sandboxie/BoxBorder.h \
./Sandboxie/SbieTemplates.h \
2023-05-27 08:03:42 +01:00
./Helpers/NtIO.h \
./Helpers/DbgHelper.h
2021-10-17 20:05:50 +01:00
SOURCES += ./stdafx.cpp \
./SbieAPI.cpp \
./SbieTrace.cpp \
./SbieUtils.cpp \
./Sandboxie/BoxBorder.cpp \
./Sandboxie/BoxedProcess.cpp \
./Sandboxie/SandBox.cpp \
./Sandboxie/SbieIni.cpp \
./Sandboxie/SbieTemplates.cpp \
2023-05-27 08:03:42 +01:00
./Helpers/NtIO.cpp \
./Helpers/DbgHelper.cpp