-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
24 lines (22 loc) · 988 Bytes
/
Copy pathDirectory.Build.props
File metadata and controls
24 lines (22 loc) · 988 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>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>default</LangVersion>
<PackageProjectUrl>https://github.com/frequency403/OpenSSH-GUI</PackageProjectUrl>
<VersionPrefix>3.2.4</VersionPrefix>
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
<_Parameter1>ProjectUrl</_Parameter1>
<_Parameter2>$(PackageProjectUrl)</_Parameter2>
</AssemblyAttribute>
</ItemGroup>
<PropertyGroup>
<!-- This "warning" is intended - because we use dependencyinjection-->
<NoWarn>AVLN3001</NoWarn>
</PropertyGroup>
</Project>