Skip to content

Commit

Permalink
Merge branch 'CPlusPlus-Improvement-features2d'
Browse files Browse the repository at this point in the history
Conflicts:
	nuget/OpenCvSharp-x64.nupkg
	nuget/OpenCvSharp-x86.nupkg
  • Loading branch information
shimat committed May 2, 2014
2 parents 3f860d2 + 29cf5b6 commit 0072831
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nuget/OpenCvSharp-x64.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>OpenCvSharp-x64</id>
<version>2.4.8.20140502</version>
<version>2.4.8.20140503</version>
<title>OpenCvSharp x64</title>
<authors>shimat</authors>
<licenseUrl>http://www.gnu.org/licenses/lgpl-3.0.en.html</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion nuget/OpenCvSharp-x86.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>OpenCvSharp-x86</id>
<version>2.4.8.20140502</version>
<version>2.4.8.20140503</version>
<title>OpenCvSharp x86</title>
<authors>shimat</authors>
<licenseUrl>http://www.gnu.org/licenses/lgpl-3.0.en.html</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions nuget/tools-x64/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ function MarkFileAsCopy($item)
}

$copyFiles = @(
"msvcp100.dll";
"msvcr100.dll";
"msvcp110.dll";
"msvcr110.dll";
"OpenCvSharpExtern.dll";
"opencv_calib3d248.dll";
"opencv_contrib248.dll";
Expand Down
4 changes: 2 additions & 2 deletions nuget/tools-x86/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ function MarkFileAsCopy($item)
}

$copyFiles = @(
"msvcp100.dll";
"msvcr100.dll";
"msvcp110.dll";
"msvcr110.dll";
"OpenCvSharpExtern.dll";
"opencv_calib3d248.dll";
"opencv_contrib248.dll";
Expand Down
3 changes: 2 additions & 1 deletion src/OpenCvSharpExternGpu/OpenCvSharpExternGpu.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v100</PlatformToolset>
<PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down

0 comments on commit 0072831

Please sign in to comment.