1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" ..\packages\Grpc.Tools.2.51.0\build\Grpc.Tools.props" Condition =" Exists('..\packages\Grpc.Tools.2.51.0\build\Grpc.Tools.props')" />
4+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5+ <PropertyGroup >
6+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8+ <ProjectGuid >{6B09681A-0125-4096-AF83-B32911786A05}</ProjectGuid >
9+ <OutputType >Exe</OutputType >
10+ <RootNamespace >client</RootNamespace >
11+ <AssemblyName >client</AssemblyName >
12+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15+ <Deterministic >true</Deterministic >
16+ <NuGetPackageImportStamp >
17+ </NuGetPackageImportStamp >
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20+ <PlatformTarget >AnyCPU</PlatformTarget >
21+ <DebugSymbols >true</DebugSymbols >
22+ <DebugType >full</DebugType >
23+ <Optimize >false</Optimize >
24+ <OutputPath >bin\Debug\</OutputPath >
25+ <DefineConstants >DEBUG;TRACE</DefineConstants >
26+ <ErrorReport >prompt</ErrorReport >
27+ <WarningLevel >4</WarningLevel >
28+ </PropertyGroup >
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30+ <PlatformTarget >AnyCPU</PlatformTarget >
31+ <DebugType >pdbonly</DebugType >
32+ <Optimize >true</Optimize >
33+ <OutputPath >bin\Release\</OutputPath >
34+ <DefineConstants >TRACE</DefineConstants >
35+ <ErrorReport >prompt</ErrorReport >
36+ <WarningLevel >4</WarningLevel >
37+ </PropertyGroup >
38+ <ItemGroup >
39+ <Reference Include =" Google.Protobuf, Version=3.21.12.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL" >
40+ <HintPath >..\packages\Google.Protobuf.3.21.12\lib\net45\Google.Protobuf.dll</HintPath >
41+ </Reference >
42+ <Reference Include =" Grpc.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d754f35622e28bad, processorArchitecture=MSIL" >
43+ <HintPath >..\packages\Grpc.Core.2.46.6\lib\net45\Grpc.Core.dll</HintPath >
44+ </Reference >
45+ <Reference Include =" Grpc.Core.Api, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d754f35622e28bad, processorArchitecture=MSIL" >
46+ <HintPath >..\packages\Grpc.Core.Api.2.46.6\lib\net45\Grpc.Core.Api.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" System" />
49+ <Reference Include =" System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
50+ <HintPath >..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath >
51+ </Reference >
52+ <Reference Include =" System.Core" />
53+ <Reference Include =" System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
54+ <HintPath >..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath >
55+ </Reference >
56+ <Reference Include =" System.Numerics" />
57+ <Reference Include =" System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
58+ <HintPath >..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath >
59+ </Reference >
60+ <Reference Include =" System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
61+ <HintPath >..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath >
62+ </Reference >
63+ <Reference Include =" System.Xml.Linq" />
64+ <Reference Include =" System.Data.DataSetExtensions" />
65+ <Reference Include =" Microsoft.CSharp" />
66+ <Reference Include =" System.Data" />
67+ <Reference Include =" System.Net.Http" />
68+ <Reference Include =" System.Xml" />
69+ </ItemGroup >
70+ <ItemGroup >
71+ <Protobuf Include =" ../*.proto" OutputDir =" %(RelativePath)models/" />
72+ </ItemGroup >
73+ <ItemGroup >
74+ <Compile Include =" Program.cs" />
75+ <Compile Include =" Properties\AssemblyInfo.cs" />
76+ </ItemGroup >
77+ <ItemGroup >
78+ <None Include =" App.config" />
79+ <None Include =" packages.config" />
80+ </ItemGroup >
81+ <ItemGroup >
82+ <Folder Include =" models\" />
83+ </ItemGroup >
84+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
85+ <Import Project =" ..\packages\Grpc.Core.2.46.6\build\net45\Grpc.Core.targets" Condition =" Exists('..\packages\Grpc.Core.2.46.6\build\net45\Grpc.Core.targets')" />
86+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
87+ <PropertyGroup >
88+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
89+ </PropertyGroup >
90+ <Error Condition =" !Exists('..\packages\Grpc.Core.2.46.6\build\net45\Grpc.Core.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Grpc.Core.2.46.6\build\net45\Grpc.Core.targets'))" />
91+ <Error Condition =" !Exists('..\packages\Grpc.Tools.2.51.0\build\Grpc.Tools.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Grpc.Tools.2.51.0\build\Grpc.Tools.props'))" />
92+ <Error Condition =" !Exists('..\packages\Grpc.Tools.2.51.0\build\Grpc.Tools.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Grpc.Tools.2.51.0\build\Grpc.Tools.targets'))" />
93+ <Error Condition =" !Exists('..\packages\Google.Protobuf.Tools.3.21.12\build\Google.Protobuf.Tools.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Google.Protobuf.Tools.3.21.12\build\Google.Protobuf.Tools.targets'))" />
94+ </Target >
95+ <Import Project =" ..\packages\Grpc.Tools.2.51.0\build\Grpc.Tools.targets" Condition =" Exists('..\packages\Grpc.Tools.2.51.0\build\Grpc.Tools.targets')" />
96+ <Import Project =" ..\packages\Google.Protobuf.Tools.3.21.12\build\Google.Protobuf.Tools.targets" Condition =" Exists('..\packages\Google.Protobuf.Tools.3.21.12\build\Google.Protobuf.Tools.targets')" />
97+ </Project >
0 commit comments