|  | @@ -10,6 +10,7 @@
 | 
	
		
			
				|  |  |    </PropertyGroup>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    <PropertyGroup Condition=" $(Configuration.StartsWith('Debug')) ">
 | 
	
		
			
				|  |  | +    <DefineConstants>DEBUG</DefineConstants> 
 | 
	
		
			
				|  |  |      <DebugSymbols>true</DebugSymbols>
 | 
	
		
			
				|  |  |      <Optimize>false</Optimize>
 | 
	
		
			
				|  |  |    </PropertyGroup>
 | 
	
	
		
			
				|  | @@ -20,7 +21,7 @@
 | 
	
		
			
				|  |  |    </PropertyGroup>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    <PropertyGroup Condition=" $(Configuration.EndsWith('COM25')) ">
 | 
	
		
			
				|  |  | -    <DefineConstants>COM25</DefineConstants>
 | 
	
		
			
				|  |  | +    <DefineConstants>$(DefineConstants);COM25</DefineConstants>
 | 
	
		
			
				|  |  |    </PropertyGroup>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    <ItemGroup>
 |