|
|
@ -10,10 +10,7 @@ |
|
|
|
<AssemblyOriginatorKeyFile>..\..\Emgu.CV.snk</AssemblyOriginatorKeyFile> |
|
|
|
<Platforms>AnyCPU;x64;ARM</Platforms> |
|
|
|
<Configurations>Release;Debug</Configurations> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<OpenCVBinaryDir>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\..\libs))</OpenCVBinaryDir> |
|
|
|
<BaseOutputPath>$(OpenCVBinaryDir)\Build\$(AssemblyName)\$(Platform)\</BaseOutputPath> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
@ -22,39 +19,39 @@ |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
|
|
|
<OutputPath>$(OpenCVBinaryDir)\Build\$(AssemblyName)\$(Platform)\$(Configuration)\</OutputPath> |
|
|
|
<!-- <OutputPath>$(OpenCVBinaryDir)\Build\$(AssemblyName)\$(Platform)\$(Configuration)\</OutputPath> --> |
|
|
|
<!-- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> --> |
|
|
|
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
<OutputPath>$(OpenCVBinaryDir)\Build\$(AssemblyName)\$(Platform)\$(Configuration)\</OutputPath> |
|
|
|
<!-- <OutputPath>$(OpenCVBinaryDir)\Build\$(AssemblyName)\$(Platform)\$(Configuration)\</OutputPath> --> |
|
|
|
<!-- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> --> |
|
|
|
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
|
|
|
<OutputPath>$(OpenCVBinaryDir)\Build\$(AssemblyName)\$(Platform)\$(Configuration)\</OutputPath> |
|
|
|
<!-- <OutputPath>$(OpenCVBinaryDir)\Build\$(AssemblyName)\$(Platform)\$(Configuration)\</OutputPath> --> |
|
|
|
<!-- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> --> |
|
|
|
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
|
|
<OutputPath>$(OpenCVBinaryDir)\Build\$(AssemblyName)\$(Platform)\$(Configuration)\</OutputPath> |
|
|
|
<!-- <OutputPath>$(OpenCVBinaryDir)\Build\$(AssemblyName)\$(Platform)\$(Configuration)\</OutputPath> --> |
|
|
|
<!-- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> --> |
|
|
|
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile> |
|
|
|
<DefineConstants>$(DefineConstants);TRACE;NETSTANDARD</DefineConstants> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
<OutputPath>$(OpenCVBinaryDir)\Build\$(AssemblyName)\$(Platform)\$(Configuration)\</OutputPath> |
|
|
|
<!-- <OutputPath>$(OpenCVBinaryDir)\Build\$(AssemblyName)\$(Platform)\$(Configuration)\</OutputPath> --> |
|
|
|
<!-- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> --> |
|
|
|
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile> |
|
|
|
<DefineConstants>$(DefineConstants);TRACE;NETSTANDARD</DefineConstants> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
|
|
|
<OutputPath>$(OpenCVBinaryDir)\Build\$(AssemblyName)\$(Platform)\$(Configuration)\</OutputPath> |
|
|
|
<!-- <OutputPath>$(OpenCVBinaryDir)\Build\$(AssemblyName)\$(Platform)\$(Configuration)\</OutputPath> --> |
|
|
|
<!-- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> --> |
|
|
|
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile> |
|
|
|
<DefineConstants>$(DefineConstants);TRACE;NETSTANDARD</DefineConstants> |
|
|
|