Forráskód Böngészése

升级部分工程.net版本为4.7.1

大爷 1 éve
szülő
commit
8842f1041c

+ 1 - 1
Common/CommonAI/CommonAI.csproj

@@ -10,7 +10,7 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>CommonAI</RootNamespace>
     <AssemblyName>CommonAI</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <FileUpgradeFlags>
     </FileUpgradeFlags>

+ 1 - 1
Common/CommonAI/CommonAI_C.csproj

@@ -10,7 +10,7 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>CommonAI</RootNamespace>
     <AssemblyName>CommonAI</AssemblyName>
-    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <FileUpgradeFlags>
     </FileUpgradeFlags>

+ 3 - 3
Common/CommonAI/Properties/AssemblyInfo.cs

@@ -8,16 +8,16 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyTitle("CommonAI")]
 [assembly: AssemblyDescription("")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Morefuntek")]
+[assembly: AssemblyCompany("Oumuamua")]
 [assembly: AssemblyProduct("CommonAI")]
-[assembly: AssemblyCopyright("Copyright © Morefuntek 2013")]
+[assembly: AssemblyCopyright("Copyright © Oumuamua 2023")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
 // 将 ComVisible 设置为 false 使此程序集中的类型
 // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
 // 则将该类型上的 ComVisible 属性设置为 true。
-[assembly: ComVisible(false)]
+[assembly: ComVisible(true)]
 
 // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
 [assembly: Guid("4edb87e9-3d8f-4040-9f83-7f0131f6fd68")]

+ 1 - 1
Common/CommonAIClient/CommonAIClient.csproj

@@ -10,7 +10,7 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>CommonAIClient</RootNamespace>
     <AssemblyName>CommonAIClient</AssemblyName>
-    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <TargetFrameworkProfile>
     </TargetFrameworkProfile>

+ 1 - 1
Common/CommonLang/CommonLang_C.csproj

@@ -10,7 +10,7 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>CommonLang</RootNamespace>
     <AssemblyName>CommonLang</AssemblyName>
-    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <FileUpgradeFlags>
     </FileUpgradeFlags>

+ 4 - 4
Common/CommonLang/Properties/AssemblyInfo.cs

@@ -8,9 +8,9 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyTitle("CommonLang")]
 [assembly: AssemblyDescription("")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
+[assembly: AssemblyCompany("Oumuamua")]
 [assembly: AssemblyProduct("CommonLang")]
-[assembly: AssemblyCopyright("")]
+[assembly: AssemblyCopyright("Copyright © Oumuamua 2023")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
 // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
 // 方法是按如下所示使用“*”:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("1.0.0.1")]
+[assembly: AssemblyFileVersion("1.0.0.1")]

+ 1 - 1
Common/CommonNetwork/CommonNetwork.csproj

@@ -10,7 +10,7 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>CommonNetwork</RootNamespace>
     <AssemblyName>CommonNetwork</AssemblyName>
-    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <PublishUrl>publish\</PublishUrl>
     <Install>true</Install>

+ 0 - 1
XmdsServerCS/XmdsServerEdgeJS/Zone/XmdsServerProxy.cs

@@ -14,7 +14,6 @@ namespace XmdsServerEdgeJS.Zone
 
         public void SendToBattleServer(InstanceZone zone, R2BNotifyMessage msg)
         {
-            msg.OnHandle(zone);
         }
 
 

+ 5 - 0
XmdsVSPlugins/XmdsCommonSkill/XmdsCommonSkill.csproj

@@ -144,6 +144,7 @@
     <Compile Include="Plugin\Buffs\Xmds_Fridge.cs" />
     <Compile Include="Plugin\base\JSGPlayerCardSkillBase.cs" />
     <Compile Include="Plugin\FunctionEvent\base\XmdsBattleFunctionEvent_9003.cs" />
+    <Compile Include="Plugin\FunctionEvent\Normal\XmdsBattleFunctionEvent_99001.cs" />
     <Compile Include="Plugin\PassiveSkills\other\Other_100105.cs" />
     <Compile Include="Plugin\Skills\BossNormalAtk\Boss_101.cs" />
     <Compile Include="Plugin\Skills\BossNormalAtk\Boss_102.cs" />
@@ -795,6 +796,10 @@
     <Compile Include="Plugin\Skills\PetSkill\PetSkill_930110.cs" />
     <Compile Include="Plugin\Skills\PetSkill\PetSkill_930120.cs" />
     <Compile Include="Plugin\Skills\PetSkill\PetSkill_930000.cs" />
+    <Compile Include="Plugin\Skills\PlayerSkill\PlayerSkill_2004.cs" />
+    <Compile Include="Plugin\Skills\PlayerSkill\PlayerSkill_2003.cs" />
+    <Compile Include="Plugin\Skills\PlayerSkill\PlayerSkill_2002.cs" />
+    <Compile Include="Plugin\Skills\PlayerSkill\PlayerSkill_2001.cs" />
     <Compile Include="Plugin\Skills\Remedy\RemedySkillBase.cs" />
     <Compile Include="Plugin\Skills\Remedy\Remedy_510000.cs" />
     <Compile Include="Plugin\Skills\Remedy\Remedy_510100.cs" />