-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQuickA-Cleanup.csproj
More file actions
26 lines (24 loc) · 1 KB
/
QuickA-Cleanup.csproj
File metadata and controls
26 lines (24 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<RootNamespace>Smart Quick Access cleaner for Windows Explorer</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>QuickA-Cleanup</AssemblyName>
<Version>1.3.2</Version>
<Authors>Ash1421</Authors>
<Company>Ash1421</Company>
<Product>QuickA-Cleanup</Product>
<Description>Smart Quick Access cleaner for Windows Explorer</Description>
<Copyright>Copyright (c) 2024 Ash1421</Copyright>
<!-- Target Windows platforms -->
<RuntimeIdentifiers>win-x64;win-x86;win-arm64</RuntimeIdentifiers>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>
</Project>