slambb 1 éve
szülő
commit
606ce5c2d9
2 módosított fájl, 103 hozzáadás és 0 törlés
  1. 78 0
      SmartBowSDK/SmartBowSDK.csproj
  2. 25 0
      SmartBowSDK/SmartBowSDK.sln

+ 78 - 0
SmartBowSDK/SmartBowSDK.csproj

@@ -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>

+ 25 - 0
SmartBowSDK/SmartBowSDK.sln

@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.31829.152
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartBowSDK", "SmartBowSDK.csproj", "{23FEE110-2DD3-42D3-AD20-406F2556DBE1}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Release|Any CPU = Release|Any CPU
+		Debug|Any CPU = Debug|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{23FEE110-2DD3-42D3-AD20-406F2556DBE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{23FEE110-2DD3-42D3-AD20-406F2556DBE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{23FEE110-2DD3-42D3-AD20-406F2556DBE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{23FEE110-2DD3-42D3-AD20-406F2556DBE1}.Release|Any CPU.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+	GlobalSection(ExtensibilityGlobals) = postSolution
+		SolutionGuid = {8595B828-6974-4E63-A258-0B29D4BD9C11}
+	EndGlobalSection
+EndGlobal