-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
24 lines (20 loc) · 891 Bytes
/
Directory.Build.props
File metadata and controls
24 lines (20 loc) · 891 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>
<LegalAuthor>Jarl Gullberg</LegalAuthor>
<LegalEmail>jarl.gullberg@gmail.com</LegalEmail>
</PropertyGroup>
<PropertyGroup>
<LibraryFrameworks>netstandard2.0;net6.0</LibraryFrameworks>
</PropertyGroup>
<PropertyGroup>
<SolutionDir>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)/))</SolutionDir>
</PropertyGroup>
<!-- NuGet-related properties -->
<PropertyGroup>
<RepositoryBranch>main</RepositoryBranch>
<RepositoryUrl>https://github.com/Nihlus/AdvancedDLSupport</RepositoryUrl>
<PackageProjectUrl>https://github.com/Nihlus/AdvancedDLSupport</PackageProjectUrl>
<PackageOutputPath>$(SolutionDir)/nuget</PackageOutputPath>
<PackageTags>p/invoke;cross-platform;mono;netcore;netstandard;native;interop</PackageTags>
</PropertyGroup>
</Project>