From 3a48da2c56effcbcc3a31a0b6288fed3f3bfa938 Mon Sep 17 00:00:00 2001
From: Randy Heit <rheit@zdoom.fake>
Date: Mon, 19 Jul 2010 03:39:32 +0000
Subject: [PATCH] - Fixed: The x64 project configuration had not been kept
 synced with the Win32 configuration   and did not exclude
 sbarinfo_commands.cpp from the build.

SVN r2442 (trunk)
---
 zdoom.vcproj | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/zdoom.vcproj b/zdoom.vcproj
index 0f82621ab..684eba0b3 100644
--- a/zdoom.vcproj
+++ b/zdoom.vcproj
@@ -2283,6 +2283,14 @@
 						Name="VCCLCompilerTool"
 					/>
 				</FileConfiguration>
+				<FileConfiguration
+					Name="Release|x64"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+					/>
+				</FileConfiguration>
 				<FileConfiguration
 					Name="Debug|Win32"
 					ExcludedFromBuild="true"
@@ -2291,6 +2299,14 @@
 						Name="VCCLCompilerTool"
 					/>
 				</FileConfiguration>
+				<FileConfiguration
+					Name="Debug|x64"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+					/>
+				</FileConfiguration>
 			</File>
 			<File
 				RelativePath=".\src\g_shared\shared_hud.cpp"