Index: trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj
===================================================================
--- trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj	(revision 645)
+++ trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj	(revision 648)
@@ -602,28 +602,4 @@
 					>
 					<File
-						RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								PreprocessorDefinitions=""
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								PreprocessorDefinitions=""
-							/>
-						</FileConfiguration>
-					</File>
-					<File
-						RelativePath="..\BasicCompiler_Common\BreakPoint.h"
-						>
-					</File>
-					<File
 						RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
 						>
@@ -1298,4 +1274,12 @@
 				<File
 					RelativePath="..\BasicCompiler_Common\src\Program.cpp"
+					>
+				</File>
+			</Filter>
+			<Filter
+				Name="Debugger Classes"
+				>
+				<File
+					RelativePath="..\BasicCompiler_Common\src\BreakPoint.cpp"
 					>
 				</File>
@@ -1438,4 +1422,8 @@
 				>
 				<File
+					RelativePath="..\BasicCompiler_Common\include\BreakPoint.h"
+					>
+				</File>
+				<File
 					RelativePath="..\BasicCompiler_Common\include\Debugger.h"
 					>
Index: trunk/ab5.0/abdev/compiler_x86/stdafx.h
===================================================================
--- trunk/ab5.0/abdev/compiler_x86/stdafx.h	(revision 645)
+++ trunk/ab5.0/abdev/compiler_x86/stdafx.h	(revision 648)
@@ -57,2 +57,3 @@
 #include <ProcedureGenerator.h>
 #include <DataTableGenerator.h>
+#include <BreakPoint.h>
