Update glslang_vs2010 project to use C7 Compatible Debug information (/C7) so that projects that link against it don't have LNK4204 warnings.  Also fix errant space in "StandAlone _vs2010.sln".

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23966 e7fa87d3-cd2b-0410-9028-fcbf551c1848
diff --git a/glslang_vs2010.vcxproj b/glslang_vs2010.vcxproj
index f3615f3..f9f4f6c 100644
--- a/glslang_vs2010.vcxproj
+++ b/glslang_vs2010.vcxproj
@@ -100,7 +100,7 @@
       </BrowseInformation>

       <WarningLevel>Level3</WarningLevel>

       <SuppressStartupBanner>true</SuppressStartupBanner>

-      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>

+      <DebugInformationFormat>OldStyle</DebugInformationFormat>

       <CallingConvention>Cdecl</CallingConvention>

       <CompileAs>Default</CompileAs>

       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>

@@ -146,7 +146,7 @@
       </BrowseInformation>

       <WarningLevel>Level3</WarningLevel>

       <SuppressStartupBanner>true</SuppressStartupBanner>

-      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>

+      <DebugInformationFormat>OldStyle</DebugInformationFormat>

       <CallingConvention>Cdecl</CallingConvention>

       <CompileAs>Default</CompileAs>

       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>

@@ -202,7 +202,7 @@
       </BrowseInformation>

       <WarningLevel>Level3</WarningLevel>

       <SuppressStartupBanner>true</SuppressStartupBanner>

-      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>

+      <DebugInformationFormat>OldStyle</DebugInformationFormat>

       <CallingConvention>Cdecl</CallingConvention>

       <CompileAs>Default</CompileAs>

     </ClCompile>

@@ -255,7 +255,7 @@
       </BrowseInformation>

       <WarningLevel>Level3</WarningLevel>

       <SuppressStartupBanner>true</SuppressStartupBanner>

-      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>

+      <DebugInformationFormat>OldStyle</DebugInformationFormat>

       <CallingConvention>Cdecl</CallingConvention>

       <CompileAs>Default</CompileAs>

     </ClCompile>