|  | @@ -19,13 +19,13 @@
 | 
	
		
			
				|  |  |    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | 
	
		
			
				|  |  |      <ConfigurationType>Application</ConfigurationType>
 | 
	
		
			
				|  |  |      <UseDebugLibraries>true</UseDebugLibraries>
 | 
	
		
			
				|  |  | -    <CharacterSet>Unicode</CharacterSet>
 | 
	
		
			
				|  |  | +    <CharacterSet>MultiByte</CharacterSet>
 | 
	
		
			
				|  |  |    </PropertyGroup>
 | 
	
		
			
				|  |  |    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | 
	
		
			
				|  |  |      <ConfigurationType>Application</ConfigurationType>
 | 
	
		
			
				|  |  |      <UseDebugLibraries>false</UseDebugLibraries>
 | 
	
		
			
				|  |  |      <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
	
		
			
				|  |  | -    <CharacterSet>Unicode</CharacterSet>
 | 
	
		
			
				|  |  | +    <CharacterSet>MultiByte</CharacterSet>
 | 
	
		
			
				|  |  |    </PropertyGroup>
 | 
	
		
			
				|  |  |    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
	
		
			
				|  |  |    <ImportGroup Label="ExtensionSettings">
 |