Changeset 32561

Show
Ignore:
Timestamp:
04/18/09 12:03:33 (4 years ago)
Author:
schima
Message:

updated config

Location:
lang/cpluspluscli/OpenCvSharp2/trunk
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp.Blob

    • Property svn:ignore
      •  

        old new  
        55Matt H 
        66OpenCvSharp.Blob.vcproj.Schima-Prime.Owner.user 
         7Release JP 
  • lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp.Blob/OpenCvSharp.Blob.vcproj

    r32515 r32561  
    241241                        /> 
    242242                </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="&quot;C:\Program Files\OpenCV\ml\include&quot;;&quot;C:\Program Files\OpenCV\otherlibs\highgui&quot;;&quot;C:\Program Files\OpenCV\cvaux\include&quot;;&quot;C:\Program Files\OpenCV\cv\include&quot;;&quot;C:\Program Files\OpenCV\cxcore\include&quot;" 
     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="&quot;C:\Program Files\OpenCV\lib&quot;" 
     291                                AdditionalManifestDependencies="type=&apos;win32&apos; name=&apos;Microsoft.VC90.CRT&apos; version=&apos;9.0.21022.8&apos; processorArchitecture=&apos;x86&apos; publicKeyToken=&apos;1fc8b3b9a1e18e3b&apos;" 
     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> 
    243317        </Configurations> 
    244318        <References> 
     
    317391                                        /> 
    318392                                </FileConfiguration> 
     393                                <FileConfiguration 
     394                                        Name="Release JP|Win32" 
     395                                        > 
     396                                        <Tool 
     397                                                Name="VCCLCompilerTool" 
     398                                                UsePrecompiledHeader="1" 
     399                                        /> 
     400                                </FileConfiguration> 
    319401                        </File> 
    320402                        <Filter 
  • lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp.Extern/OpenCvSharp.Extern.vcproj

    r32539 r32561  
    314314                </Configuration> 
    315315                <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                         <Tool 
    325                                 Name="VCPreBuildEventTool" 
    326                         /> 
    327                         <Tool 
    328                                 Name="VCCustomBuildTool" 
    329                         /> 
    330                         <Tool 
    331                                 Name="VCXMLDataGeneratorTool" 
    332                         /> 
    333                         <Tool 
    334                                 Name="VCWebServiceProxyGeneratorTool" 
    335                         /> 
    336                         <Tool 
    337                                 Name="VCMIDLTool" 
    338                         /> 
    339                         <Tool 
    340                                 Name="VCCLCompilerTool" 
    341                                 AdditionalIncludeDirectories="&quot;C:\Program Files\OpenCV\ml\include&quot;;&quot;C:\Program Files\OpenCV\otherlibs\highgui&quot;;&quot;C:\Program Files\OpenCV\cvaux\include&quot;;&quot;C:\Program Files\OpenCV\cv\include&quot;;&quot;C:\Program Files\OpenCV\cxcore\include&quot;" 
    342                                 PreprocessorDefinitions="WIN32;NDEBUG" 
    343                                 RuntimeLibrary="2" 
    344                                 UsePrecompiledHeader="2" 
    345                                 WarningLevel="3" 
    346                                 DebugInformationFormat="3" 
    347                         /> 
    348                         <Tool 
    349                                 Name="VCManagedResourceCompilerTool" 
    350                         /> 
    351                         <Tool 
    352                                 Name="VCResourceCompilerTool" 
    353                         /> 
    354                         <Tool 
    355                                 Name="VCPreLinkEventTool" 
    356                         /> 
    357                         <Tool 
    358                                 Name="VCLinkerTool" 
    359                                 AdditionalDependencies="cv.lib cxcore.lib cxts.lib highgui.lib $(NOINHERIT)" 
    360                                 LinkIncremental="1" 
    361                                 AdditionalLibraryDirectories="&quot;C:\Program Files\OpenCV\lib&quot;" 
    362                                 AdditionalManifestDependencies="type=&apos;win32&apos; name=&apos;Microsoft.VC90.CRT&apos; version=&apos;9.0.21022.8&apos; processorArchitecture=&apos;x86&apos; publicKeyToken=&apos;1fc8b3b9a1e18e3b&apos;" 
    363                                 GenerateDebugInformation="true" 
    364                                 TargetMachine="1" 
    365                         /> 
    366                         <Tool 
    367                                 Name="VCALinkTool" 
    368                         /> 
    369                         <Tool 
    370                                 Name="VCManifestTool" 
    371                         /> 
    372                         <Tool 
    373                                 Name="VCXDCMakeTool" 
    374                         /> 
    375                         <Tool 
    376                                 Name="VCBscMakeTool" 
    377                         /> 
    378                         <Tool 
    379                                 Name="VCFxCopTool" 
    380                         /> 
    381                         <Tool 
    382                                 Name="VCAppVerifierTool" 
    383                         /> 
    384                         <Tool 
    385                                 Name="VCPostBuildEventTool" 
    386                         /> 
    387                 </Configuration> 
    388                 <Configuration 
    389316                        Name="Release JP|Win32" 
    390317                        OutputDirectory="$(SolutionDir)$(ConfigurationName)" 
     
    413340                                Name="VCCLCompilerTool" 
    414341                                AdditionalIncludeDirectories="&quot;C:\Program Files\OpenCV\ml\include&quot;;&quot;C:\Program Files\OpenCV\otherlibs\highgui&quot;;&quot;C:\Program Files\OpenCV\cvaux\include&quot;;&quot;C:\Program Files\OpenCV\cv\include&quot;;&quot;C:\Program Files\OpenCV\cxcore\include&quot;" 
    415                                 PreprocessorDefinitions="WIN32;NDEBUG" 
     342                                PreprocessorDefinitions="WIN32;NDEBUG;LANG_JP" 
    416343                                RuntimeLibrary="2" 
    417344                                UsePrecompiledHeader="2" 
     
    536463                                </FileConfiguration> 
    537464                                <FileConfiguration 
    538                                         Name="Release JA|Win32" 
    539                                         > 
    540                                         <Tool 
    541                                                 Name="VCCLCompilerTool" 
    542                                                 UsePrecompiledHeader="1" 
    543                                         /> 
    544                                 </FileConfiguration> 
    545                                 <FileConfiguration 
    546465                                        Name="Release JP|Win32" 
    547466                                        > 
  • lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp.MachineLearning

    • Property svn:ignore
      •  

        old new  
        33Matt H2 
        44OpenCvSharp.MachineLearning.vcproj.KEYNUX_MATT.Matthieu.user 
         5Release JP 
         6OpenCvSharp.MachineLearning.vcproj.Schima-Prime.Owner.user 
  • lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp.Test/OpenCvSharp.Test.csproj

    r32539 r32561  
    8080  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Matt work|x86' "> 
    8181    <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> 
    10082    <DefineConstants>TRACE</DefineConstants> 
    10183    <Optimize>true</Optimize> 
  • lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp.sln

    r32555 r32561  
    228228                {014EC8DF-B435-444E-8603-D73FC857648A}.Matt work|Win32.Build.0 = Release|Win32 
    229229                {014EC8DF-B435-444E-8603-D73FC857648A}.Matt work|x86.ActiveCfg = Release|Win32 
    230                 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|Any CPU.ActiveCfg = Release|Win32 
    231                 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|Any CPU.Build.0 = Release|Win32 
    232                 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|Mixed Platforms.ActiveCfg = Release|Win32 
    233                 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|Mixed Platforms.Build.0 = Release|Win32 
    234                 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|Win32.ActiveCfg = Release|Win32 
    235                 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|Win32.Build.0 = Release|Win32 
    236                 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|x86.ActiveCfg = Release|Win32 
    237                 {014EC8DF-B435-444E-8603-D73FC857648A}.Release JP|x86.Build.0 = Release|Win32 
     230                {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 
    238238                {014EC8DF-B435-444E-8603-D73FC857648A}.Release|Any CPU.ActiveCfg = Release|Win32 
    239239                {014EC8DF-B435-444E-8603-D73FC857648A}.Release|Any CPU.Build.0 = Release|Win32 
     
    276276                {A40523C9-C39B-4628-92C8-84E904FF3626}.Matt work|Win32.Build.0 = Release|Win32 
    277277                {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 
    285286                {A40523C9-C39B-4628-92C8-84E904FF3626}.Release|Any CPU.ActiveCfg = Release|Win32 
    286287                {A40523C9-C39B-4628-92C8-84E904FF3626}.Release|Any CPU.Build.0 = Release|Win32 
     
    290291                {A40523C9-C39B-4628-92C8-84E904FF3626}.Release|Win32.Build.0 = Release|Win32 
    291292                {A40523C9-C39B-4628-92C8-84E904FF3626}.Release|x86.ActiveCfg = Release|Win32 
     293                {A40523C9-C39B-4628-92C8-84E904FF3626}.Release|x86.Build.0 = Release|Win32 
    292294        EndGlobalSection 
    293295        GlobalSection(SolutionProperties) = preSolution 
  • lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp/OpenCvSharp.csproj

    r32524 r32561  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6     <ProductVersion>9.0.21022</ProductVersion> 
     6    <ProductVersion>9.0.30729</ProductVersion> 
    77    <SchemaVersion>2.0</SchemaVersion> 
    88    <ProjectGuid>{4C2356B8-1A1E-4F92-A51C-A49CA116867F}</ProjectGuid> 
     
    8888  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Matt work|x86' "> 
    8989    <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> 
    11090    <DefineConstants>TRACE</DefineConstants> 
    11191    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>