BluetoothLeNet.csproj 673 B

123456789101112131415161718192021222324
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Library</OutputType>
  4. <TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>enable</Nullable>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <None Include="..\.editorconfig" Link=".editorconfig" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <Reference Include="Avalonia.Base">
  13. <HintPath>..\..\..\prs\PRS.Avalonia\PRS.Avalonia.Desktop\bin\Debug\net8.0-windows\Avalonia.Base.dll</HintPath>
  14. </Reference>
  15. </ItemGroup>
  16. <ItemGroup>
  17. <ProjectReference Include="..\..\..\inabox\InABox.Core\InABox.Core.csproj" />
  18. </ItemGroup>
  19. </Project>