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>{AA5E328A-8835-49D7-98ED-C29F2B3049F0}</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</RootNamespace> |
11 <AssemblyName>LowLevel</AssemblyName> | 11 <AssemblyName>Grpc.HealthCheck</AssemblyName> |
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | 12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 <FileAlignment>512</FileAlignment> | 13 <FileAlignment>512</FileAlignment> |
| 14 <DocumentationFile>bin\$(Configuration)\Grpc.HealthCheck.Xml</DocumentationF
ile> |
14 </PropertyGroup> | 15 </PropertyGroup> |
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 <DebugSymbols>true</DebugSymbols> | 17 <DebugSymbols>true</DebugSymbols> |
17 <DebugType>full</DebugType> | 18 <DebugType>full</DebugType> |
18 <Optimize>false</Optimize> | 19 <Optimize>false</Optimize> |
19 <OutputPath>bin\Debug\</OutputPath> | 20 <OutputPath>bin\Debug\</OutputPath> |
20 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
21 <ErrorReport>prompt</ErrorReport> | 21 <ErrorReport>prompt</ErrorReport> |
22 <WarningLevel>4</WarningLevel> | 22 <WarningLevel>4</WarningLevel> |
23 </PropertyGroup> | 23 </PropertyGroup> |
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'
"> | 24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'
"> |
25 <DebugType>pdbonly</DebugType> | 25 <DebugType>pdbonly</DebugType> |
26 <Optimize>true</Optimize> | 26 <Optimize>true</Optimize> |
27 <OutputPath>bin\Release\</OutputPath> | 27 <OutputPath>bin\Release\</OutputPath> |
28 <DefineConstants>TRACE</DefineConstants> | |
29 <ErrorReport>prompt</ErrorReport> | 28 <ErrorReport>prompt</ErrorReport> |
30 <WarningLevel>4</WarningLevel> | 29 <WarningLevel>4</WarningLevel> |
31 </PropertyGroup> | 30 </PropertyGroup> |
32 <PropertyGroup> | 31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSigned|An
yCPU' "> |
33 <SignAssembly>true</SignAssembly> | 32 <DebugType>pdbonly</DebugType> |
34 </PropertyGroup> | 33 <Optimize>true</Optimize> |
35 <PropertyGroup> | 34 <OutputPath>bin\ReleaseSigned</OutputPath> |
36 <AssemblyOriginatorKeyFile> | 35 <ErrorReport>prompt</ErrorReport> |
37 </AssemblyOriginatorKeyFile> | 36 <WarningLevel>4</WarningLevel> |
| 37 <SignAssembly>True</SignAssembly> |
| 38 <AssemblyOriginatorKeyFile>..\keys\Grpc.snk</AssemblyOriginatorKeyFile> |
38 </PropertyGroup> | 39 </PropertyGroup> |
39 <ItemGroup> | 40 <ItemGroup> |
| 41 <Reference Include="Google.Protobuf, Version=3.0.0.0, Culture=neutral, Publi
cKeyToken=a7d26565bac4d604, processorArchitecture=MSIL"> |
| 42 <SpecificVersion>False</SpecificVersion> |
| 43 <HintPath>..\packages\Google.Protobuf.3.0.0-beta2\lib\portable-net45+netco
re45+wpa81+wp8\Google.Protobuf.dll</HintPath> |
| 44 </Reference> |
40 <Reference Include="System" /> | 45 <Reference Include="System" /> |
41 <Reference Include="System.Core" /> | 46 <Reference Include="System.Core" /> |
| 47 <Reference Include="System.Interactive.Async, Version=1.2.0.0, Culture=neutr
al, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 48 <SpecificVersion>False</SpecificVersion> |
| 49 <HintPath>..\packages\Ix-Async.1.2.5\lib\net45\System.Interactive.Async.dl
l</HintPath> |
| 50 </Reference> |
42 <Reference Include="System.Xml.Linq" /> | 51 <Reference Include="System.Xml.Linq" /> |
43 <Reference Include="System.Data.DataSetExtensions" /> | 52 <Reference Include="System.Data.DataSetExtensions" /> |
44 <Reference Include="Microsoft.CSharp" /> | 53 <Reference Include="Microsoft.CSharp" /> |
45 <Reference Include="System.Data" /> | 54 <Reference Include="System.Data" /> |
46 <Reference Include="System.Xml" /> | 55 <Reference Include="System.Xml" /> |
47 </ItemGroup> | 56 </ItemGroup> |
48 <ItemGroup> | 57 <ItemGroup> |
49 <Compile Include="NativeMethods.cs" /> | 58 <Compile Include="..\Grpc.Core\Version.cs"> |
| 59 <Link>Version.cs</Link> |
| 60 </Compile> |
| 61 <Compile Include="HealthServiceImpl.cs" /> |
| 62 <Compile Include="Health.cs" /> |
| 63 <Compile Include="HealthGrpc.cs" /> |
50 <Compile Include="Properties\AssemblyInfo.cs" /> | 64 <Compile Include="Properties\AssemblyInfo.cs" /> |
51 <Compile Include="Types.cs" /> | |
52 </ItemGroup> | 65 </ItemGroup> |
53 <ItemGroup> | 66 <ItemGroup> |
54 <None Include="Key.snk" /> | 67 <None Include="Grpc.HealthCheck.nuspec" /> |
| 68 <None Include="packages.config" /> |
| 69 </ItemGroup> |
| 70 <ItemGroup> |
| 71 <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj"> |
| 72 <Project>{ccc4440e-49f7-4790-b0af-feabb0837ae7}</Project> |
| 73 <Name>Grpc.Core</Name> |
| 74 </ProjectReference> |
55 </ItemGroup> | 75 </ItemGroup> |
56 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 76 <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. | 77 <!-- 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. | 78 Other similar extension points exist, see Microsoft.Common.targets. |
59 <Target Name="BeforeBuild"> | 79 <Target Name="BeforeBuild"> |
60 </Target> | 80 </Target> |
61 <Target Name="AfterBuild"> | 81 <Target Name="AfterBuild"> |
62 </Target> | 82 </Target> |
63 --> | 83 --> |
64 </Project> | 84 </Project> |
OLD | NEW |