|
|
@ -21,7 +21,7 @@ |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<DebugType>portable</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<OutputPath>$(OpenCVBinaryDir)\Build\$(AssemblyName)\$(Platform)\$(Configuration)\</OutputPath> |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
@ -30,7 +30,7 @@ |
|
|
|
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<DebugType>portable</DebugType> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<OutputPath>$(OpenCVBinaryDir)\Build\$(AssemblyName)\$(Platform)\$(Configuration)\</OutputPath> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
@ -40,7 +40,7 @@ |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<DebugType>portable</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<OutputPath>$(OpenCVBinaryDir)\Build\$(AssemblyName)\$(Platform)\$(Configuration)\</OutputPath> |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
@ -50,7 +50,7 @@ |
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<DebugType>portable</DebugType> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<OutputPath>$(OpenCVBinaryDir)\Build\$(AssemblyName)\$(Platform)\$(Configuration)\</OutputPath> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|