-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
26 lines (22 loc) · 867 Bytes
/
Directory.Build.props
File metadata and controls
26 lines (22 loc) · 867 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
25
26
<Project>
<PropertyGroup>
<UseWpf>true</UseWpf>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<Authors>dosymep</Authors>
<Company>dosymep</Company>
<RepositoryType>Git</RepositoryType>
<Copyright>Copyright © 2026 dosymep</Copyright>
<Version>1.0.0</Version>
<FileVersion>1.0.0</FileVersion>
<PackageTags>dosymep, wpf, devexpress, gui, services</PackageTags>
<RepositoryUrl>https://github.com/dosymep/dosymep.SimpleServices.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/dosymep/dosymep.SimpleServices</PackageProjectUrl>
</PropertyGroup>
</Project>