CaptB 4 months ago
parent
commit
d6bd5618df
2 changed files with 32 additions and 3 deletions
  1. 13 2
      ArchivesCenter3.csproj
  2. 19 1
      ArchivesCenter3.sln

+ 13 - 2
ArchivesCenter3.csproj

@@ -6,8 +6,12 @@
     <Nullable>enable</Nullable>
     <ImplicitUsings>enable</ImplicitUsings>
     <UseWPF>true</UseWPF>
-    <AssemblyVersion>3.0.0.0</AssemblyVersion>
-    <FileVersion>3.0.0.0</FileVersion>
+    <AssemblyVersion>3.10.0.0</AssemblyVersion>
+    <FileVersion>3.10.0.0</FileVersion>
+    <Authors>CaptB</Authors>
+    <Company>LYKNS</Company>
+    <PackageIcon>icons8_omnichannel.ico</PackageIcon>
+    <Platforms>AnyCPU;ARM64;x64;x86</Platforms>
   </PropertyGroup>
 
   <ItemGroup>
@@ -22,6 +26,13 @@
     <None Remove="SplashScreen1.png" />
   </ItemGroup>
 
+  <ItemGroup>
+    <None Include="..\..\..\Desktop\icons8_omnichannel.ico">
+      <Pack>True</Pack>
+      <PackagePath>\</PackagePath>
+    </None>
+  </ItemGroup>
+
   <ItemGroup>
     <PackageReference Include="BouncyCastle.Cryptography" Version="2.5.1" />
   </ItemGroup>

+ 19 - 1
ArchivesCenter3.sln

@@ -1,20 +1,38 @@
 
 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}") = "ArchivesCenter3", "ArchivesCenter3.csproj", "{C77B3E85-A99B-425F-87FB-F03E361EDC8D}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Any CPU = Debug|Any CPU
+		Debug|ARM64 = Debug|ARM64
+		Debug|x64 = Debug|x64
+		Debug|x86 = Debug|x86
 		Release|Any CPU = Release|Any CPU
+		Release|ARM64 = Release|ARM64
+		Release|x64 = Release|x64
+		Release|x86 = Release|x86
 	EndGlobalSection
 	GlobalSection(ProjectConfigurationPlatforms) = postSolution
 		{C77B3E85-A99B-425F-87FB-F03E361EDC8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
 		{C77B3E85-A99B-425F-87FB-F03E361EDC8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{C77B3E85-A99B-425F-87FB-F03E361EDC8D}.Debug|ARM64.ActiveCfg = Debug|ARM64
+		{C77B3E85-A99B-425F-87FB-F03E361EDC8D}.Debug|ARM64.Build.0 = Debug|ARM64
+		{C77B3E85-A99B-425F-87FB-F03E361EDC8D}.Debug|x64.ActiveCfg = Debug|x64
+		{C77B3E85-A99B-425F-87FB-F03E361EDC8D}.Debug|x64.Build.0 = Debug|x64
+		{C77B3E85-A99B-425F-87FB-F03E361EDC8D}.Debug|x86.ActiveCfg = Debug|x86
+		{C77B3E85-A99B-425F-87FB-F03E361EDC8D}.Debug|x86.Build.0 = Debug|x86
 		{C77B3E85-A99B-425F-87FB-F03E361EDC8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
 		{C77B3E85-A99B-425F-87FB-F03E361EDC8D}.Release|Any CPU.Build.0 = Release|Any CPU
+		{C77B3E85-A99B-425F-87FB-F03E361EDC8D}.Release|ARM64.ActiveCfg = Release|ARM64
+		{C77B3E85-A99B-425F-87FB-F03E361EDC8D}.Release|ARM64.Build.0 = Release|ARM64
+		{C77B3E85-A99B-425F-87FB-F03E361EDC8D}.Release|x64.ActiveCfg = Release|x64
+		{C77B3E85-A99B-425F-87FB-F03E361EDC8D}.Release|x64.Build.0 = Release|x64
+		{C77B3E85-A99B-425F-87FB-F03E361EDC8D}.Release|x86.ActiveCfg = Release|x86
+		{C77B3E85-A99B-425F-87FB-F03E361EDC8D}.Release|x86.Build.0 = Release|x86
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE