NewArchivesCenter.csproj 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net8.0-windows</TargetFramework>
  5. <UseWindowsForms>true</UseWindowsForms>
  6. <ApplicationIcon>Resources\Icon_0105.ico</ApplicationIcon>
  7. <PlatformTarget>x64</PlatformTarget>
  8. <Product>Archives Center</Product>
  9. <Authors>CaptB</Authors>
  10. <Company>LYKNS</Company>
  11. <Copyright>©2024 保留部分权利。</Copyright>
  12. <PackageIcon>Icon_0105.png</PackageIcon>
  13. <AssemblyVersion>3.26.5.8</AssemblyVersion>
  14. <FileVersion>3.26.5.8</FileVersion>
  15. <Platforms>AnyCPU;x64;ARM64;ARM32;x86</Platforms>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  18. <WarningLevel>0</WarningLevel>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
  21. <WarningLevel>0</WarningLevel>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM32'">
  24. <WarningLevel>0</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  27. <WarningLevel>0</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  30. <WarningLevel>0</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  33. <WarningLevel>0</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
  36. <WarningLevel>0</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM32'">
  39. <WarningLevel>0</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  42. <WarningLevel>0</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  45. <WarningLevel>0</WarningLevel>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Content Include="Resources\Icon_0105.ico" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <PackageReference Include="DevExpress.Win.BonusSkins" Version="24.2.3" />
  52. <PackageReference Include="DevExpress.Win.Design" Version="24.2.3" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Update="Properties\Resources.Designer.cs">
  56. <DesignTime>True</DesignTime>
  57. <AutoGen>True</AutoGen>
  58. <DependentUpon>Resources.resx</DependentUpon>
  59. </Compile>
  60. <Compile Update="Properties\Settings.Designer.cs">
  61. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  62. <AutoGen>True</AutoGen>
  63. <DependentUpon>Settings.settings</DependentUpon>
  64. </Compile>
  65. </ItemGroup>
  66. <ItemGroup>
  67. <EmbeddedResource Update="Properties\Resources.resx">
  68. <Generator>ResXFileCodeGenerator</Generator>
  69. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  70. </EmbeddedResource>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <None Update="Properties\Settings.settings">
  74. <Generator>SettingsSingleFileGenerator</Generator>
  75. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  76. </None>
  77. <None Update="Resources\Icon_0105.png">
  78. <Pack>True</Pack>
  79. <PackagePath>\</PackagePath>
  80. </None>
  81. </ItemGroup>
  82. </Project>