SmartBowSDK.csproj 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <Version>1.0.1</Version>
  5. <AssemblyVersion>1.0.1.0</AssemblyVersion>
  6. <FileVersion>1.0.1.0</FileVersion>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <Reference Include="UnityEngine">
  10. <HintPath>D:\DeveloperSoftware\2021.3.22f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
  11. </Reference>
  12. <Reference Include="UnityEngine.JSONSerializeModule">
  13. <HintPath>D:\DeveloperSoftware\2021.3.22f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath>
  14. </Reference>
  15. <Reference Include="UnityEngine.CoreModule">
  16. <HintPath>D:\DeveloperSoftware\2021.3.22f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
  17. </Reference>
  18. <Reference Include="UnityEngine.AndroidJNIModule">
  19. <HintPath>D:\DeveloperSoftware\2021.3.22f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath>
  20. </Reference>
  21. <Reference Include="UnityEngine.UnityWebRequestModule">
  22. <HintPath>D:\DeveloperSoftware\2021.3.22f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath>
  23. </Reference>
  24. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  25. <HintPath>D:\DeveloperSoftware\2021.3.22f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  26. </Reference>
  27. <Reference Include="Fractions">
  28. <HintPath>../Assets/SmartBowSDK/o0Lib/Fractions.dll</HintPath>
  29. </Reference>
  30. <Reference Include="BouncyCastle.Crypto">
  31. <HintPath>../Assets/SmartBowSDK/o0Lib/BouncyCastle.Crypto.dll</HintPath>
  32. </Reference>
  33. <Reference Include="MathNet.Numerics">
  34. <HintPath>../Assets/SmartBowSDK/o0Lib/MathNet.Numerics.dll</HintPath>
  35. </Reference>
  36. <Reference Include="System.Memory">
  37. <HintPath>../Assets/SmartBowSDK/o0Lib/System.Memory.dll</HintPath>
  38. </Reference>
  39. <Reference Include="o0MagnetometerCalibrater">
  40. <HintPath>../Assets/SmartBowSDK/o0Lib/o0MagnetometerCalibrater.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System.Text.Encoding.CodePages">
  43. <HintPath>../Assets/SmartBowSDK/o0Lib/System.Text.Encoding.CodePages.dll</HintPath>
  44. </Reference>
  45. <Reference Include="o0NetLib">
  46. <HintPath>../Assets/SmartBowSDK/o0Lib/o0NetLib.dll</HintPath>
  47. </Reference>
  48. <Reference Include="SixLabors.ImageSharp">
  49. <HintPath>../Assets/SmartBowSDK/o0Lib/SixLabors.ImageSharp.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System.Buffers">
  52. <HintPath>../Assets/SmartBowSDK/o0Lib/System.Buffers.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Reflection.Emit.Lightweight">
  55. <HintPath>../Assets/SmartBowSDK/o0Lib/System.Reflection.Emit.Lightweight.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System.Runtime.CompilerServices.Unsafe">
  58. <HintPath>../Assets/SmartBowSDK/o0Lib/System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Reflection.Emit.ILGeneration">
  61. <HintPath>../Assets/SmartBowSDK/o0Lib/System.Reflection.Emit.ILGeneration.dll</HintPath>
  62. </Reference>
  63. <Reference Include="o0NetIMU">
  64. <HintPath>../Assets/SmartBowSDK/o0Lib/o0NetIMU.dll</HintPath>
  65. </Reference>
  66. <Reference Include="zlib.net">
  67. <HintPath>../Assets/SmartBowSDK/o0Lib/zlib.net.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Numerics.Vectors">
  70. <HintPath>../Assets/SmartBowSDK/o0Lib/System.Numerics.Vectors.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Mono.Data.Sqlite">
  73. <HintPath>../Assets/SmartBowSDK/o0Lib/Mono.Data.Sqlite.dll</HintPath>
  74. </Reference>
  75. <Reference Include="ArduinoBluetoothAPI">
  76. <HintPath>../Assets/Plugins/ArduinoBluetoothAPI.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Newtonsoft.Json">
  79. <HintPath>../Assets/Packages/JsonDotNet/Assemblies/Standalone/Newtonsoft.Json.dll</HintPath>
  80. </Reference>
  81. </ItemGroup>
  82. </Project>