<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{6698E8EC-49D9-421E-AA87-5BCC6B466347}</ProjectGuid> <RootNamespace>CudaMex</RootNamespace> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v140</PlatformToolset> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>v140</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <OutDir>$(SolutionDir)Output\$(ProjectName)\$(Configuration)_$(PlatformName)\</OutDir> <IntDir>$(SolutionDir)Intermediate\$(ProjectName)\$(Configuration)_$(PlatformName)\</IntDir> <TargetExt>.dll</TargetExt> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <OutDir>$(SolutionDir)Output\$(ProjectName)\$(Configuration)_$(PlatformName)\</OutDir> <IntDir>$(SolutionDir)Intermediate\$(ProjectName)\$(Configuration)_$(PlatformName)\</IntDir> <TargetExt>.dll</TargetExt> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <SDLCheck>true</SDLCheck> <AdditionalIncludeDirectories>$(MATLAB_DIR)\extern\include;$(SolutionDir)Mex;Cuda</AdditionalIncludeDirectories> <PreprocessorDefinitions>_WINDLL;_CRT_SECURE_NO_WARNINGS;_CRTDBG_MAP_ALLOC;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> <AdditionalLibraryDirectories>$(MATLAB_DIR)\extern\lib\win64\microsoft;$(SolutionDir)Output\CudaImageProcessor_lib\$(Configuration)_$(PlatformName)\</AdditionalLibraryDirectories> <AdditionalDependencies>CudaImageProcessor_d.lib;libmx.lib;libmex.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> <ModuleDefinitionFile>$(SolutionDir)Mex\CudaMex.def</ModuleDefinitionFile> </Link> <PostBuildEvent> <Command>echo copy $(OutDir)CudaMex.dll "$(ProjectDir)Mex.mexw64" copy $(OutDir)CudaMex.dll "$(ProjectDir)Mex.mexw64"</Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <SDLCheck>true</SDLCheck> <AdditionalIncludeDirectories>$(MATLAB_DIR)\extern\include;$(SolutionDir)Mex;Cuda</AdditionalIncludeDirectories> <PreprocessorDefinitions>_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <AdditionalLibraryDirectories>$(MATLAB_DIR)\extern\lib\win64\microsoft;$(SolutionDir)Output\CudaImageProcessor_lib\$(Configuration)_$(PlatformName)\</AdditionalLibraryDirectories> <AdditionalDependencies>CudaImageProcessor.lib;libmx.lib;libmex.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> <ModuleDefinitionFile>$(SolutionDir)Mex\CudaMex.def</ModuleDefinitionFile> </Link> <PostBuildEvent> <Command>echo copy $(OutDir)CudaMex.dll "$(ProjectDir)Mex.mexw64" copy $(OutDir)CudaMex.dll "$(ProjectDir)Mex.mexw64"</Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemGroup> <ClInclude Include="Cuda\Vec.h" /> <ClInclude Include="Mex\CommandList.h" /> <ClInclude Include="Mex\MexCommand.h" /> <ClInclude Include="Mex\ScopedProcessMutex.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="Mex\CudaMex.cpp" /> <ClCompile Include="Mex\MexLoG.cpp" /> <ClCompile Include="Mex\MexAddConstant.cpp" /> <ClCompile Include="Mex\MexAddImageWith.cpp" /> <ClCompile Include="Mex\MexApplyPolyTransformation.cpp" /> <ClCompile Include="Mex\MexCommand.cpp" /> <ClCompile Include="Mex\MexContrastEnhancement.cpp" /> <ClCompile Include="Mex\MexDeviceCount.cpp" /> <ClCompile Include="Mex\MexDeviceStats.cpp" /> <ClCompile Include="Mex\MexEntropyFilter.cpp" /> <ClCompile Include="Mex\MexGaussianFilter.cpp" /> <ClCompile Include="Mex\MexHistogram.cpp" /> <ClCompile Include="Mex\MexImagePow.cpp" /> <ClCompile Include="Mex\MexLinearUnmixing.cpp" /> <ClCompile Include="Mex\MexMarkovRandomFieldDenoiser.cpp" /> <ClCompile Include="Mex\MexMaxFilterEllipsoid.cpp" /> <ClCompile Include="Mex\MexMaxFilterKernel.cpp" /> <ClCompile Include="Mex\MexMaxFilterNeighborhood.cpp" /> <ClCompile Include="Mex\MexMeanFilter.cpp" /> <ClCompile Include="Mex\MexMedianFilter.cpp" /> <ClCompile Include="Mex\MexMinFilterEllipsoid.cpp" /> <ClCompile Include="Mex\MexMinFilterKernal.cpp" /> <ClCompile Include="Mex\MexMinFilterNeighborhood.cpp" /> <ClCompile Include="Mex\MexMinMax.cpp" /> <ClCompile Include="Mex\MexMorphologicalClosure.cpp" /> <ClCompile Include="Mex\MexMorphologicalOpening.cpp" /> <ClCompile Include="Mex\MexMultiplyImage.cpp" /> <ClCompile Include="Mex\MexMultiplyImageWith.cpp" /> <ClCompile Include="Mex\MexNeighborhoodSum.cpp" /> <ClCompile Include="Mex\MexNormalizedCovariance.cpp" /> <ClCompile Include="Mex\MexNormalizedHistogram.cpp" /> <ClCompile Include="Mex\MexOtsuThresholdFilter.cpp" /> <ClCompile Include="Mex\MexOtsuThresholdValue.cpp" /> <ClCompile Include="Mex\MexRegionGrowing.cpp" /> <ClCompile Include="Mex\MexResize.cpp" /> <ClCompile Include="Mex\MexSegment.cpp" /> <ClCompile Include="Mex\MexStdFilter.cpp" /> <ClCompile Include="Mex\MexSumArray.cpp" /> <ClCompile Include="Mex\MexThresholdFilter.cpp" /> <ClCompile Include="Mex\MexTileImage.cpp" /> <ClCompile Include="Mex\MexVariance.cpp" /> <ClCompile Include="Mex\ScopedProcessMutex.cpp" /> </ItemGroup> <ItemGroup> <None Include="Mex\CudaMex.def" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>