diff --git a/TitanHide/TitanHide.vcxproj b/TitanHide/TitanHide.vcxproj index f109237..884389a 100644 --- a/TitanHide/TitanHide.vcxproj +++ b/TitanHide/TitanHide.vcxproj @@ -105,6 +105,9 @@ SHA1 + + rmdir /s /q $(OutDir)TitanHide + @@ -123,6 +126,9 @@ SHA1 + + rmdir /s /q $(OutDir)TitanHide + @@ -142,6 +148,9 @@ SHA1 + + rmdir /s /q $(OutDir)TitanHide + @@ -160,6 +169,9 @@ SHA1 + + rmdir /s /q $(OutDir)TitanHide + diff --git a/TitanHide_OllyDbg/TitanHide_OllyDbg.vcxproj b/TitanHide_OllyDbg/TitanHide_OllyDbg.vcxproj index 953168a..d3173c2 100644 --- a/TitanHide_OllyDbg/TitanHide_OllyDbg.vcxproj +++ b/TitanHide_OllyDbg/TitanHide_OllyDbg.vcxproj @@ -22,6 +22,7 @@ {225655CC-89D6-43C5-89A0-4A6986CDD552} TitanHide_OllyDbg TitanHideOlly + 10.0 @@ -51,9 +52,11 @@ .dll + $(SolutionDir)$(Configuration)\plugins\ .dll + $(SolutionDir)$(Configuration)\plugins\ diff --git a/TitanHide_TitanEngine/TitanHide_TitanEngine.vcxproj b/TitanHide_TitanEngine/TitanHide_TitanEngine.vcxproj index e799800..ddd7675 100644 --- a/TitanHide_TitanEngine/TitanHide_TitanEngine.vcxproj +++ b/TitanHide_TitanEngine/TitanHide_TitanEngine.vcxproj @@ -23,6 +23,7 @@ {0B9927CD-94E5-4815-855A-348B10635407} TitanHide_TitanEngine TitanHideTE + 10.0 @@ -71,15 +72,19 @@ .dll + $(SolutionDir)$(Configuration)\plugins\ .dll + $(SolutionDir)$(Configuration)\plugins\ .dll + $(SolutionDir)$(Platform)\$(Configuration)\plugins\ .dll + $(SolutionDir)$(Platform)\$(Configuration)\plugins\ diff --git a/TitanHide_x64dbg/TitanHide_x64dbg.vcxproj b/TitanHide_x64dbg/TitanHide_x64dbg.vcxproj index 968daab..d14acfe 100644 --- a/TitanHide_x64dbg/TitanHide_x64dbg.vcxproj +++ b/TitanHide_x64dbg/TitanHide_x64dbg.vcxproj @@ -23,6 +23,7 @@ {176822C9-3CF8-41A9-81AB-8BBD3E3E2A32} TitanHide_x64dbg TitanHide_x64dbg + 10.0 @@ -73,22 +74,22 @@ .dp32 - $(SolutionDir)$(Configuration)\ + $(SolutionDir)$(Configuration)\plugins\ TitanHide .dp32 - $(SolutionDir)$(Configuration)\ + $(SolutionDir)$(Configuration)\plugins\ TitanHide .dp64 - $(SolutionDir)$(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\plugins\ TitanHide .dp64 - $(SolutionDir)$(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\plugins\ TitanHide @@ -107,7 +108,6 @@ true true Windows - $(OutDir)$(TargetName)_x64dbg.pdb 5.01 @@ -131,7 +131,6 @@ true Windows Default - $(OutDir)$(TargetName)_x64dbg.pdb 5.01 @@ -150,7 +149,6 @@ true true Windows - $(OutDir)$(TargetName)x.pdb 5.02 @@ -173,7 +171,6 @@ true Windows Default - $(OutDir)$(TargetName)x.pdb 5.02 diff --git a/release.bat b/release.bat index 697e6e7..e0413c2 100644 --- a/release.bat +++ b/release.bat @@ -1,13 +1,7 @@ @echo off rmdir /S /Q bin -mkdir bin\x32\plugins -mkdir bin\x64\plugins +mkdir bin\x32 +mkdir bin\x64 -copy Win7Release\*.* bin\x32\ -copy Release\*.exe bin\x32\ -copy Release\*.dll bin\x32\plugins\ -copy Release\TitanHide.dp32 bin\x32\plugins\ -copy x64\Win7Release\*.* bin\x64\ -copy x64\Release\*.exe bin\x64\ -copy x64\Release\*.dll bin\x64\plugins\ -copy x64\Release\TitanHide.dp64 bin\x64\plugins\ \ No newline at end of file +xcopy /s /q Release\* bin\x32\ +xcopy /s /q x64\Release\* bin\x64\ \ No newline at end of file