1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <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 >{2B0239A8-772F-486F-8AA6-113A561AF934}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >gRPCClient</RootNamespace >
11+ <AssemblyName >gRPCClient</AssemblyName >
12+ <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15+ <NuGetPackageImportStamp >
16+ </NuGetPackageImportStamp >
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19+ <PlatformTarget >AnyCPU</PlatformTarget >
20+ <DebugSymbols >true</DebugSymbols >
21+ <DebugType >full</DebugType >
22+ <Optimize >false</Optimize >
23+ <OutputPath >bin\Debug\</OutputPath >
24+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29+ <PlatformTarget >AnyCPU</PlatformTarget >
30+ <DebugType >pdbonly</DebugType >
31+ <Optimize >true</Optimize >
32+ <OutputPath >bin\Release\</OutputPath >
33+ <DefineConstants >TRACE</DefineConstants >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ </PropertyGroup >
37+ <ItemGroup >
38+ <Reference Include =" Google.Protobuf, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL" >
39+ <HintPath >..\packages\Google.Protobuf.3.0.0\lib\net45\Google.Protobuf.dll</HintPath >
40+ <Private >True</Private >
41+ </Reference >
42+ <Reference Include =" Grpc.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d754f35622e28bad, processorArchitecture=MSIL" >
43+ <HintPath >..\packages\Grpc.Core.1.0.0\lib\net45\Grpc.Core.dll</HintPath >
44+ <Private >True</Private >
45+ </Reference >
46+ <Reference Include =" System" />
47+ <Reference Include =" System.Core" />
48+ <Reference Include =" System.Interactive.Async, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL" >
49+ <HintPath >..\packages\System.Interactive.Async.3.0.0\lib\net45\System.Interactive.Async.dll</HintPath >
50+ <Private >True</Private >
51+ </Reference >
52+ <Reference Include =" System.Xml.Linq" />
53+ <Reference Include =" System.Data.DataSetExtensions" />
54+ <Reference Include =" Microsoft.CSharp" />
55+ <Reference Include =" System.Data" />
56+ <Reference Include =" System.Net.Http" />
57+ <Reference Include =" System.Xml" />
58+ </ItemGroup >
59+ <ItemGroup >
60+ <Compile Include =" Program.cs" />
61+ <Compile Include =" Properties\AssemblyInfo.cs" />
62+ </ItemGroup >
63+ <ItemGroup >
64+ <None Include =" App.config" />
65+ <None Include =" packages.config" />
66+ </ItemGroup >
67+ <ItemGroup >
68+ <ProjectReference Include =" ..\gRPCDemo\gRPCDemo.csproj" >
69+ <Project >{c391be7d-7209-4dd8-bc30-be70a460ec08}</Project >
70+ <Name >gRPCDemo</Name >
71+ </ProjectReference >
72+ </ItemGroup >
73+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74+ <Import Project =" ..\packages\Grpc.Core.1.0.0\build\net45\Grpc.Core.targets" Condition =" Exists('..\packages\Grpc.Core.1.0.0\build\net45\Grpc.Core.targets')" />
75+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
76+ <PropertyGroup >
77+ <ErrorText >这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText >
78+ </PropertyGroup >
79+ <Error Condition =" !Exists('..\packages\Grpc.Core.1.0.0\build\net45\Grpc.Core.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Grpc.Core.1.0.0\build\net45\Grpc.Core.targets'))" />
80+ </Target >
81+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
82+ Other similar extension points exist, see Microsoft.Common.targets.
83+ <Target Name="BeforeBuild">
84+ </Target>
85+ <Target Name="AfterBuild">
86+ </Target>
87+ -->
88+ </Project >
0 commit comments