Changeset 40
- Timestamp:
- 10/11/2007 3:31:58 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 14 edited
-
Eraser.vcproj (modified) (8 diffs)
-
EraserDll/Eraser.cpp (modified) (1 diff)
-
EraserDll/EraserDll.vcproj (modified) (3 diffs)
-
Erasext/Erasext.cpp (modified) (1 diff)
-
Erasext/Erasext.vcproj (modified) (1 diff)
-
Launcher/Launcher.vcproj (modified) (3 diffs)
-
Verify/StdAfx.cpp (modified) (1 diff)
-
Verify/Verify.cpp (modified) (1 diff)
-
Verify/Verify.h (modified) (1 diff)
-
Verify/Verify.vcproj (modified) (2 diffs)
-
Verify/VerifyDlg.cpp (modified) (1 diff)
-
Verify/VerifyDlg.h (modified) (1 diff)
-
Verify/ViewerDlg.cpp (modified) (1 diff)
-
Verify/ViewerDlg.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Eraser.vcproj
r38 r40 54 54 Optimization="0" 55 55 AdditionalIncludeDirectories="./" 56 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE "56 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_WIN32_IE=0x600;_WIN32_WINNT=0x600" 57 57 MinimalRebuild="true" 58 58 ExceptionHandling="2" … … 148 148 Optimization="0" 149 149 AdditionalIncludeDirectories="./" 150 PreprocessorDefinitions="_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE "150 PreprocessorDefinitions="_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_WIN32_IE=0x600;_WIN32_WINNT=0x600" 151 151 MinimalRebuild="true" 152 152 ExceptionHandling="2" … … 243 243 Optimization="2" 244 244 AdditionalIncludeDirectories="./" 245 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE "245 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_WIN32_IE=0x600;_WIN32_WINNT=0x600" 246 246 StringPooling="true" 247 247 ExceptionHandling="2" … … 340 340 Optimization="2" 341 341 AdditionalIncludeDirectories="./" 342 PreprocessorDefinitions="NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE "342 PreprocessorDefinitions="NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_WIN32_IE=0x600;_WIN32_WINNT=0x600" 343 343 StringPooling="true" 344 344 ExceptionHandling="2" … … 1277 1277 </File> 1278 1278 <File 1279 RelativePath="shared\FileHelper.h"1280 >1281 </File>1282 <File1283 1279 RelativePath=".\HotKeyDlg.h" 1284 1280 > … … 1293 1289 </File> 1294 1290 <File 1295 RelativePath="shared\key.h"1296 >1297 </File>1298 <File1299 1291 RelativePath=".\KeyComboDlg.h" 1300 1292 > … … 1318 1310 <File 1319 1311 RelativePath="SchedulerView.h" 1320 >1321 </File>1322 <File1323 RelativePath="shared\SeException.h"1324 1312 > 1325 1313 </File> … … 1434 1422 </File> 1435 1423 <File 1424 RelativePath=".\Verify\res\tfnodropmove.cur" 1425 > 1426 </File> 1427 <File 1436 1428 RelativePath=".\res\tfnodropmove.cur" 1437 >1438 </File>1439 <File1440 RelativePath=".\Verify\res\tfnodropmove.cur"1441 1429 > 1442 1430 </File> -
trunk/EraserDll/Eraser.cpp
r32 r40 39 39 #include "FAT.h" 40 40 41 #include "..\EraserUI\VisualStyles.h" 41 42 #include "..\shared\FileHelper.h" 42 43 #include "..\shared\key.h" -
trunk/EraserDll/EraserDll.vcproj
r24 r40 1559 1559 </File> 1560 1560 <File 1561 RelativePath="..\shared\FileHelper.h"1562 >1563 </File>1564 <File1565 1561 RelativePath=".\FileLockResolver.h" 1566 1562 > … … 1587 1583 </File> 1588 1584 <File 1589 RelativePath="..\shared\key.h"1590 >1591 </File>1592 <File1593 RelativePath="..\shared\MemDC.h"1594 >1595 </File>1596 <File1597 1585 RelativePath="NTFS.h" 1598 1586 > … … 1644 1632 <File 1645 1633 RelativePath=".\SecurityManager.h" 1646 >1647 </File>1648 <File1649 RelativePath="..\shared\SeException.h"1650 1634 > 1651 1635 </File> -
trunk/Erasext/Erasext.cpp
r5 r40 24 24 25 25 #include "..\EraserDll\eraserdll.h" 26 #include "..\EraserUI\VisualStyles.h" 26 27 #include "ConfirmDialog.h" 27 28 #include "WipeProgDlg.h" -
trunk/Erasext/Erasext.vcproj
r24 r40 889 889 </File> 890 890 <File 891 RelativePath="..\shared\FileHelper.h"892 >893 </File>894 <File895 RelativePath="..\shared\key.h"896 >897 </File>898 <File899 RelativePath="..\shared\SeException.h"900 >901 </File>902 <File903 891 RelativePath="StdAfx.h" 904 892 > -
trunk/Launcher/Launcher.vcproj
r34 r40 580 580 </File> 581 581 <File 582 RelativePath="..\shared\SeException.cpp"583 >584 <FileConfiguration585 Name="Debug|Win32"586 >587 <Tool588 Name="VCCLCompilerTool"589 Optimization="0"590 PreprocessorDefinitions=""591 BasicRuntimeChecks="3"592 />593 </FileConfiguration>594 <FileConfiguration595 Name="Debug|x64"596 >597 <Tool598 Name="VCCLCompilerTool"599 Optimization="0"600 PreprocessorDefinitions=""601 BasicRuntimeChecks="3"602 />603 </FileConfiguration>604 <FileConfiguration605 Name="Release|Win32"606 >607 <Tool608 Name="VCCLCompilerTool"609 Optimization="1"610 PreprocessorDefinitions=""611 />612 </FileConfiguration>613 <FileConfiguration614 Name="Release|x64"615 >616 <Tool617 Name="VCCLCompilerTool"618 Optimization="1"619 PreprocessorDefinitions=""620 />621 </FileConfiguration>622 </File>623 <File624 582 RelativePath="StdAfx.cpp" 625 583 > … … 719 677 </File> 720 678 <File 721 RelativePath="..\EraserDll\EraserDll.h"722 >723 </File>724 <File725 RelativePath="..\shared\FileHelper.h"726 >727 </File>728 <File729 679 RelativePath="Launcher.h" 730 680 > … … 739 689 </File> 740 690 <File 741 RelativePath="..\shared\SeException.h"742 >743 </File>744 <File745 691 RelativePath="StdAfx.h" 746 >747 </File>748 <File749 RelativePath="..\shared\UserInfo.h"750 692 > 751 693 </File> -
trunk/Verify/StdAfx.cpp
r7 r40 1 // stdafx.cpp : source file that includes just the standard includes 2 // Verify.pch will be the pre-compiled header 3 // stdafx.obj will contain the pre-compiled type information 1 // stdafx.cpp 2 // $Id$ 3 // 4 // Eraser. Secure data removal. For Windows. 5 // Copyright © 1997-2001 Sami Tolvanen (sami@tolvanen.com). 6 // Copyright © 2007 The Eraser Project 7 // 8 // This program is free software; you can redistribute it and/or 9 // modify it under the terms of the GNU General Public License 10 // as published by the Free Software Foundation; either version 2 11 // of the License, or (at your option) any later version. 12 // 13 // This program is distributed in the hope that it will be useful, 14 // but WITHOUT ANY WARRANTY; without even the implied warranty of 15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 // GNU General Public License for more details. 17 // 18 // You should have received a copy of the GNU General Public License 19 // along with this program; if not, write to the Free Software 20 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 // 02111-1307, USA.e-compiled type information 4 22 5 23 #include "stdafx.h" -
trunk/Verify/Verify.cpp
r19 r40 1 // Verify.cpp : Defines the class behaviors for the application. 1 // Verify.cpp 2 // $Id$ 2 3 // 4 // Eraser. Secure data removal. For Windows. 5 // Copyright © 1997-2001 Sami Tolvanen (sami@tolvanen.com). 6 // Copyright © 2007 The Eraser Project 7 // 8 // This program is free software; you can redistribute it and/or 9 // modify it under the terms of the GNU General Public License 10 // as published by the Free Software Foundation; either version 2 11 // of the License, or (at your option) any later version. 12 // 13 // This program is distributed in the hope that it will be useful, 14 // but WITHOUT ANY WARRANTY; without even the implied warranty of 15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 // GNU General Public License for more details. 17 // 18 // You should have received a copy of the GNU General Public License 19 // along with this program; if not, write to the Free Software 20 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 // 02111-1307, USA. 3 22 4 23 #include "stdafx.h" 5 24 #include "Verify.h" 6 25 #include "VerifyDlg.h" 26 #include "..\EraserUI\VisualStyles.h" 7 27 8 28 #ifdef _DEBUG -
trunk/Verify/Verify.h
r7 r40 1 // Verify.h : main header file for the VERIFY application 1 // Verify.h 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. 5 // Copyright © 1997-2001 Sami Tolvanen (sami@tolvanen.com). 6 // Copyright © 2007 The Eraser Project 7 // 8 // This program is free software; you can redistribute it and/or 9 // modify it under the terms of the GNU General Public License 10 // as published by the Free Software Foundation; either version 2 11 // of the License, or (at your option) any later version. 12 // 13 // This program is distributed in the hope that it will be useful, 14 // but WITHOUT ANY WARRANTY; without even the implied warranty of 15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 // GNU General Public License for more details. 17 // 18 // You should have received a copy of the GNU General Public License 19 // along with this program; if not, write to the Free Software 20 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 // 02111-1307, USA. 4 22 #if !defined(AFX_VERIFY_H__27133678_2120_4B3E_9B6B_3B9BDF651E07__INCLUDED_) 5 23 #define AFX_VERIFY_H__27133678_2120_4B3E_9B6B_3B9BDF651E07__INCLUDED_ -
trunk/Verify/Verify.vcproj
r24 r40 408 408 > 409 409 <File 410 RelativePath="..\shared\SeException.cpp"411 >412 <FileConfiguration413 Name="Release|Win32"414 >415 <Tool416 Name="VCCLCompilerTool"417 Optimization="1"418 PreprocessorDefinitions=""419 />420 </FileConfiguration>421 <FileConfiguration422 Name="Release|x64"423 >424 <Tool425 Name="VCCLCompilerTool"426 Optimization="1"427 PreprocessorDefinitions=""428 />429 </FileConfiguration>430 <FileConfiguration431 Name="Debug|Win32"432 >433 <Tool434 Name="VCCLCompilerTool"435 Optimization="0"436 PreprocessorDefinitions=""437 BasicRuntimeChecks="3"438 />439 </FileConfiguration>440 <FileConfiguration441 Name="Debug|x64"442 >443 <Tool444 Name="VCCLCompilerTool"445 Optimization="0"446 PreprocessorDefinitions=""447 BasicRuntimeChecks="3"448 />449 </FileConfiguration>450 </File>451 <File452 410 RelativePath="StdAfx.cpp" 453 411 > … … 631 589 > 632 590 <File 633 RelativePath="..\EraserDll\EraserDll.h"634 >635 </File>636 <File637 591 RelativePath="Resource.h" 638 >639 </File>640 <File641 RelativePath="..\shared\SeException.h"642 592 > 643 593 </File> -
trunk/Verify/VerifyDlg.cpp
r23 r40 1 // VerifyDlg.cpp : implementation file 1 // VerifyDlg.cpp 2 // $Id$ 2 3 // 4 // Eraser. Secure data removal. For Windows. 5 // Copyright © 1997-2001 Sami Tolvanen (sami@tolvanen.com). 6 // Copyright © 2007 The Eraser Project 7 // 8 // This program is free software; you can redistribute it and/or 9 // modify it under the terms of the GNU General Public License 10 // as published by the Free Software Foundation; either version 2 11 // of the License, or (at your option) any later version. 12 // 13 // This program is distributed in the hope that it will be useful, 14 // but WITHOUT ANY WARRANTY; without even the implied warranty of 15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 // GNU General Public License for more details. 17 // 18 // You should have received a copy of the GNU General Public License 19 // along with this program; if not, write to the Free Software 20 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 // 02111-1307, USA. 3 22 4 23 #include "stdafx.h" -
trunk/Verify/VerifyDlg.h
r7 r40 1 // VerifyDlg.h : header file 1 // VerifyDlg.h 2 // $Id$ 2 3 // 3 4 // Eraser. Secure data removal. For Windows. 5 // Copyright © 1997-2001 Sami Tolvanen (sami@tolvanen.com). 6 // Copyright © 2007 The Eraser Project 7 // 8 // This program is free software; you can redistribute it and/or 9 // modify it under the terms of the GNU General Public License 10 // as published by the Free Software Foundation; either version 2 11 // of the License, or (at your option) any later version. 12 // 13 // This program is distributed in the hope that it will be useful, 14 // but WITHOUT ANY WARRANTY; without even the implied warranty of 15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 // GNU General Public License for more details. 17 // 18 // You should have received a copy of the GNU General Public License 19 // along with this program; if not, write to the Free Software 20 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 // 02111-1307, USA. 4 22 #if !defined(AFX_VERIFYDLG_H__1BD4386B_61DD_4477_AB19_A7676C3A94DF__INCLUDED_) 5 23 #define AFX_VERIFYDLG_H__1BD4386B_61DD_4477_AB19_A7676C3A94DF__INCLUDED_ -
trunk/Verify/ViewerDlg.cpp
r7 r40 1 // ViewerDlg.cpp : implementation file 2 // 1 // ViewerDlg.cpp 2 // $Id$ 3 // 4 // Eraser. Secure data removal. For Windows. 5 // Copyright © 1997-2001 Sami Tolvanen (sami@tolvanen.com). 6 // Copyright © 2007 The Eraser Project 7 // 8 // This program is free software; you can redistribute it and/or 9 // modify it under the terms of the GNU General Public License 10 // as published by the Free Software Foundation; either version 2 11 // of the License, or (at your option) any later version. 12 // 13 // This program is distributed in the hope that it will be useful, 14 // but WITHOUT ANY WARRANTY; without even the implied warranty of 15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 // GNU General Public License for more details. 17 // 18 // You should have received a copy of the GNU General Public License 19 // along with this program; if not, write to the Free Software 20 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 // 02111-1307, USA. 3 22 4 23 #include "stdafx.h" -
trunk/Verify/ViewerDlg.h
r7 r40 1 // ViewerDlg.h 2 // $Id$ 3 // 4 // Eraser. Secure data removal. For Windows. 5 // Copyright © 1997-2001 Sami Tolvanen (sami@tolvanen.com). 6 // Copyright © 2007 The Eraser Project 7 // 8 // This program is free software; you can redistribute it and/or 9 // modify it under the terms of the GNU General Public License 10 // as published by the Free Software Foundation; either version 2 11 // of the License, or (at your option) any later version. 12 // 13 // This program is distributed in the hope that it will be useful, 14 // but WITHOUT ANY WARRANTY; without even the implied warranty of 15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 // GNU General Public License for more details. 17 // 18 // You should have received a copy of the GNU General Public License 19 // along with this program; if not, write to the Free Software 20 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 // 02111-1307, USA. 1 22 #if !defined(AFX_VIEWERDLG_H__037EC108_598D_413C_B5B7_A8270562C2E6__INCLUDED_) 2 23 #define AFX_VIEWERDLG_H__037EC108_598D_413C_B5B7_A8270562C2E6__INCLUDED_
Note: See TracChangeset
for help on using the changeset viewer.
