blob: b82f9768612eefc211c4faa212d3a51920df599c [file] [log] [blame]
Jan Tattermusch52534672015-07-14 20:29:21 -07001<?xml version="1.0" encoding="utf-8"?>
Jan Tattermuscha49a72d2016-04-09 12:50:35 -07002<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Jan Tattermusch52534672015-07-14 20:29:21 -07003 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{F8C6D937-C44B-4EE3-A431-B0FBAEACE47D}</ProjectGuid>
Jan Tattermusch21451b72016-04-08 20:59:34 -07008 <OutputType>Exe</OutputType>
Jan Tattermusch52534672015-07-14 20:29:21 -07009 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>Grpc.HealthCheck.Tests</RootNamespace>
11 <AssemblyName>Grpc.HealthCheck.Tests</AssemblyName>
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <DebugSymbols>true</DebugSymbols>
17 <DebugType>full</DebugType>
18 <Optimize>false</Optimize>
19 <OutputPath>bin\Debug\</OutputPath>
Jan Tattermusch52534672015-07-14 20:29:21 -070020 <ErrorReport>prompt</ErrorReport>
21 <WarningLevel>4</WarningLevel>
22 </PropertyGroup>
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24 <DebugType>pdbonly</DebugType>
25 <Optimize>true</Optimize>
26 <OutputPath>bin\Release\</OutputPath>
Jan Tattermusch52534672015-07-14 20:29:21 -070027 <ErrorReport>prompt</ErrorReport>
28 <WarningLevel>4</WarningLevel>
29 </PropertyGroup>
30 <ItemGroup>
Jan Tattermusch52534672015-07-14 20:29:21 -070031 <Reference Include="System" />
32 <Reference Include="System.Core" />
33 <Reference Include="System.Xml.Linq" />
34 <Reference Include="System.Data.DataSetExtensions" />
35 <Reference Include="Microsoft.CSharp" />
36 <Reference Include="System.Data" />
37 <Reference Include="System.Xml" />
Jan Tattermuscha49a72d2016-04-09 12:50:35 -070038 <Reference Include="nunit.framework">
39 <HintPath>..\packages\NUnit.3.2.0\lib\net45\nunit.framework.dll</HintPath>
40 </Reference>
41 <Reference Include="nunitlite">
42 <HintPath>..\packages\NUnitLite.3.2.0\lib\net45\nunitlite.dll</HintPath>
43 </Reference>
Jan Tattermusch350458f2016-09-05 16:04:02 +020044 <Reference Include="Google.Protobuf">
45 <HintPath>..\packages\Google.Protobuf.3.0.0\lib\net45\Google.Protobuf.dll</HintPath>
46 </Reference>
Jan Tattermusch52534672015-07-14 20:29:21 -070047 </ItemGroup>
48 <ItemGroup>
Jan Tattermuscha5800702015-07-13 21:32:33 -070049 <Compile Include="..\Grpc.Core\Version.cs">
50 <Link>Version.cs</Link>
51 </Compile>
Jan Tattermusch52534672015-07-14 20:29:21 -070052 <Compile Include="HealthServiceImplTest.cs" />
53 <Compile Include="HealthClientServerTest.cs" />
54 <Compile Include="Properties\AssemblyInfo.cs" />
Jan Tattermusch21451b72016-04-08 20:59:34 -070055 <Compile Include="NUnitMain.cs" />
Jan Tattermusch52534672015-07-14 20:29:21 -070056 </ItemGroup>
57 <ItemGroup>
58 <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj">
Jan Tattermuscha49a72d2016-04-09 12:50:35 -070059 <Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project>
Jan Tattermusch52534672015-07-14 20:29:21 -070060 <Name>Grpc.Core</Name>
61 </ProjectReference>
62 <ProjectReference Include="..\Grpc.HealthCheck\Grpc.HealthCheck.csproj">
Jan Tattermuscha49a72d2016-04-09 12:50:35 -070063 <Project>{AA5E328A-8835-49D7-98ED-C29F2B3049F0}</Project>
Jan Tattermusch52534672015-07-14 20:29:21 -070064 <Name>Grpc.HealthCheck</Name>
65 </ProjectReference>
66 </ItemGroup>
67 <ItemGroup>
Jan Tattermusch8d9dff52016-06-15 09:35:39 -070068 <None Include="Grpc.HealthCheck.Tests.project.json" />
Jan Tattermusch52534672015-07-14 20:29:21 -070069 <None Include="packages.config" />
70 </ItemGroup>
71 <ItemGroup>
72 <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
73 </ItemGroup>
74 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
75 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
76 Other similar extension points exist, see Microsoft.Common.targets.
77 <Target Name="BeforeBuild">
78 </Target>
79 <Target Name="AfterBuild">
80 </Target>
81 -->
82</Project>