LolaiSysService/LolaiService/LolaiService.csproj

36 lines
1.2 KiB
XML
Raw Normal View History

2025-11-04 11:15:44 +08:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.IdentityModel.Logging" Version="8.14.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="Rovinj.Device">
<HintPath>..\..\demo1.9\Rovinj.Device.dll</HintPath>
</Reference>
<Reference Include="Rovinj.Log">
<HintPath>..\..\demo1.9\Rovinj.Log.dll</HintPath>
</Reference>
<Reference Include="Rovinj.Reader">
<HintPath>..\..\demo1.9\Rovinj.Reader.dll</HintPath>
</Reference>
<Reference Include="Rovinj.Reader.Silion">
<HintPath>..\..\demo1.9\Rovinj.Reader.Silion.dll</HintPath>
</Reference>
<Reference Include="Rovinj.Tunnel">
<HintPath>..\..\demo1.9\Rovinj.Tunnel.dll</HintPath>
</Reference>
</ItemGroup>
<ProjectExtensions><VisualStudio><UserProperties properties_4launchsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
</Project>