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