Changeset 32561
- Timestamp:
- 04/18/09 12:03:33 (4 years ago)
- Location:
- lang/cpluspluscli/OpenCvSharp2/trunk
- Files:
-
- 7 modified
-
OpenCvSharp.Blob (modified) (1 prop)
-
OpenCvSharp.Blob/OpenCvSharp.Blob.vcproj (modified) (2 diffs)
-
OpenCvSharp.Extern/OpenCvSharp.Extern.vcproj (modified) (3 diffs)
-
OpenCvSharp.MachineLearning (modified) (1 prop)
-
OpenCvSharp.Test/OpenCvSharp.Test.csproj (modified) (1 diff)
-
OpenCvSharp.sln (modified) (3 diffs)
-
OpenCvSharp/OpenCvSharp.csproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp.Blob
- Property svn:ignore
-
old new 5 5 Matt H 6 6 OpenCvSharp.Blob.vcproj.Schima-Prime.Owner.user 7 Release JP
-
- Property svn:ignore
-
lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp.Blob/OpenCvSharp.Blob.vcproj
r32515 r32561 241 241 /> 242 242 </Configuration> 243 <Configuration 244 Name="Release JP|Win32" 245 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 246 IntermediateDirectory="$(ConfigurationName)" 247 ConfigurationType="2" 248 CharacterSet="1" 249 ManagedExtensions="1" 250 WholeProgramOptimization="1" 251 > 252 <Tool 253 Name="VCPreBuildEventTool" 254 /> 255 <Tool 256 Name="VCCustomBuildTool" 257 /> 258 <Tool 259 Name="VCXMLDataGeneratorTool" 260 /> 261 <Tool 262 Name="VCWebServiceProxyGeneratorTool" 263 /> 264 <Tool 265 Name="VCMIDLTool" 266 /> 267 <Tool 268 Name="VCCLCompilerTool" 269 AdditionalIncludeDirectories=""C:\Program Files\OpenCV\ml\include";"C:\Program Files\OpenCV\otherlibs\highgui";"C:\Program Files\OpenCV\cvaux\include";"C:\Program Files\OpenCV\cv\include";"C:\Program Files\OpenCV\cxcore\include"" 270 PreprocessorDefinitions="WIN32;NDEBUG;LANG_JP" 271 RuntimeLibrary="2" 272 UsePrecompiledHeader="2" 273 GenerateXMLDocumentationFiles="true" 274 WarningLevel="3" 275 DebugInformationFormat="3" 276 /> 277 <Tool 278 Name="VCManagedResourceCompilerTool" 279 /> 280 <Tool 281 Name="VCResourceCompilerTool" 282 /> 283 <Tool 284 Name="VCPreLinkEventTool" 285 /> 286 <Tool 287 Name="VCLinkerTool" 288 AdditionalDependencies="cv.lib cxcore.lib cxts.lib highgui.lib ml.lib $(NOINHERIT)" 289 LinkIncremental="1" 290 AdditionalLibraryDirectories=""C:\Program Files\OpenCV\lib"" 291 AdditionalManifestDependencies="type='win32' name='Microsoft.VC90.CRT' version='9.0.21022.8' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'" 292 GenerateDebugInformation="true" 293 TargetMachine="1" 294 /> 295 <Tool 296 Name="VCALinkTool" 297 /> 298 <Tool 299 Name="VCManifestTool" 300 /> 301 <Tool 302 Name="VCXDCMakeTool" 303 /> 304 <Tool 305 Name="VCBscMakeTool" 306 /> 307 <Tool 308 Name="VCFxCopTool" 309 /> 310 <Tool 311 Name="VCAppVerifierTool" 312 /> 313 <Tool 314 Name="VCPostBuildEventTool" 315 /> 316 </Configuration> 243 317 </Configurations> 244 318 <References> … … 317 391 /> 318 392 </FileConfiguration> 393 <FileConfiguration 394 Name="Release JP|Win32" 395 > 396 <Tool 397 Name="VCCLCompilerTool" 398 UsePrecompiledHeader="1" 399 /> 400 </FileConfiguration> 319 401 </File> 320 402 <Filter -
lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp.Extern/OpenCvSharp.Extern.vcproj
r32539 r32561 314 314 </Configuration> 315 315 <Configuration 316 Name="Release JA|Win32"317 OutputDirectory="$(SolutionDir)$(ConfigurationName)"318 IntermediateDirectory="$(ConfigurationName)"319 ConfigurationType="2"320 CharacterSet="1"321 ManagedExtensions="1"322 WholeProgramOptimization="1"323 >324 <Tool325 Name="VCPreBuildEventTool"326 />327 <Tool328 Name="VCCustomBuildTool"329 />330 <Tool331 Name="VCXMLDataGeneratorTool"332 />333 <Tool334 Name="VCWebServiceProxyGeneratorTool"335 />336 <Tool337 Name="VCMIDLTool"338 />339 <Tool340 Name="VCCLCompilerTool"341 AdditionalIncludeDirectories=""C:\Program Files\OpenCV\ml\include";"C:\Program Files\OpenCV\otherlibs\highgui";"C:\Program Files\OpenCV\cvaux\include";"C:\Program Files\OpenCV\cv\include";"C:\Program Files\OpenCV\cxcore\include""342 PreprocessorDefinitions="WIN32;NDEBUG"343 RuntimeLibrary="2"344 UsePrecompiledHeader="2"345 WarningLevel="3"346 DebugInformationFormat="3"347 />348 <Tool349 Name="VCManagedResourceCompilerTool"350 />351 <Tool352 Name="VCResourceCompilerTool"353 />354 <Tool355 Name="VCPreLinkEventTool"356 />357 <Tool358 Name="VCLinkerTool"359 AdditionalDependencies="cv.lib cxcore.lib cxts.lib highgui.lib $(NOINHERIT)"360 LinkIncremental="1"361 AdditionalLibraryDirectories=""C:\Program Files\OpenCV\lib""362 AdditionalManifestDependencies="type='win32' name='Microsoft.VC90.CRT' version='9.0.21022.8' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'"363 GenerateDebugInformation="true"364 TargetMachine="1"365 />366 <Tool367 Name="VCALinkTool"368 />369 <Tool370 Name="VCManifestTool"371 />372 <Tool373 Name="VCXDCMakeTool"374 />375 <Tool376 Name="VCBscMakeTool"377 />378 <Tool379 Name="VCFxCopTool"380 />381 <Tool382 Name="VCAppVerifierTool"383 />384 <Tool385 Name="VCPostBuildEventTool"386 />387 </Configuration>388 <Configuration389 316 Name="Release JP|Win32" 390 317 OutputDirectory="$(SolutionDir)$(ConfigurationName)" … … 413 340 Name="VCCLCompilerTool" 414 341 AdditionalIncludeDirectories=""C:\Program Files\OpenCV\ml\include";"C:\Program Files\OpenCV\otherlibs\highgui";"C:\Program Files\OpenCV\cvaux\include";"C:\Program Files\OpenCV\cv\include";"C:\Program Files\OpenCV\cxcore\include"" 415 PreprocessorDefinitions="WIN32;NDEBUG "342 PreprocessorDefinitions="WIN32;NDEBUG;LANG_JP" 416 343 RuntimeLibrary="2" 417 344 UsePrecompiledHeader="2" … … 536 463 </FileConfiguration> 537 464 <FileConfiguration 538 Name="Release JA|Win32"539 >540 <Tool541 Name="VCCLCompilerTool"542 UsePrecompiledHeader="1"543 />544 </FileConfiguration>545 <FileConfiguration546 465 Name="Release JP|Win32" 547 466 > -
lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp.MachineLearning
- Property svn:ignore
-
old new 3 3 Matt H2 4 4 OpenCvSharp.MachineLearning.vcproj.KEYNUX_MATT.Matthieu.user 5 Release JP 6 OpenCvSharp.MachineLearning.vcproj.Schima-Prime.Owner.user
-
- Property svn:ignore
-
lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp.Test/OpenCvSharp.Test.csproj
r32539 r32561 80 80 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Matt work|x86' "> 81 81 <OutputPath>bin\x86\Matt work\</OutputPath> 82 <DefineConstants>TRACE</DefineConstants>83 <Optimize>true</Optimize>84 <DebugType>pdbonly</DebugType>85 <PlatformTarget>x86</PlatformTarget>86 <ErrorReport>prompt</ErrorReport>87 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>88 </PropertyGroup>89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release JA|AnyCPU' ">90 <OutputPath>bin\Release JA\</OutputPath>91 <DefineConstants>TRACE</DefineConstants>92 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>93 <Optimize>true</Optimize>94 <DebugType>pdbonly</DebugType>95 <PlatformTarget>AnyCPU</PlatformTarget>96 <ErrorReport>prompt</ErrorReport>97 </PropertyGroup>98 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release JA|x86' ">99 <OutputPath>bin\x86\Release JA\</OutputPath>100 82 <DefineConstants>TRACE</DefineConstants> 101 83 <Optimize>true</Optimize> -
lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp.sln
r32555 r32561 228 228 {014EC8DF-B435-444E-8603-D73FC857648A}.Matt work|Win32.Build.0 = Release|Win32 229 229 {014EC8DF-B435-444E-8603-D73FC857648A}.Matt work|x86.ActiveCfg = Release|Win32 230 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|Any CPU.ActiveCfg = Release |Win32231 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|Any CPU.Build.0 = Release |Win32232 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|Mixed Platforms.ActiveCfg = Release |Win32233 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|Mixed Platforms.Build.0 = Release |Win32234 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|Win32.ActiveCfg = Release |Win32235 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|Win32.Build.0 = Release |Win32236 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|x86.ActiveCfg = Release |Win32237 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|x86.Build.0 = Release |Win32230 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|Any CPU.ActiveCfg = Release JP|Win32 231 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|Any CPU.Build.0 = Release JP|Win32 232 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|Mixed Platforms.ActiveCfg = Release JP|Win32 233 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|Mixed Platforms.Build.0 = Release JP|Win32 234 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|Win32.ActiveCfg = Release JP|Win32 235 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|Win32.Build.0 = Release JP|Win32 236 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|x86.ActiveCfg = Release JP|Win32 237 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|x86.Build.0 = Release JP|Win32 238 238 {014EC8DF-B435-444E-8603-D73FC857648A}.Release|Any CPU.ActiveCfg = Release|Win32 239 239 {014EC8DF-B435-444E-8603-D73FC857648A}.Release|Any CPU.Build.0 = Release|Win32 … … 276 276 {A40523C9-C39B-4628-92C8-84E904FF3626}.Matt work|Win32.Build.0 = Release|Win32 277 277 {A40523C9-C39B-4628-92C8-84E904FF3626}.Matt work|x86.ActiveCfg = Release|Win32 278 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release JP|Any CPU.ActiveCfg = Release|Win32 279 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release JP|Any CPU.Build.0 = Release|Win32 280 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release JP|Mixed Platforms.ActiveCfg = Release|Win32 281 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release JP|Mixed Platforms.Build.0 = Release|Win32 282 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release JP|Win32.ActiveCfg = Release|Win32 283 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release JP|Win32.Build.0 = Release|Win32 284 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release JP|x86.ActiveCfg = Release|Win32 278 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release JP|Any CPU.ActiveCfg = Release JP|Win32 279 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release JP|Any CPU.Build.0 = Release JP|Win32 280 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release JP|Mixed Platforms.ActiveCfg = Release JP|Win32 281 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release JP|Mixed Platforms.Build.0 = Release JP|Win32 282 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release JP|Win32.ActiveCfg = Release JP|Win32 283 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release JP|Win32.Build.0 = Release JP|Win32 284 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release JP|x86.ActiveCfg = Release JP|Win32 285 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release JP|x86.Build.0 = Release JP|Win32 285 286 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release|Any CPU.ActiveCfg = Release|Win32 286 287 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release|Any CPU.Build.0 = Release|Win32 … … 290 291 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release|Win32.Build.0 = Release|Win32 291 292 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release|x86.ActiveCfg = Release|Win32 293 {A40523C9-C39B-4628-92C8-84E904FF3626}.Release|x86.Build.0 = Release|Win32 292 294 EndGlobalSection 293 295 GlobalSection(SolutionProperties) = preSolution -
lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp/OpenCvSharp.csproj
r32524 r32561 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 21022</ProductVersion>6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{4C2356B8-1A1E-4F92-A51C-A49CA116867F}</ProjectGuid> … … 88 88 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Matt work|x86' "> 89 89 <OutputPath>bin\x86\Matt work\</OutputPath> 90 <DefineConstants>TRACE</DefineConstants>91 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>92 <DocumentationFile>bin\x86\Release\OpenCvSharp.XML</DocumentationFile>93 <Optimize>true</Optimize>94 <DebugType>pdbonly</DebugType>95 <PlatformTarget>x86</PlatformTarget>96 <ErrorReport>prompt</ErrorReport>97 </PropertyGroup>98 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release JA|AnyCPU' ">99 <OutputPath>bin\Release JA\</OutputPath>100 <DefineConstants>TRACE;LANG_JP</DefineConstants>101 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>102 <DocumentationFile>bin\Release\OpenCvSharp.XML</DocumentationFile>103 <Optimize>true</Optimize>104 <DebugType>pdbonly</DebugType>105 <PlatformTarget>AnyCPU</PlatformTarget>106 <ErrorReport>prompt</ErrorReport>107 </PropertyGroup>108 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release JA|x86' ">109 <OutputPath>bin\x86\Release JA\</OutputPath>110 90 <DefineConstants>TRACE</DefineConstants> 111 91 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)