OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> | 2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.micros
oft.com/developer/msbuild/2003"> |
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Com
mon.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Mi
crosoft.Common.props')" /> | 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Com
mon.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Mi
crosoft.Common.props')" /> |
4 <PropertyGroup> | 4 <PropertyGroup> |
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 <ProjectGuid>{998C0725-F123-4ED3-9D44-12C1945F00D1}</ProjectGuid> | 7 <ProjectGuid>{F8C6D937-C44B-4EE3-A431-B0FBAEACE47D}</ProjectGuid> |
8 <OutputType>Library</OutputType> | 8 <OutputType>Library</OutputType> |
9 <AppDesignerFolder>Properties</AppDesignerFolder> | 9 <AppDesignerFolder>Properties</AppDesignerFolder> |
10 <RootNamespace>LowLevel</RootNamespace> | 10 <RootNamespace>Grpc.HealthCheck.Tests</RootNamespace> |
11 <AssemblyName>LowLevel</AssemblyName> | 11 <AssemblyName>Grpc.HealthCheck.Tests</AssemblyName> |
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | 12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 <FileAlignment>512</FileAlignment> | 13 <FileAlignment>512</FileAlignment> |
14 </PropertyGroup> | 14 </PropertyGroup> |
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 <DebugSymbols>true</DebugSymbols> | 16 <DebugSymbols>true</DebugSymbols> |
17 <DebugType>full</DebugType> | 17 <DebugType>full</DebugType> |
18 <Optimize>false</Optimize> | 18 <Optimize>false</Optimize> |
19 <OutputPath>bin\Debug\</OutputPath> | 19 <OutputPath>bin\Debug\</OutputPath> |
20 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
21 <ErrorReport>prompt</ErrorReport> | 20 <ErrorReport>prompt</ErrorReport> |
22 <WarningLevel>4</WarningLevel> | 21 <WarningLevel>4</WarningLevel> |
23 </PropertyGroup> | 22 </PropertyGroup> |
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'
"> | 23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'
"> |
25 <DebugType>pdbonly</DebugType> | 24 <DebugType>pdbonly</DebugType> |
26 <Optimize>true</Optimize> | 25 <Optimize>true</Optimize> |
27 <OutputPath>bin\Release\</OutputPath> | 26 <OutputPath>bin\Release\</OutputPath> |
28 <DefineConstants>TRACE</DefineConstants> | |
29 <ErrorReport>prompt</ErrorReport> | 27 <ErrorReport>prompt</ErrorReport> |
30 <WarningLevel>4</WarningLevel> | 28 <WarningLevel>4</WarningLevel> |
31 </PropertyGroup> | 29 </PropertyGroup> |
32 <PropertyGroup> | 30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSigned|An
yCPU' "> |
33 <SignAssembly>true</SignAssembly> | 31 <DebugType>pdbonly</DebugType> |
34 </PropertyGroup> | 32 <Optimize>true</Optimize> |
35 <PropertyGroup> | 33 <OutputPath>bin\ReleaseSigned</OutputPath> |
36 <AssemblyOriginatorKeyFile> | 34 <ErrorReport>prompt</ErrorReport> |
37 </AssemblyOriginatorKeyFile> | 35 <WarningLevel>4</WarningLevel> |
| 36 <SignAssembly>True</SignAssembly> |
| 37 <AssemblyOriginatorKeyFile>..\keys\Grpc.snk</AssemblyOriginatorKeyFile> |
38 </PropertyGroup> | 38 </PropertyGroup> |
39 <ItemGroup> | 39 <ItemGroup> |
| 40 <Reference Include="Google.Protobuf, Version=3.0.0.0, Culture=neutral, Publi
cKeyToken=a7d26565bac4d604, processorArchitecture=MSIL"> |
| 41 <SpecificVersion>False</SpecificVersion> |
| 42 <HintPath>..\packages\Google.Protobuf.3.0.0-beta2\lib\portable-net45+netco
re45+wpa81+wp8\Google.Protobuf.dll</HintPath> |
| 43 </Reference> |
| 44 <Reference Include="nunit.framework"> |
| 45 <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> |
| 46 </Reference> |
40 <Reference Include="System" /> | 47 <Reference Include="System" /> |
41 <Reference Include="System.Core" /> | 48 <Reference Include="System.Core" /> |
42 <Reference Include="System.Xml.Linq" /> | 49 <Reference Include="System.Xml.Linq" /> |
43 <Reference Include="System.Data.DataSetExtensions" /> | 50 <Reference Include="System.Data.DataSetExtensions" /> |
44 <Reference Include="Microsoft.CSharp" /> | 51 <Reference Include="Microsoft.CSharp" /> |
45 <Reference Include="System.Data" /> | 52 <Reference Include="System.Data" /> |
46 <Reference Include="System.Xml" /> | 53 <Reference Include="System.Xml" /> |
47 </ItemGroup> | 54 </ItemGroup> |
48 <ItemGroup> | 55 <ItemGroup> |
49 <Compile Include="NativeMethods.cs" /> | 56 <Compile Include="..\Grpc.Core\Version.cs"> |
| 57 <Link>Version.cs</Link> |
| 58 </Compile> |
| 59 <Compile Include="HealthServiceImplTest.cs" /> |
| 60 <Compile Include="HealthClientServerTest.cs" /> |
50 <Compile Include="Properties\AssemblyInfo.cs" /> | 61 <Compile Include="Properties\AssemblyInfo.cs" /> |
51 <Compile Include="Types.cs" /> | |
52 </ItemGroup> | 62 </ItemGroup> |
53 <ItemGroup> | 63 <ItemGroup> |
54 <None Include="Key.snk" /> | 64 <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj"> |
| 65 <Project>{ccc4440e-49f7-4790-b0af-feabb0837ae7}</Project> |
| 66 <Name>Grpc.Core</Name> |
| 67 </ProjectReference> |
| 68 <ProjectReference Include="..\Grpc.HealthCheck\Grpc.HealthCheck.csproj"> |
| 69 <Project>{aa5e328a-8835-49d7-98ed-c29f2b3049f0}</Project> |
| 70 <Name>Grpc.HealthCheck</Name> |
| 71 </ProjectReference> |
| 72 </ItemGroup> |
| 73 <ItemGroup> |
| 74 <None Include="packages.config" /> |
| 75 </ItemGroup> |
| 76 <ItemGroup> |
| 77 <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
55 </ItemGroup> | 78 </ItemGroup> |
56 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 79 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
57 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. | 80 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. |
58 Other similar extension points exist, see Microsoft.Common.targets. | 81 Other similar extension points exist, see Microsoft.Common.targets. |
59 <Target Name="BeforeBuild"> | 82 <Target Name="BeforeBuild"> |
60 </Target> | 83 </Target> |
61 <Target Name="AfterBuild"> | 84 <Target Name="AfterBuild"> |
62 </Target> | 85 </Target> |
63 --> | 86 --> |
64 </Project> | 87 </Project> |
OLD | NEW |