|  | @@ -1,4 +1,4 @@
 | 
	
		
			
				|  |  | -<?xml version="1.0" encoding="utf-8"?>
 | 
	
		
			
				|  |  | +<?xml version="1.0" encoding="utf-8"?>
 | 
	
		
			
				|  |  |  <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
	
		
			
				|  |  |    <PropertyGroup>
 | 
	
		
			
				|  |  |      <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | 
	
	
		
			
				|  | @@ -35,6 +35,9 @@
 | 
	
		
			
				|  |  |      <Reference Include="System" />
 | 
	
		
			
				|  |  |    </ItemGroup>
 | 
	
		
			
				|  |  |    <ItemGroup>
 | 
	
		
			
				|  |  | +    <Compile Include="..\Grpc.Core\Version.cs">
 | 
	
		
			
				|  |  | +      <Link>Version.cs</Link>
 | 
	
		
			
				|  |  | +    </Compile>
 | 
	
		
			
				|  |  |      <Compile Include="Properties\AssemblyInfo.cs" />
 | 
	
		
			
				|  |  |      <Compile Include="MathClient.cs" />
 | 
	
		
			
				|  |  |    </ItemGroup>
 | 
	
	
		
			
				|  | @@ -49,4 +52,4 @@
 | 
	
		
			
				|  |  |        <Name>Grpc.Examples</Name>
 | 
	
		
			
				|  |  |      </ProjectReference>
 | 
	
		
			
				|  |  |    </ItemGroup>
 | 
	
		
			
				|  |  | -</Project>
 | 
	
		
			
				|  |  | +</Project>
 |