-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
26 lines (26 loc) · 1.06 KB
/
Directory.Build.props
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>
<LangVersion>10.0</LangVersion>
<ImplicitUsings>false</ImplicitUsings>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>1.11.0</Version>
<FileVersion>$(Version)</FileVersion>
<AssemblyVersion>$(Version)</AssemblyVersion>
<Copyright>Copyright © 2017-2023 Thilo Viereck</Copyright>
<RepositoryUrl>https://github.com/profix898/ILN2Tikz</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Authors>Thilo Viereck</Authors>
<Company />
<Description>Export functionality for ILNumerics (http://ilnumerics.net/) scene graphs and plot cubes to Tikz/PGFPlots (LaTeX graphics package)</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<!--<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>-->
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageOutputPath>./../</PackageOutputPath>
</PropertyGroup>
</Project>