|
|
@@ -0,0 +1,78 @@
|
|
|
+<Project Sdk="Microsoft.NET.Sdk">
|
|
|
+
|
|
|
+ <PropertyGroup>
|
|
|
+ <TargetFramework>netstandard2.0</TargetFramework>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="UnityEngine">
|
|
|
+ <HintPath>E:/Unity/2021.1.7f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.CoreModule">
|
|
|
+ <HintPath>E:/Unity/2021.1.7f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.AndroidJNIModule">
|
|
|
+ <HintPath>E:/Unity/2021.1.7f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.UnityWebRequestModule">
|
|
|
+ <HintPath>E:/Unity/2021.1.7f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.UnityWebRequestTextureModule">
|
|
|
+ <HintPath>E:/Unity/2021.1.7f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Fractions">
|
|
|
+ <HintPath>../Assets/SmartBowSDK/o0Lib/Fractions.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="BouncyCastle.Crypto">
|
|
|
+ <HintPath>../Assets/SmartBowSDK/o0Lib/BouncyCastle.Crypto.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="MathNet.Numerics">
|
|
|
+ <HintPath>../Assets/SmartBowSDK/o0Lib/MathNet.Numerics.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System.Memory">
|
|
|
+ <HintPath>../Assets/SmartBowSDK/o0Lib/System.Memory.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="o0MagnetometerCalibrater">
|
|
|
+ <HintPath>../Assets/SmartBowSDK/o0Lib/o0MagnetometerCalibrater.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System.Text.Encoding.CodePages">
|
|
|
+ <HintPath>../Assets/SmartBowSDK/o0Lib/System.Text.Encoding.CodePages.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="o0NetLib">
|
|
|
+ <HintPath>../Assets/SmartBowSDK/o0Lib/o0NetLib.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="SixLabors.ImageSharp">
|
|
|
+ <HintPath>../Assets/SmartBowSDK/o0Lib/SixLabors.ImageSharp.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System.Buffers">
|
|
|
+ <HintPath>../Assets/SmartBowSDK/o0Lib/System.Buffers.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System.Reflection.Emit.Lightweight">
|
|
|
+ <HintPath>../Assets/SmartBowSDK/o0Lib/System.Reflection.Emit.Lightweight.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System.Runtime.CompilerServices.Unsafe">
|
|
|
+ <HintPath>../Assets/SmartBowSDK/o0Lib/System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System.Reflection.Emit.ILGeneration">
|
|
|
+ <HintPath>../Assets/SmartBowSDK/o0Lib/System.Reflection.Emit.ILGeneration.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="o0NetIMU">
|
|
|
+ <HintPath>../Assets/SmartBowSDK/o0Lib/o0NetIMU.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="zlib.net">
|
|
|
+ <HintPath>../Assets/SmartBowSDK/o0Lib/zlib.net.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System.Numerics.Vectors">
|
|
|
+ <HintPath>../Assets/SmartBowSDK/o0Lib/System.Numerics.Vectors.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Mono.Data.Sqlite">
|
|
|
+ <HintPath>../Assets/SmartBowSDK/o0Lib/Mono.Data.Sqlite.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="ArduinoBluetoothAPI">
|
|
|
+ <HintPath>../Assets/Plugins/ArduinoBluetoothAPI.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Newtonsoft.Json">
|
|
|
+ <HintPath>../Assets/Packages/JsonDotNet/Assemblies/Standalone/Newtonsoft.Json.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ </ItemGroup>
|
|
|
+</Project>
|