-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
22 lines (22 loc) · 1.06 KB
/
Copy pathDirectory.Build.props
File metadata and controls
22 lines (22 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project>
<PropertyGroup>
<Authors>최노아(Noah-Choi);OpenVisionLab</Authors>
<Company>OpenVisionLab</Company>
<Copyright>Copyright (c) 2026 최노아(Noah-Choi)</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>3.0.0</Version>
<!-- Local development default only. CI and release packing override this with an immutable unique version. -->
<PackageVersion>3.0.1-dev.1</PackageVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<Product>OpenVisionLab Vision SDK</Product>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Noah8218/OpenVisionLab-Vision-SDK</RepositoryUrl>
<PackageOutputPath>$(MSBuildThisFileDirectory)artifacts\packages</PackageOutputPath>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)LICENSE" Pack="true" PackagePath="" />
<None Include="$(MSBuildThisFileDirectory)NOTICE" Pack="true" PackagePath="" />
</ItemGroup>
</Project>