bindevt.vcxproj.in revision 91f66e374b1c5b8cecc18dfb7ae869900b22e904
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ProjectConfiguration Include="Debug|@PLATFORM@">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ProjectConfiguration>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ProjectConfiguration Include="Release|@PLATFORM@">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ProjectConfiguration>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ProjectGuid>{0D745CD9-FC3B-49DC-99BE-1E6DF85593F0}</ProjectGuid>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PropertyGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'" Label="Configuration">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ConfigurationType>DynamicLibrary</ConfigurationType>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PropertyGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'" Label="Configuration">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ConfigurationType>DynamicLibrary</ConfigurationType>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <WholeProgramOptimization>true</WholeProgramOptimization>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PropertyGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ImportGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ImportGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ImportGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <OutDir>..\..\..\Build\$(Configuration)\</OutDir>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <CustomBuildBeforeTargets>ResourceCompile</CustomBuildBeforeTargets>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <IgnoreImportLibrary>true</IgnoreImportLibrary>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PropertyGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <OutDir>..\..\..\Build\$(Configuration)\</OutDir>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <CustomBuildBeforeTargets>ResourceCompile</CustomBuildBeforeTargets>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <IgnoreImportLibrary>true</IgnoreImportLibrary>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PropertyGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PrecompiledHeader>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PrecompiledHeader>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;BINDEVT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <AdditionalIncludeDirectories>..\include;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <FunctionLevelLinking>false</FunctionLevelLinking>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PrecompiledHeaderOutputFile>.\$(Configuration)\$(TargetName).pch</PrecompiledHeaderOutputFile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <AssemblerListingLocation>.\$(Configuration)\</AssemblerListingLocation>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ObjectFileName>.\$(Configuration)\</ObjectFileName>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ClCompile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <GenerateDebugInformation>true</GenerateDebugInformation>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <OutputFile>..\..\..\Build\$(Configuration)\$(TargetName)$(TargetExt)</OutputFile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ImportLibrary>.\$(Configuration)\$(ProjectName).lib</ImportLibrary>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <CustomBuildStep>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </CustomBuildStep>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <CustomBuildStep>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </CustomBuildStep>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemDefinitionGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PrecompiledHeader>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PrecompiledHeader>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <FunctionLevelLinking>true</FunctionLevelLinking>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;BINDEVT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <AdditionalIncludeDirectories>..\include;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PrecompiledHeaderOutputFile>.\$(Configuration)\$(TargetName).pch</PrecompiledHeaderOutputFile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <AssemblerListingLocation>.\$(Configuration)\</AssemblerListingLocation>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ObjectFileName>.\$(Configuration)\</ObjectFileName>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <WholeProgramOptimization>false</WholeProgramOptimization>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ClCompile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <GenerateDebugInformation>false</GenerateDebugInformation>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <EnableCOMDATFolding>true</EnableCOMDATFolding>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <OutputFile>..\..\..\Build\$(Configuration)\$(TargetName)$(TargetExt)</OutputFile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ImportLibrary>.\$(Configuration)\$(ProjectName).lib</ImportLibrary>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <CustomBuildStep>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </CustomBuildStep>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <CustomBuildStep>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </CustomBuildStep>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemDefinitionGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ImportGroup>