|  | @@ -43,7 +43,12 @@
 | 
	
		
			
				|  |  |      <Import Project="winsock.props" />
 | 
	
		
			
				|  |  |    </ImportGroup>
 | 
	
		
			
				|  |  |    <PropertyGroup Label="UserMacros" />
 | 
	
		
			
				|  |  | -  <PropertyGroup />
 | 
	
		
			
				|  |  | +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
	
		
			
				|  |  | +    <TargetName>grpc_csharp_ext</TargetName>
 | 
	
		
			
				|  |  | +  </PropertyGroup>
 | 
	
		
			
				|  |  | +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
	
		
			
				|  |  | +    <TargetName>grpc_csharp_ext</TargetName>
 | 
	
		
			
				|  |  | +  </PropertyGroup>
 | 
	
		
			
				|  |  |    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
	
		
			
				|  |  |      <ClCompile>
 | 
	
		
			
				|  |  |        <PrecompiledHeader>NotUsing</PrecompiledHeader>
 |