<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<OutputType>WinExe</OutputType>
|
<TargetFramework>net9.0-windows7.0</TargetFramework>
|
<Nullable>enable</Nullable>
|
<UseWindowsForms>true</UseWindowsForms>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Product>ホテルシステム</Product>
|
<AssemblyVersion>1.0.0.1</AssemblyVersion>
|
<FileVersion>1.0.0.1</FileVersion>
|
<Version>1.0.0</Version>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\HotelPms.Data.Server\HotelPms.Data.Server.csproj" />
|
<ProjectReference Include="..\HotelPms.Share.Windows\HotelPms.Share.Windows.csproj" />
|
<ProjectReference Include="..\HotelPms.Share\HotelPms.Share.csproj" />
|
<ProjectReference Include="..\HotelPms.WinForm\HotelPms.WinForm.csproj" />
|
</ItemGroup>
|
|
</Project>
|