forked from lalakii/MouseClickTool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
24 lines (24 loc) · 1022 Bytes
/
Directory.Build.props
File metadata and controls
24 lines (24 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project>
<PropertyGroup>
<Copyright>Copyright (C) 2026 lalaki.cn</Copyright>
<Version>3.0.0.0</Version>
<AnalysisLevel>latest</AnalysisLevel>
<DebugType>none</DebugType>
<GenerateSupportedRuntime>False</GenerateSupportedRuntime>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<ImplicitUsings>enable</ImplicitUsings>
<IsPublishable>False</IsPublishable>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<NoWin32Manifest>true</NoWin32Manifest>
<NoWarn>SA1101;SA1633;SA1307;SA0001;SA1600;CA1050;</NoWarn>
<OutputType>WinExe</OutputType>
<Optimize>True</Optimize>
<Prefer32Bit>False</Prefer32Bit>
<PlatformTarget>AnyCPU</PlatformTarget>
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
<TargetFrameworks>net462</TargetFrameworks>
<WarningLevel>9999</WarningLevel>
</PropertyGroup>
</Project>