Browse Source

构建release

CaptB 4 months ago
parent
commit
cad6d008f6
2 changed files with 28 additions and 3 deletions
  1. 3 2
      EdgeVoyager.csproj
  2. 25 1
      EdgeVoyager.sln

+ 3 - 2
EdgeVoyager.csproj

@@ -8,14 +8,15 @@
     <ImplicitUsings>enable</ImplicitUsings>
     <ApplicationIcon>Resources\icons8_connection_status_on.ico</ApplicationIcon>
     <PackageIcon>icons8_connection_status_on_128.png</PackageIcon>
-    <AssemblyVersion>0.40.1.8</AssemblyVersion>
-    <FileVersion>0.40.1.8</FileVersion>
+    <AssemblyVersion>1.0.0.0</AssemblyVersion>
+    <FileVersion>1.0.0.0</FileVersion>
     <Copyright>©2025 LYKNS Corp. 保留部分权利。</Copyright>
     <Company>LYKNS Corporation</Company>
     <Description>LYKNS EdgeVoyager是一个新的个性化的浏览器。访问https://dev.lykns.com.cn/EdgeVoyager_Project/EdgeVoyager获取更多信息。
 本应用程序开源在:https://dev.lykns.com.cn/EdgeVoyager_Project/EdgeVoyager</Description>
     <Authors>Capt. Benjamin Lee</Authors>
     <Product>LYKNS EdgeVoyager</Product>
+    <Platforms>AnyCPU;ARM32;ARM64;x64;x86</Platforms>
   </PropertyGroup>
 
   <ItemGroup>

+ 25 - 1
EdgeVoyager.sln

@@ -1,20 +1,44 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio Version 17
-VisualStudioVersion = 17.12.35527.113 d17.12
+VisualStudioVersion = 17.12.35527.113
 MinimumVisualStudioVersion = 10.0.40219.1
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EdgeVoyager", "EdgeVoyager.csproj", "{24F34911-C216-4ED4-A398-F3457476B48F}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Any CPU = Debug|Any CPU
+		Debug|ARM32 = Debug|ARM32
+		Debug|ARM64 = Debug|ARM64
+		Debug|x64 = Debug|x64
+		Debug|x86 = Debug|x86
 		Release|Any CPU = Release|Any CPU
+		Release|ARM32 = Release|ARM32
+		Release|ARM64 = Release|ARM64
+		Release|x64 = Release|x64
+		Release|x86 = Release|x86
 	EndGlobalSection
 	GlobalSection(ProjectConfigurationPlatforms) = postSolution
 		{24F34911-C216-4ED4-A398-F3457476B48F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
 		{24F34911-C216-4ED4-A398-F3457476B48F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{24F34911-C216-4ED4-A398-F3457476B48F}.Debug|ARM32.ActiveCfg = Debug|ARM32
+		{24F34911-C216-4ED4-A398-F3457476B48F}.Debug|ARM32.Build.0 = Debug|ARM32
+		{24F34911-C216-4ED4-A398-F3457476B48F}.Debug|ARM64.ActiveCfg = Debug|ARM64
+		{24F34911-C216-4ED4-A398-F3457476B48F}.Debug|ARM64.Build.0 = Debug|ARM64
+		{24F34911-C216-4ED4-A398-F3457476B48F}.Debug|x64.ActiveCfg = Debug|x64
+		{24F34911-C216-4ED4-A398-F3457476B48F}.Debug|x64.Build.0 = Debug|x64
+		{24F34911-C216-4ED4-A398-F3457476B48F}.Debug|x86.ActiveCfg = Debug|x86
+		{24F34911-C216-4ED4-A398-F3457476B48F}.Debug|x86.Build.0 = Debug|x86
 		{24F34911-C216-4ED4-A398-F3457476B48F}.Release|Any CPU.ActiveCfg = Release|Any CPU
 		{24F34911-C216-4ED4-A398-F3457476B48F}.Release|Any CPU.Build.0 = Release|Any CPU
+		{24F34911-C216-4ED4-A398-F3457476B48F}.Release|ARM32.ActiveCfg = Release|ARM32
+		{24F34911-C216-4ED4-A398-F3457476B48F}.Release|ARM32.Build.0 = Release|ARM32
+		{24F34911-C216-4ED4-A398-F3457476B48F}.Release|ARM64.ActiveCfg = Release|ARM64
+		{24F34911-C216-4ED4-A398-F3457476B48F}.Release|ARM64.Build.0 = Release|ARM64
+		{24F34911-C216-4ED4-A398-F3457476B48F}.Release|x64.ActiveCfg = Release|x64
+		{24F34911-C216-4ED4-A398-F3457476B48F}.Release|x64.Build.0 = Release|x64
+		{24F34911-C216-4ED4-A398-F3457476B48F}.Release|x86.ActiveCfg = Release|x86
+		{24F34911-C216-4ED4-A398-F3457476B48F}.Release|x86.Build.0 = Release|x86
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE