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.Server/HotelPms.Data.Server.csproj | 92 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 92 insertions(+), 0 deletions(-) diff --git a/HotelPms.Data.Server/HotelPms.Data.Server.csproj b/HotelPms.Data.Server/HotelPms.Data.Server.csproj new file mode 100644 index 0000000..847e6fa --- /dev/null +++ b/HotelPms.Data.Server/HotelPms.Data.Server.csproj @@ -0,0 +1,92 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <TargetFramework>net9.0</TargetFramework> + <ImplicitUsings>enable</ImplicitUsings> + <Nullable>enable</Nullable> + </PropertyGroup> + + <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\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\SaleDiv.cs" Link="ProtosExpan\UseInfo\SaleDiv.cs" /> + <Compile Include="..\ProtosExpan\UseInfo\Use.cs" Link="ProtosExpan\UseInfo\Use.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\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\Master\Hotel.cs" Link="ProtosExpan\Master\Hotel.cs" /> + <Compile Include="..\ProtosExpan\Master\Demo.cs" Link="ProtosExpan\Master\Demo.cs" /> + <Compile Include="..\ProtosExpan\Master\Building.cs" Link="ProtosExpan\Master\Building.cs" /> + <Compile Include="..\ProtosExpan\Master\OutputItem.cs" Link="ProtosExpan\Master\OutputItem.cs" /> + <Compile Include="..\ProtosExpan\Master\Output.cs" Link="ProtosExpan\Master\Output.cs" /> + <Compile Include="..\ProtosExpan\Master\RoomViewTab.cs" Link="ProtosExpan\Master\RoomViewTab.cs" /> + <Compile Include="..\ProtosExpan\Master\RoomViewLayout.cs" Link="ProtosExpan\Master\RoomViewLayout.cs" /> + <Compile Include="..\ProtosExpan\Master\RoomCell.cs" Link="ProtosExpan\Master\RoomCell.cs" /> + <Compile Include="..\ProtosExpan\Master\Option.cs" Link="ProtosExpan\Master\Option.cs" /> + <Compile Include="..\ProtosExpan\Master\RoomStatus.cs" Link="ProtosExpan\Master\RoomStatus.cs" /> + <Compile Include="..\ProtosExpan\Master\RoomType.cs" Link="ProtosExpan\Master\RoomType.cs" /> + <Compile Include="..\ProtosExpan\Master\Item.cs" Link="ProtosExpan\Master\Item.cs" /> + </ItemGroup> + + <ItemGroup> + <Protobuf Include="..\Protos\greet.proto" GrpcServices="Server" Link="Protos\greet.proto" /> + <Protobuf Include="..\Protos\sqlwhere.proto" GrpcServices="Server" Link="Protos\sqlwhere.proto" /> + <Protobuf Include="..\Protos\grpcset.proto" GrpcServices="Server" Link="Protos\grpcset.proto" /> + <Protobuf Include="..\Protos\grpctable.proto" GrpcServices="Server" Link="Protos\grpctable.proto" /> + <Protobuf Include="..\Protos\datarequest.proto" GrpcServices="Server" Link="Protos\datarequest.proto" /> + <Protobuf Include="..\Protos\dataresult.proto" GrpcServices="Server" Link="Protos\dataresult.proto" /> + <Protobuf Include="..\Protos\file.proto" GrpcServices="Server" Link="Protos\file.proto" /> + <Protobuf Include="..\Protos\use.proto" GrpcServices="Server" Link="Protos\use.proto" /> + <Protobuf Include="..\Protos\usedetail.proto" GrpcServices="Server" Link="Protos\usedetail.proto" /> + <Protobuf Include="..\Protos\useperson.proto" GrpcServices="Server" Link="Protos\useperson.proto" /> + <Protobuf Include="..\Protos\useallo.proto" GrpcServices="Server" Link="Protos\useallo.proto" /> + <Protobuf Include="..\Protos\useroom.proto" GrpcServices="Server" Link="Protos\useroom.proto" /> + <Protobuf Include="..\Protos\arrange.proto" GrpcServices="Server" Link="Protos\arrange.proto" /> + <Protobuf Include="..\Protos\pay.proto" GrpcServices="Server" Link="Protos\pay.proto" /> + <Protobuf Include="..\Protos\paydiv.proto" GrpcServices="Server" Link="Protos\paydiv.proto" /> + <Protobuf Include="..\Protos\receipt.proto" GrpcServices="Server" Link="Protos\receipt.proto" /> + <Protobuf Include="..\Protos\rental.proto" GrpcServices="Server" Link="Protos\rental.proto" /> + <Protobuf Include="..\Protos\sale.proto" GrpcServices="Server" Link="Protos\sale.proto" /> + <Protobuf Include="..\Protos\salediv.proto" GrpcServices="Server" Link="Protos\salediv.proto" /> + <Protobuf Include="..\Protos\usefree.proto" GrpcServices="Server" Link="Protos\usefree.proto" /> + <Protobuf Include="..\Protos\usememo.proto" GrpcServices="Server" Link="Protos\usememo.proto" /> + <Protobuf Include="..\Protos\usepersonfree.proto" GrpcServices="Server" Link="Protos\usepersonfree.proto" /> + <Protobuf Include="..\Protos\usepersontel.proto" GrpcServices="Server" Link="Protos\usepersontel.proto" /> + <Protobuf Include="..\Protos\customTypes.proto" GrpcServices="Server" Link="Protos\customTypes.proto" /> + <Protobuf Include="..\Protos\hotel.proto" GrpcServices="Server" Link="Protos\hotel.proto" /> + <Protobuf Include="..\Protos\demo.proto" GrpcServices="Server" Link="Protos\demo.proto" /> + <Protobuf Include="..\Protos\building.proto" GrpcServices="Server" Link="Protos\building.proto" /> + <Protobuf Include="..\Protos\outputitem.proto" GrpcServices="Server" Link="Protos\outputitem.proto" /> + <Protobuf Include="..\Protos\output.proto" GrpcServices="Server" Link="Protos\output.proto" /> + <Protobuf Include="..\Protos\loginresult.proto" GrpcServices="Server" Link="Protos\loginresult.proto" /> + <Protobuf Include="..\Protos\reportcol.proto" GrpcServices="Server" Link="Protos\reportcol.proto" /> + <Protobuf Include="..\Protos\roomviewtab.proto" GrpcServices="Server" Link="Protos\roomviewtab.proto" /> + <Protobuf Include="..\Protos\roomviewlayout.proto" GrpcServices="Server" Link="Protos\roomviewlayout.proto" /> + <Protobuf Include="..\Protos\roomcell.proto" GrpcServices="Server" Link="Protos\roomcell.proto" /> + <Protobuf Include="..\Protos\option.proto" GrpcServices="Server" Link="Protos\option.proto" /> + <Protobuf Include="..\Protos\roomstatus.proto" GrpcServices="Server" Link="Protos\roomstatus.proto" /> + <Protobuf Include="..\Protos\roomtype.proto" GrpcServices="Server" Link="Protos\roomtype.proto" /> + <Protobuf Include="..\Protos\item.proto" GrpcServices="Server" Link="Protos\item.proto" /> + <Protobuf Include="..\Protos\sale.proto" GrpcServices="Server" Link="Protos\sale.proto" /> + <PackageReference Include="Grpc.AspNetCore" Version="2.70.0" /> + </ItemGroup> + + <ItemGroup> + <ProjectReference Include="..\HotelPms.Data.Common\HotelPms.Data.Common.csproj" /> + <ProjectReference Include="..\HotelPms.Share\HotelPms.Share.csproj" /> + </ItemGroup> + +</Project> -- Gitblit v1.10.0