Sfoglia il codice sorgente

不同编辑可能需要自己引用

slambb 1 anno fa
parent
commit
1ff2a16264
1 ha cambiato i file con 11 aggiunte e 5 eliminazioni
  1. 11 5
      SmartBowSDK/SmartBowSDK.csproj

+ 11 - 5
SmartBowSDK/SmartBowSDK.csproj

@@ -2,23 +2,29 @@
 
 	<PropertyGroup>
 		<TargetFramework>netstandard2.0</TargetFramework>
+		<Version>1.0.1</Version>
+		<AssemblyVersion>1.0.1.0</AssemblyVersion>
+		<FileVersion>1.0.1.0</FileVersion>
 	</PropertyGroup>
 
 	<ItemGroup>
 		<Reference Include="UnityEngine">
-			<HintPath>E:/Unity/2021.1.7f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.dll</HintPath>
+			<HintPath>D:\DeveloperSoftware\2021.3.22f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
+		</Reference>
+		<Reference Include="UnityEngine.JSONSerializeModule">
+			<HintPath>D:\DeveloperSoftware\2021.3.22f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath>
 		</Reference>
 		<Reference Include="UnityEngine.CoreModule">
-			<HintPath>E:/Unity/2021.1.7f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
+			<HintPath>D:\DeveloperSoftware\2021.3.22f1c1\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>
+			<HintPath>D:\DeveloperSoftware\2021.3.22f1c1\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>
+			<HintPath>D:\DeveloperSoftware\2021.3.22f1c1\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>
+			<HintPath>D:\DeveloperSoftware\2021.3.22f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
 		</Reference>
 		<Reference Include="Fractions">
 			<HintPath>../Assets/SmartBowSDK/o0Lib/Fractions.dll</HintPath>