OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> |
| 3 <PropertyGroup> |
| 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 6 <ProjectGuid>{86EC5CB4-4EA2-40A2-8057-86542A0353BB}</ProjectGuid> |
| 7 <OutputType>Library</OutputType> |
| 8 <RootNamespace>Grpc.Core.Tests</RootNamespace> |
| 9 <AssemblyName>Grpc.Core.Tests</AssemblyName> |
| 10 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 11 </PropertyGroup> |
| 12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 13 <DebugSymbols>true</DebugSymbols> |
| 14 <DebugType>full</DebugType> |
| 15 <Optimize>false</Optimize> |
| 16 <OutputPath>bin\Debug</OutputPath> |
| 17 <DefineConstants>DEBUG;</DefineConstants> |
| 18 <ErrorReport>prompt</ErrorReport> |
| 19 <WarningLevel>4</WarningLevel> |
| 20 </PropertyGroup> |
| 21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'
"> |
| 22 <DebugType>pdbonly</DebugType> |
| 23 <Optimize>true</Optimize> |
| 24 <OutputPath>bin\Release</OutputPath> |
| 25 <ErrorReport>prompt</ErrorReport> |
| 26 <WarningLevel>4</WarningLevel> |
| 27 </PropertyGroup> |
| 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSigned|An
yCPU' "> |
| 29 <DebugType>pdbonly</DebugType> |
| 30 <Optimize>true</Optimize> |
| 31 <OutputPath>bin\ReleaseSigned</OutputPath> |
| 32 <ErrorReport>prompt</ErrorReport> |
| 33 <WarningLevel>4</WarningLevel> |
| 34 <SignAssembly>True</SignAssembly> |
| 35 <AssemblyOriginatorKeyFile>..\keys\Grpc.snk</AssemblyOriginatorKeyFile> |
| 36 </PropertyGroup> |
| 37 <ItemGroup> |
| 38 <Reference Include="nunit.core"> |
| 39 <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath> |
| 40 <Private>False</Private> |
| 41 </Reference> |
| 42 <Reference Include="nunit.core.interfaces"> |
| 43 <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll
</HintPath> |
| 44 <Private>False</Private> |
| 45 </Reference> |
| 46 <Reference Include="nunit.framework"> |
| 47 <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> |
| 48 </Reference> |
| 49 <Reference Include="nunit.util"> |
| 50 <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath> |
| 51 <Private>False</Private> |
| 52 </Reference> |
| 53 <Reference Include="NUnit.VisualStudio.TestAdapter"> |
| 54 <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAd
apter.dll</HintPath> |
| 55 <Private>False</Private> |
| 56 </Reference> |
| 57 <Reference Include="System" /> |
| 58 <Reference Include="System.Interactive.Async, Version=1.2.0.0, Culture=neutr
al, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 59 <SpecificVersion>False</SpecificVersion> |
| 60 <HintPath>..\packages\Ix-Async.1.2.5\lib\net45\System.Interactive.Async.dl
l</HintPath> |
| 61 </Reference> |
| 62 </ItemGroup> |
| 63 <ItemGroup> |
| 64 <Compile Include="..\Grpc.Core\Version.cs"> |
| 65 <Link>Version.cs</Link> |
| 66 </Compile> |
| 67 <Compile Include="CallCredentialsTest.cs" /> |
| 68 <Compile Include="CallOptionsTest.cs" /> |
| 69 <Compile Include="UserAgentStringTest.cs" /> |
| 70 <Compile Include="FakeCredentials.cs" /> |
| 71 <Compile Include="MarshallingErrorsTest.cs" /> |
| 72 <Compile Include="ChannelCredentialsTest.cs" /> |
| 73 <Compile Include="ShutdownTest.cs" /> |
| 74 <Compile Include="Internal\AsyncCallTest.cs" /> |
| 75 <Compile Include="Properties\AssemblyInfo.cs" /> |
| 76 <Compile Include="ClientServerTest.cs" /> |
| 77 <Compile Include="ServerTest.cs" /> |
| 78 <Compile Include="GrpcEnvironmentTest.cs" /> |
| 79 <Compile Include="PInvokeTest.cs" /> |
| 80 <Compile Include="Internal\MetadataArraySafeHandleTest.cs" /> |
| 81 <Compile Include="Internal\CompletionQueueSafeHandleTest.cs" /> |
| 82 <Compile Include="Internal\CompletionQueueEventTest.cs" /> |
| 83 <Compile Include="Internal\ChannelArgsSafeHandleTest.cs" /> |
| 84 <Compile Include="ChannelOptionsTest.cs" /> |
| 85 <Compile Include="Internal\TimespecTest.cs" /> |
| 86 <Compile Include="TimeoutsTest.cs" /> |
| 87 <Compile Include="NUnitVersionTest.cs" /> |
| 88 <Compile Include="ChannelTest.cs" /> |
| 89 <Compile Include="MockServiceHelper.cs" /> |
| 90 <Compile Include="ResponseHeadersTest.cs" /> |
| 91 <Compile Include="CompressionTest.cs" /> |
| 92 <Compile Include="ContextPropagationTest.cs" /> |
| 93 <Compile Include="MetadataTest.cs" /> |
| 94 <Compile Include="PerformanceTest.cs" /> |
| 95 <Compile Include="SanityTest.cs" /> |
| 96 </ItemGroup> |
| 97 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 98 <ItemGroup> |
| 99 <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj"> |
| 100 <Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project> |
| 101 <Name>Grpc.Core</Name> |
| 102 </ProjectReference> |
| 103 </ItemGroup> |
| 104 <ItemGroup> |
| 105 <None Include="packages.config"> |
| 106 <SubType>Designer</SubType> |
| 107 </None> |
| 108 </ItemGroup> |
| 109 <ItemGroup> |
| 110 <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
| 111 </ItemGroup> |
| 112 <ItemGroup /> |
| 113 </Project> |
OLD | NEW |