-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
19 lines (19 loc) · 1.27 KB
/
Copy pathDirectory.Build.props
File metadata and controls
19 lines (19 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project>
<PropertyGroup>
<OpenVisionLabRepoRoot>$([MSBuild]::NormalizeDirectory('$(MSBuildThisFileDirectory)'))</OpenVisionLabRepoRoot>
<OpenVisionLabDllRoot>$(OpenVisionLabRepoRoot)dll\</OpenVisionLabDllRoot>
<OpenVisionLabVisionSdkDllRoot>$(OpenVisionLabDllRoot)OpenVisionLab-Vision-SDK\</OpenVisionLabVisionSdkDllRoot>
<OpenVisionLabOpenCvSharpDllRoot>$(OpenVisionLabDllRoot)OpenCVSharp\</OpenVisionLabOpenCvSharpDllRoot>
<AssemblySearchPaths>{HintPathFromItem};{CandidateAssemblyFiles};{TargetFrameworkDirectory};{RawFileName}</AssemblySearchPaths>
<DefaultItemExcludes>$(DefaultItemExcludes);bin\**;obj\**;artifacts\**</DefaultItemExcludes>
<Authors>최노아(Noah-Choi)</Authors>
<Company>최노아(Noah-Choi)</Company>
<Copyright>Copyright (c) 2026 최노아(Noah-Choi)</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Deterministic>true</Deterministic>
<ContinuousIntegrationBuild Condition="'$(CI)' == 'true'">true</ContinuousIntegrationBuild>
<DebugType Condition="'$(Configuration)' == 'Release'">none</DebugType>
<DebugSymbols Condition="'$(Configuration)' == 'Release'">false</DebugSymbols>
</PropertyGroup>
</Project>