From 1a1c8e71fcd14858f595029f089b2d4a00202b32 Mon Sep 17 00:00:00 2001
From: ogi <Administrator@S-OGI-PC>
Date: Fri, 05 Dec 2025 09:24:16 +0900
Subject: [PATCH] プロジェクトファイルを追加。

---
 HotelPms.Data.Client/HotelPms.Data.Client.csproj |  128 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 128 insertions(+), 0 deletions(-)

diff --git a/HotelPms.Data.Client/HotelPms.Data.Client.csproj b/HotelPms.Data.Client/HotelPms.Data.Client.csproj
new file mode 100644
index 0000000..d511c05
--- /dev/null
+++ b/HotelPms.Data.Client/HotelPms.Data.Client.csproj
@@ -0,0 +1,128 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+  <PropertyGroup>
+    <TargetFramework>net9.0</TargetFramework>
+    <ImplicitUsings>enable</ImplicitUsings>
+    <Nullable>enable</Nullable>
+  </PropertyGroup>
+
+  <ItemGroup>
+    <Compile Remove="Access\**" />
+    <Compile Remove="CustomTypes\**" />
+    <Compile Remove="Master\**" />
+    <EmbeddedResource Remove="Access\**" />
+    <EmbeddedResource Remove="CustomTypes\**" />
+    <EmbeddedResource Remove="Master\**" />
+    <None Remove="Access\**" />
+    <None Remove="CustomTypes\**" />
+    <None Remove="Master\**" />
+  </ItemGroup>
+
+  <ItemGroup>
+    <Compile Include="..\ProtosExpan\CustomTypes\Date.cs" Link="ProtosExpan\CustomTypes\Date.cs" />
+    <Compile Include="..\ProtosExpan\CustomTypes\DecimalValue.cs" Link="ProtosExpan\CustomTypes\DecimalValue.cs" />
+    <Compile Include="..\ProtosExpan\GrpcSet.cs" Link="GrpcSet.cs" />
+    <Compile Include="..\ProtosExpan\GrpcTable.cs" Link="GrpcTable.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\Arrange.cs" Link="ProtosExpan\UseInfo\Arrange.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\Pay.cs" Link="ProtosExpan\UseInfo\Pay.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\PayDiv.cs" Link="ProtosExpan\UseInfo\PayDiv.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\Receipt.cs" Link="ProtosExpan\UseInfo\Receipt.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\Rental.cs" Link="ProtosExpan\UseInfo\Rental.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\Sale.cs" Link="ProtosExpan\UseInfo\Sale.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\Sale.Client.cs" Link="ProtosExpan\UseInfo\Sale.Client.cs" />    
+    <Compile Include="..\ProtosExpan\UseInfo\SaleDiv.cs" Link="ProtosExpan\UseInfo\SaleDiv.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\Use.cs" Link="ProtosExpan\UseInfo\Use.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\Use.Client.cs" Link="ProtosExpan\UseInfo\Use.Client.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\Use.Server.cs" Link="ProtosExpan\UseInfo\Use.Server.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\UseAllo.cs" Link="ProtosExpan\UseInfo\UseAllo.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\UseAllo.Server.cs" Link="ProtosExpan\UseInfo\UseAllo.Server.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\UseDetail.cs" Link="ProtosExpan\UseInfo\UseDetail.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\UseDetail.Client.cs" Link="ProtosExpan\UseInfo\UseDetail.Client.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\UseDetail.Server.cs" Link="ProtosExpan\UseInfo\UseDetail.Server.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\UseFree.cs" Link="ProtosExpan\UseInfo\UseFree.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\UseMemo.cs" Link="ProtosExpan\UseInfo\UseMemo.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\UsePerson.cs" Link="ProtosExpan\UseInfo\UsePerson.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\UsePersonFree.cs" Link="ProtosExpan\UseInfo\UsePersonFree.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\UsePersonTel.cs" Link="ProtosExpan\UseInfo\UsePersonTel.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\UseRoom.cs" Link="ProtosExpan\UseInfo\UseRoom.cs" />
+    <Compile Include="..\ProtosExpan\UseInfo\UseRoom.Client.cs" Link="ProtosExpan\UseInfo\UseRoom.Client.cs" />
+    <Compile Include="..\ProtosExpan\Master\Hotel.cs" Link="ProtosExpan\Master\Hotel.cs" />
+    <Compile Include="..\ProtosExpan\Master\HotelTable.cs" Link="ProtosExpan\Master\HotelTable.cs" />
+    <Compile Include="..\ProtosExpan\Master\Demo.cs" Link="ProtosExpan\Master\Demo.cs" />
+    <Compile Include="..\ProtosExpan\Master\DemoTable.cs" Link="ProtosExpan\Master\DemoTable.cs" />
+    <Compile Include="..\ProtosExpan\Master\Building.cs" Link="ProtosExpan\Master\Building.cs" />
+    <Compile Include="..\ProtosExpan\Master\BuildingTable.cs" Link="ProtosExpan\Master\BuildingTable.cs" />
+    <Compile Include="..\ProtosExpan\Master\OutputItem.cs" Link="ProtosExpan\Master\OutputItem.cs" />
+    <Compile Include="..\ProtosExpan\Master\OutputItemTable.cs" Link="ProtosExpan\Master\OutputItemTable.cs" />
+    <Compile Include="..\ProtosExpan\Master\Output.cs" Link="ProtosExpan\Master\Output.cs" />
+    <Compile Include="..\ProtosExpan\Master\OutputTable.cs" Link="ProtosExpan\Master\OutputTable.cs" />    
+    <Compile Include="..\ProtosExpan\Master\RoomViewTab.cs" Link="ProtosExpan\Master\RoomViewTab.cs" />
+    <Compile Include="..\ProtosExpan\Master\RoomViewTabTable.cs" Link="ProtosExpan\Master\RoomViewTabTable.cs" />
+    <Compile Include="..\ProtosExpan\Master\RoomViewLayout.cs" Link="ProtosExpan\Master\RoomViewLayout.cs" />
+    <Compile Include="..\ProtosExpan\Master\RoomViewLayoutTable.cs" Link="ProtosExpan\Master\RoomViewLayoutTable.cs" />
+    <Compile Include="..\ProtosExpan\Master\RoomCell.cs" Link="ProtosExpan\Master\RoomCell.cs" />
+    <Compile Include="..\ProtosExpan\Master\RoomCellTable.cs" Link="ProtosExpan\Master\RoomCellTable.cs" />
+    <Compile Include="..\ProtosExpan\Master\Option.cs" Link="ProtosExpan\Master\Option.cs" />
+    <Compile Include="..\ProtosExpan\Master\OptionTable.cs" Link="ProtosExpan\Master\OptionTable.cs" />
+    <Compile Include="..\ProtosExpan\Master\RoomStatus.cs" Link="ProtosExpan\Master\RoomStatus.cs" />
+    <Compile Include="..\ProtosExpan\Master\RoomStatusTable.cs" Link="ProtosExpan\Master\RoomStatusTable.cs" />
+    <Compile Include="..\ProtosExpan\Master\RoomType.cs" Link="ProtosExpan\Master\RoomType.cs" />
+    <Compile Include="..\ProtosExpan\Master\RoomTypeTable.cs" Link="ProtosExpan\Master\RoomTypeTable.cs" />
+    <Compile Include="..\ProtosExpan\Master\Item.cs" Link="ProtosExpan\Master\Item.cs" />
+    <Compile Include="..\ProtosExpan\Master\ItemTable.cs" Link="ProtosExpan\Master\ItemTable.cs" />
+  </ItemGroup>
+
+  <ItemGroup>
+    <Protobuf Include="..\Protos\greet.proto" GrpcServices="Client" Link="Protos\greet.proto" />
+    <Protobuf Include="..\Protos\sqlwhere.proto" GrpcServices="Client" Link="Protos\sqlwhere.proto" />
+    <Protobuf Include="..\Protos\use.proto" GrpcServices="Client" Link="Protos\use.proto" />
+	  <Protobuf Include="..\Protos\grpcset.proto" GrpcServices="Client" Link="Protos\grpcset.proto" />
+	  <Protobuf Include="..\Protos\grpctable.proto" GrpcServices="Client" Link="Protos\grpctable.proto" />
+	  <Protobuf Include="..\Protos\datarequest.proto" GrpcServices="Client" Link="Protos\datarequest.proto" />
+	  <Protobuf Include="..\Protos\dataresult.proto" GrpcServices="Client" Link="Protos\dataresult.proto" />
+	  <Protobuf Include="..\Protos\file.proto" GrpcServices="Client" Link="Protos\file.proto" />    
+	  <Protobuf Include="..\Protos\usedetail.proto" GrpcServices="Client" Link="Protos\usedetail.proto" />
+	  <Protobuf Include="..\Protos\useperson.proto" GrpcServices="Client" Link="Protos\useperson.proto" />
+	  <Protobuf Include="..\Protos\useallo.proto" GrpcServices="Client" Link="Protos\useallo.proto" />
+	  <Protobuf Include="..\Protos\useroom.proto" GrpcServices="Client" Link="Protos\useroom.proto" />
+	  <Protobuf Include="..\Protos\arrange.proto" GrpcServices="Client" Link="Protos\arrange.proto" />
+	  <Protobuf Include="..\Protos\pay.proto" GrpcServices="Client" Link="Protos\pay.proto" />
+	  <Protobuf Include="..\Protos\paydiv.proto" GrpcServices="Client" Link="Protos\paydiv.proto" />
+	  <Protobuf Include="..\Protos\receipt.proto" GrpcServices="Client" Link="Protos\receipt.proto" />
+	  <Protobuf Include="..\Protos\rental.proto" GrpcServices="Client" Link="Protos\rental.proto" />
+	  <Protobuf Include="..\Protos\sale.proto" GrpcServices="Client" Link="Protos\sale.proto" />
+	  <Protobuf Include="..\Protos\salediv.proto" GrpcServices="Client" Link="Protos\salediv.proto" />
+	  <Protobuf Include="..\Protos\usefree.proto" GrpcServices="Client" Link="Protos\usefree.proto" />
+	  <Protobuf Include="..\Protos\usememo.proto" GrpcServices="Client" Link="Protos\usememo.proto" />
+	  <Protobuf Include="..\Protos\usepersonfree.proto" GrpcServices="Client" Link="Protos\usepersonfree.proto" />
+	  <Protobuf Include="..\Protos\usepersontel.proto" GrpcServices="Client" Link="Protos\usepersontel.proto" />
+    <Protobuf Include="..\Protos\customTypes.proto" GrpcServices="Client" Link="Protos\customTypes.proto" />
+	  <Protobuf Include="..\Protos\hotel.proto" GrpcServices="Client" Link="Protos\hotel.proto" />
+	  <Protobuf Include="..\Protos\demo.proto" GrpcServices="Client" Link="Protos\demo.proto" />
+	  <Protobuf Include="..\Protos\building.proto" GrpcServices="Client" Link="Protos\building.proto" />
+	  <Protobuf Include="..\Protos\outputitem.proto" GrpcServices="Client" Link="Protos\outputitem.proto" />
+	  <Protobuf Include="..\Protos\output.proto" GrpcServices="Client" Link="Protos\output.proto" />
+    <Protobuf Include="..\Protos\loginresult.proto" GrpcServices="Client" Link="Protos\loginresult.proto" />
+    <Protobuf Include="..\Protos\reportcol.proto" GrpcServices="Client" Link="Protos\reportcol.proto" />
+	<Protobuf Include="..\Protos\roomviewtab.proto" GrpcServices="Client" Link="Protos\roomviewtab.proto" />
+	<Protobuf Include="..\Protos\roomviewlayout.proto" GrpcServices="Client" Link="Protos\roomviewlayout.proto" />
+	<Protobuf Include="..\Protos\roomcell.proto" GrpcServices="Client" Link="Protos\roomcell.proto" />
+	<Protobuf Include="..\Protos\option.proto" GrpcServices="Client" Link="Protos\option.proto" />
+	<Protobuf Include="..\Protos\roomstatus.proto" GrpcServices="Client" Link="Protos\roomstatus.proto" />
+	<Protobuf Include="..\Protos\roomtype.proto" GrpcServices="Client" Link="Protos\roomtype.proto" />
+	<Protobuf Include="..\Protos\item.proto" GrpcServices="Client" Link="Protos\item.proto" />
+	<Protobuf Include="..\Protos\sale.proto" GrpcServices="Client" Link="Protos\sale.proto" />
+    <PackageReference Include="Google.Protobuf" Version="3.30.1" />
+    <PackageReference Include="Grpc.Tools" Version="2.71.0" PrivateAssets="All" />
+    <PackageReference Include="Grpc.Net.Client" Version="2.70.0" />
+    <PackageReference Include="Grpc.Net.Client.Web" Version="2.70.0" />
+  </ItemGroup>
+
+  <ItemGroup>
+    <Folder Include="ProtosExpan\CustomTypes\" />
+  </ItemGroup>
+
+  <ItemGroup>
+    <ProjectReference Include="..\HotelPms.Data.Common\HotelPms.Data.Common.csproj" />
+  </ItemGroup>
+</Project>

--
Gitblit v1.10.0