|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{48A8EEE2-FD28-484F-B7DB-82F4CD94A247}</ProjectGuid>
|
|
|
|
|
<RootNamespace>QB_ImgShowBase</RootNamespace>
|
|
|
|
|
<Keyword>MFCDLLProj</Keyword>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
<UseOfMfc>Dynamic</UseOfMfc>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
<UseOfMfc>Dynamic</UseOfMfc>
|
|
|
|
|
<PlatformToolset>v100</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="..\OpenCVProjectD.props" />
|
|
|
|
|
<Import Project="..\gdal.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="..\OpenCVProjectR.props" />
|
|
|
|
|
<Import Project="..\gdal.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
<TargetName>$(ProjectName)D</TargetName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_AFXEXT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>../../Include;../../Include/H264;../../CPP;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
|
|
|
|
<ExceptionHandling>Async</ExceptionHandling>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<ModuleDefinitionFile>.\QB_ImgShowBase.def</ModuleDefinitionFile>
|
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|
|
|
|
<AdditionalLibraryDirectories>../../Bin;../../Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
<AdditionalDependencies>QB_ImgProcessFunD.lib;MapPrj.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
<Midl>
|
|
|
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</Midl>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<Culture>0x0804</Culture>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Command>copy $(SolutionDir)$(Configuration)\$(ProjectName)D.lib ..\..\Lib\$(ProjectName)D.lib
|
|
|
|
|
copy $(SolutionDir)$(Configuration)\$(ProjectName)D.dll ..\..\Bin\$(ProjectName)D.dll
|
|
|
|
|
copy $(LocalDebuggerWorkingDirectory)\ExportImgShowBase.h ..\..\Include\ExportImgShowBase.h</Command>
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_AFXEXT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>../../Include;../../Include/H264;../../CPP;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<DisableSpecificWarnings>4996;4800;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
|
|
|
<ExceptionHandling>Async</ExceptionHandling>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<ModuleDefinitionFile>.\QB_ImgShowBase.def</ModuleDefinitionFile>
|
|
|
|
|
<AdditionalDependencies>QB_ImgProcessFun.lib;MapPrj.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<AdditionalLibraryDirectories>../../Bin;../../Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
</Link>
|
|
|
|
|
<Midl>
|
|
|
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</Midl>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<Culture>0x0804</Culture>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Command>copy $(OutDir)$(ProjectName).lib ..\..\Lib\$(ProjectName).lib
|
|
|
|
|
copy $(OutDir)$(ProjectName).dll ..\..\Bin\$(ProjectName).dll
|
|
|
|
|
copy $(LocalDebuggerWorkingDirectory)\ExportImgShowBase.h ..\..\Include\ExportImgShowBase.h</Command>
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="QB_ImgShowBase.def" />
|
|
|
|
|
<None Include="ReadMe.txt" />
|
|
|
|
|
<None Include="res\Left.ico" />
|
|
|
|
|
<None Include="res\QB_ImgShowBase.rc2" />
|
|
|
|
|
<None Include="res\Right.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="AddTextDlg.cpp" />
|
|
|
|
|
<ClCompile Include="BCMenu.cpp" />
|
|
|
|
|
<ClCompile Include="BtnST.cpp" />
|
|
|
|
|
<ClCompile Include="CvvImage.cpp" />
|
|
|
|
|
<ClCompile Include="dllmain.cpp">
|
|
|
|
|
<CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="ExportImgShowBase.cpp" />
|
|
|
|
|
<ClCompile Include="FastLookUpDlg.cpp" />
|
|
|
|
|
<ClCompile Include="GlobalFunc.cpp" />
|
|
|
|
|
<ClCompile Include="ImgShowDlg.cpp" />
|
|
|
|
|
<ClCompile Include="Markup.cpp" />
|
|
|
|
|
<ClCompile Include="QB_ImgShowBase.cpp" />
|
|
|
|
|
<ClCompile Include="stdafx.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="TgtLocCalibrateDlg.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="AddTextDlg.h" />
|
|
|
|
|
<ClInclude Include="BCMenu.h" />
|
|
|
|
|
<ClInclude Include="BtnST.h" />
|
|
|
|
|
<ClInclude Include="CvvImage.h" />
|
|
|
|
|
<ClInclude Include="ExportImgShowBase.h" />
|
|
|
|
|
<ClInclude Include="FastLookUpDlg.h" />
|
|
|
|
|
<ClInclude Include="GlobalFunc.h" />
|
|
|
|
|
<ClInclude Include="ImgShowDlg.h" />
|
|
|
|
|
<ClInclude Include="Markup.h" />
|
|
|
|
|
<ClInclude Include="MemDC_Redefine.h" />
|
|
|
|
|
<ClInclude Include="OpencvImgShell.h" />
|
|
|
|
|
<ClInclude Include="Resource.h" />
|
|
|
|
|
<ClInclude Include="stdafx.h" />
|
|
|
|
|
<ClInclude Include="targetver.h" />
|
|
|
|
|
<ClInclude Include="TgtLocCalibrateDlg.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="QB_ImgShowBase.rc" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
<UserProperties RESOURCE_FILE="QB_ImgShowBase.rc" />
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
</Project>
|