123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" 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>{BF8A2750-B847-3BA6-9EAF-05F43380F46C}</ProjectGuid>
- <RootNamespace>mem_image</RootNamespace>
- <Keyword>Qt4VSv1.0</Keyword>
- <WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
- <WindowsTargetPlatformMinVersion>10.0.18362.0</WindowsTargetPlatformMinVersion>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <PlatformToolset>v142</PlatformToolset>
- <OutputDirectory>debug-x86_64\</OutputDirectory>
- <ATLMinimizesCRunTimeLibraryUsage>false</ATLMinimizesCRunTimeLibraryUsage>
- <CharacterSet>NotSet</CharacterSet>
- <ConfigurationType>Application</ConfigurationType>
- <IntermediateDirectory>debug-x86_64\mem_image.obj\</IntermediateDirectory>
- <PrimaryOutput>mem_image</PrimaryOutput>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <PlatformToolset>v142</PlatformToolset>
- <OutputDirectory>release-x86_64\</OutputDirectory>
- <ATLMinimizesCRunTimeLibraryUsage>false</ATLMinimizesCRunTimeLibraryUsage>
- <CharacterSet>NotSet</CharacterSet>
- <ConfigurationType>Application</ConfigurationType>
- <IntermediateDirectory>release-x86_64\mem_image.obj\</IntermediateDirectory>
- <PrimaryOutput>mem_image</PrimaryOutput>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings" />
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
- </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')" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">debug-x86_64\</OutDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">debug-x86_64\mem_image.obj\</IntDir>
- <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">mem_image</TargetName>
- <IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</IgnoreImportLibrary>
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">release-x86_64\</OutDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">release-x86_64\mem_image.obj\</IntDir>
- <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">mem_image</TargetName>
- <IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</IgnoreImportLibrary>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <ClCompile>
- <AdditionalIncludeDirectories>.;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <AdditionalOptions>-Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
- <AssemblerListingLocation>debug-x86_64\mem_image.obj\</AssemblerListingLocation>
- <BrowseInformation>false</BrowseInformation>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <ExceptionHandling>Sync</ExceptionHandling>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- <ObjectFileName>debug-x86_64\mem_image.obj\</ObjectFileName>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>_CONSOLE;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <PreprocessToFile>false</PreprocessToFile>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
- <WarningLevel>TurnOffAllWarnings</WarningLevel>
- </ClCompile>
- <Link>
- <AdditionalDependencies>ws2_32.lib;libraw.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <AdditionalLibraryDirectories>debug-x86_64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
- <AdditionalOptions>"/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" %(AdditionalOptions)</AdditionalOptions>
- <DataExecutionPrevention>true</DataExecutionPrevention>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <IgnoreImportLibrary>true</IgnoreImportLibrary>
- <OutputFile>$(OutDir)\mem_image.exe</OutputFile>
- <RandomizedBaseAddress>true</RandomizedBaseAddress>
- <SubSystem>Console</SubSystem>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- </Link>
- <Midl>
- <DefaultCharType>Unsigned</DefaultCharType>
- <EnableErrorChecks>None</EnableErrorChecks>
- <WarningLevel>0</WarningLevel>
- </Midl>
- <ResourceCompile>
- <PreprocessorDefinitions>_CONSOLE;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ResourceCompile>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <ClCompile>
- <AdditionalIncludeDirectories>.;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <AdditionalOptions>-Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
- <AssemblerListingLocation>release-x86_64\mem_image.obj\</AssemblerListingLocation>
- <BrowseInformation>false</BrowseInformation>
- <DebugInformationFormat>None</DebugInformationFormat>
- <ExceptionHandling>Sync</ExceptionHandling>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- <ObjectFileName>release-x86_64\mem_image.obj\</ObjectFileName>
- <Optimization>MaxSpeed</Optimization>
- <PreprocessorDefinitions>_CONSOLE;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <PreprocessToFile>false</PreprocessToFile>
- <ProgramDataBaseFileName></ProgramDataBaseFileName>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
- <WarningLevel>TurnOffAllWarnings</WarningLevel>
- </ClCompile>
- <Link>
- <AdditionalDependencies>ws2_32.lib;libraw.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <AdditionalLibraryDirectories>release-x86_64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
- <AdditionalOptions>"/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" %(AdditionalOptions)</AdditionalOptions>
- <DataExecutionPrevention>true</DataExecutionPrevention>
- <GenerateDebugInformation>false</GenerateDebugInformation>
- <IgnoreImportLibrary>true</IgnoreImportLibrary>
- <LinkIncremental>false</LinkIncremental>
- <OptimizeReferences>true</OptimizeReferences>
- <OutputFile>$(OutDir)\mem_image.exe</OutputFile>
- <RandomizedBaseAddress>true</RandomizedBaseAddress>
- <SubSystem>Console</SubSystem>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- </Link>
- <Midl>
- <DefaultCharType>Unsigned</DefaultCharType>
- <EnableErrorChecks>None</EnableErrorChecks>
- <WarningLevel>0</WarningLevel>
- </Midl>
- <ResourceCompile>
- <PreprocessorDefinitions>_CONSOLE;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ResourceCompile>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="..\samples\mem_image_sample.cpp" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets" />
- </Project>
|