Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj
diff --git a/Misc/NEWS b/Misc/NEWS
index 6aad4d8..50fecb7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj
+
 - Removed PCbuild8/ directory and added a new build directory for VS 2005
   based on the VS 2008 build directory to PC/VS8.0. The script 
   PCbuild/vs8to9.py was added to sync changes from PCbuild to PC/VS8.0.
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj
index 99cc9d7..ff52b1e 100644
--- a/PC/VS8.0/pythoncore.vcproj
+++ b/PC/VS8.0/pythoncore.vcproj
@@ -1374,10 +1374,6 @@
 				RelativePath="..\..\Objects\dictobject.c"

 				>

 			</File>

-			<!--File

-				RelativePath="..\..\Objects\doubledigits.c"

-				>

-			</File-->

 			<File

 				RelativePath="..\..\Objects\enumobject.c"

 				>

@@ -1607,10 +1603,6 @@
 				>

 			</File>

 			<File

-				RelativePath="..\..\Python\atof.c"

-				>

-			</File>

-			<File

 				RelativePath="..\..\Python\bltinmodule.c"

 				>

 			</File>

diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index ff27052..2a8101a 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -1374,10 +1374,6 @@
 				RelativePath="..\Objects\dictobject.c"
 				>
 			</File>
-			<!--File
-				RelativePath="..\Objects\doubledigits.c"
-				>
-			</File-->
 			<File
 				RelativePath="..\Objects\enumobject.c"
 				>
@@ -1607,10 +1603,6 @@
 				>
 			</File>
 			<File
-				RelativePath="..\Python\atof.c"
-				>
-			</File>
-			<File
 				RelativePath="..\Python\bltinmodule.c"
 				>
 			</File>