﻿<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <OutputType>Library</OutputType>
        <TargetFramework>net48</TargetFramework>
        <LangVersion>latest</LangVersion>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <BaseOutputPath>..\.bin\</BaseOutputPath>
        <BaseIntermediateOutputPath>..\.obj\</BaseIntermediateOutputPath>
    </PropertyGroup>

    <ItemGroup>
        <Reference Include="UnityEngine">
            <HintPath>/Applications/Unity/Hub/Editor/6000.0.52f1/Unity.app/Contents/Managed/UnityEngine.dll</HintPath>
        </Reference>
        <Reference Include="UnityEditor">
            <HintPath>/Applications/Unity/Hub/Editor/6000.0.52f1/Unity.app/Contents/Managed/UnityEditor.dll</HintPath>
        </Reference>
        <Reference Include="System.Net.Http" />
        <ProjectReference Include="..\Runtime\Alibabacloud.Rum.Unity.csproj" />
    </ItemGroup>

    <ItemGroup>
      <Folder Include="Resources\" />
    </ItemGroup>
</Project>
