File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
4
<id >OpenCvSharp-x64</id >
5
- <version >2.4.8.20140502 </version >
5
+ <version >2.4.8.20140503 </version >
6
6
<title >OpenCvSharp x64</title >
7
7
<authors >shimat</authors >
8
8
<licenseUrl >http://www.gnu.org/licenses/lgpl-3.0.en.html</licenseUrl >
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
4
<id >OpenCvSharp-x86</id >
5
- <version >2.4.8.20140502 </version >
5
+ <version >2.4.8.20140503 </version >
6
6
<title >OpenCvSharp x86</title >
7
7
<authors >shimat</authors >
8
8
<licenseUrl >http://www.gnu.org/licenses/lgpl-3.0.en.html</licenseUrl >
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ function MarkFileAsCopy($item)
23
23
}
24
24
25
25
$copyFiles = @ (
26
- " msvcp100 .dll" ;
27
- " msvcr100 .dll" ;
26
+ " msvcp110 .dll" ;
27
+ " msvcr110 .dll" ;
28
28
" OpenCvSharpExtern.dll" ;
29
29
" opencv_calib3d248.dll" ;
30
30
" opencv_contrib248.dll" ;
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ function MarkFileAsCopy($item)
23
23
}
24
24
25
25
$copyFiles = @ (
26
- " msvcp100 .dll" ;
27
- " msvcr100 .dll" ;
26
+ " msvcp110 .dll" ;
27
+ " msvcr110 .dll" ;
28
28
" OpenCvSharpExtern.dll" ;
29
29
" opencv_calib3d248.dll" ;
30
30
" opencv_contrib248.dll" ;
Original file line number Diff line number Diff line change 53
53
<UseDebugLibraries >false</UseDebugLibraries >
54
54
<WholeProgramOptimization >true</WholeProgramOptimization >
55
55
<CharacterSet >Unicode</CharacterSet >
56
- <PlatformToolset >v100 </PlatformToolset >
56
+ <PlatformToolset >v110 </PlatformToolset >
57
57
</PropertyGroup >
58
58
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
59
59
<ConfigurationType >DynamicLibrary</ConfigurationType >
60
60
<UseDebugLibraries >false</UseDebugLibraries >
61
61
<WholeProgramOptimization >true</WholeProgramOptimization >
62
62
<CharacterSet >Unicode</CharacterSet >
63
+ <PlatformToolset >v110</PlatformToolset >
63
64
</PropertyGroup >
64
65
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
65
66
<ImportGroup Label =" ExtensionSettings" >
You can’t perform that action at this time.
0 commit comments