forked from DynamoDS/PythonNet3Engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
24 lines (21 loc) · 938 Bytes
/
Directory.Build.props
File metadata and controls
24 lines (21 loc) · 938 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>
<Company>Autodesk, Inc</Company>
<Owners>$(Company)</Owners>
<Authors>Dynamo</Authors>
<Product>Dynamo</Product>
<Copyright>Copyright © Autodesk, Inc 2024</Copyright>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<!-- Using `VersionPrefix` allows specifying a `version-suffix` argument when packing for beta releases. -->
<VersionPrefix>1.4.0</VersionPrefix>
<DynamoPackageVersion>3.4.0-beta6616</DynamoPackageVersion>
<DynamoVersion>3.4</DynamoVersion>
<!--Aids in code analysis.-->
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<BuildOutput>$(SolutionDir)\package_output\DSPythonNet3\</BuildOutput>
</PropertyGroup>
</Project>