|  | @@ -8,7 +8,7 @@
 | 
	
		
			
				|  |  |      <RootNamespace>Grpc.Core</RootNamespace>
 | 
	
		
			
				|  |  |      <AssemblyName>Grpc.Core</AssemblyName>
 | 
	
		
			
				|  |  |      <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
 | 
	
		
			
				|  |  | -    <NuGetPackageImportStamp>be3e9d03</NuGetPackageImportStamp>
 | 
	
		
			
				|  |  | +    <NuGetPackageImportStamp>c0512805</NuGetPackageImportStamp>
 | 
	
		
			
				|  |  |      <DocumentationFile>bin\$(Configuration)\Grpc.Core.Xml</DocumentationFile>
 | 
	
		
			
				|  |  |    </PropertyGroup>
 | 
	
		
			
				|  |  |    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | 
	
	
		
			
				|  | @@ -19,6 +19,7 @@
 | 
	
		
			
				|  |  |      <DefineConstants>DEBUG;</DefineConstants>
 | 
	
		
			
				|  |  |      <ErrorReport>prompt</ErrorReport>
 | 
	
		
			
				|  |  |      <WarningLevel>4</WarningLevel>
 | 
	
		
			
				|  |  | +    <NativeDependenciesConfiguration>Debug</NativeDependenciesConfiguration>
 | 
	
		
			
				|  |  |    </PropertyGroup>
 | 
	
		
			
				|  |  |    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | 
	
		
			
				|  |  |      <DebugType>pdbonly</DebugType>
 | 
	
	
		
			
				|  | @@ -26,6 +27,7 @@
 | 
	
		
			
				|  |  |      <OutputPath>bin\Release</OutputPath>
 | 
	
		
			
				|  |  |      <ErrorReport>prompt</ErrorReport>
 | 
	
		
			
				|  |  |      <WarningLevel>4</WarningLevel>
 | 
	
		
			
				|  |  | +    <NativeDependenciesConfiguration>Release</NativeDependenciesConfiguration>
 | 
	
		
			
				|  |  |    </PropertyGroup>
 | 
	
		
			
				|  |  |    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSigned|AnyCPU' ">
 | 
	
		
			
				|  |  |      <DebugType>pdbonly</DebugType>
 | 
	
	
		
			
				|  | @@ -36,6 +38,7 @@
 | 
	
		
			
				|  |  |      <WarningLevel>4</WarningLevel>
 | 
	
		
			
				|  |  |      <SignAssembly>True</SignAssembly>
 | 
	
		
			
				|  |  |      <AssemblyOriginatorKeyFile>C:\keys\Grpc.snk</AssemblyOriginatorKeyFile>
 | 
	
		
			
				|  |  | +    <NativeDependenciesConfiguration>Release</NativeDependenciesConfiguration>
 | 
	
		
			
				|  |  |    </PropertyGroup>
 | 
	
		
			
				|  |  |    <ItemGroup>
 | 
	
		
			
				|  |  |      <Reference Include="System" />
 | 
	
	
		
			
				|  | @@ -133,7 +136,7 @@
 | 
	
		
			
				|  |  |           ignored, which gives us the desired effect. -->
 | 
	
		
			
				|  |  |      <When Condition=" '$(OS)' != 'Unix' ">
 | 
	
		
			
				|  |  |        <ItemGroup>
 | 
	
		
			
				|  |  | -        <Content Include="..\..\..\vsprojects\Debug\grpc_csharp_ext.dll">
 | 
	
		
			
				|  |  | +        <Content Include="..\..\..\vsprojects\$(NativeDependenciesConfiguration)\grpc_csharp_ext.dll">
 | 
	
		
			
				|  |  |            <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 | 
	
		
			
				|  |  |          </Content>
 | 
	
		
			
				|  |  |        </ItemGroup>
 | 
	
	
		
			
				|  | @@ -142,15 +145,6 @@
 | 
	
		
			
				|  |  |    </Choose>
 | 
	
		
			
				|  |  |    <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 | 
	
		
			
				|  |  |    <ItemGroup />
 | 
	
		
			
				|  |  | -  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
 | 
	
		
			
				|  |  | -    <PropertyGroup>
 | 
	
		
			
				|  |  | -      <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
 | 
	
		
			
				|  |  | -    </PropertyGroup>
 | 
	
		
			
				|  |  | -    <Error Condition="!Exists('..\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\portable-net45+netcore45+wpa81+wp8\grpc.dependencies.openssl.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\portable-net45+netcore45+wpa81+wp8\grpc.dependencies.openssl.redist.targets'))" />
 | 
	
		
			
				|  |  | -    <Error Condition="!Exists('..\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\portable-net45+netcore45+wpa81+wp8\grpc.dependencies.zlib.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\portable-net45+netcore45+wpa81+wp8\grpc.dependencies.zlib.redist.targets'))" />
 | 
	
		
			
				|  |  | -  </Target>
 | 
	
		
			
				|  |  | -  <Import Project="..\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\portable-net45+netcore45+wpa81+wp8\grpc.dependencies.openssl.redist.targets" Condition="Exists('..\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\portable-net45+netcore45+wpa81+wp8\grpc.dependencies.openssl.redist.targets')" />
 | 
	
		
			
				|  |  | -  <Import Project="..\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\portable-net45+netcore45+wpa81+wp8\grpc.dependencies.zlib.redist.targets" Condition="Exists('..\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\portable-net45+netcore45+wpa81+wp8\grpc.dependencies.zlib.redist.targets')" />
 | 
	
		
			
				|  |  |    <ItemGroup />
 | 
	
		
			
				|  |  |    <ItemGroup />
 | 
	
		
			
				|  |  | -</Project>
 | 
	
		
			
				|  |  | +</Project>
 |