bindevt.vcxproj.in revision 91f66e374b1c5b8cecc18dfb7ae869900b22e904
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews<?xml version="1.0" encoding="utf-8"?>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ItemGroup Label="ProjectConfigurations">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ProjectConfiguration Include="Debug|@PLATFORM@">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Configuration>Debug</Configuration>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Platform>@PLATFORM@</Platform>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ProjectConfiguration>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ProjectConfiguration Include="Release|@PLATFORM@">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Configuration>Release</Configuration>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Platform>@PLATFORM@</Platform>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ProjectConfiguration>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PropertyGroup Label="Globals">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ProjectGuid>{0D745CD9-FC3B-49DC-99BE-1E6DF85593F0}</ProjectGuid>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Keyword>Win32Proj</Keyword>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <RootNamespace>bindevt</RootNamespace>
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 <UseDebugLibraries>true</UseDebugLibraries>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <CharacterSet>MultiByte</CharacterSet>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PropertyGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'" Label="Configuration">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ConfigurationType>DynamicLibrary</ConfigurationType>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <UseDebugLibraries>false</UseDebugLibraries>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <WholeProgramOptimization>true</WholeProgramOptimization>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <CharacterSet>MultiByte</CharacterSet>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PropertyGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ImportGroup Label="ExtensionSettings">
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 Label="UserMacros" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <LinkIncremental>true</LinkIncremental>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <OutDir>..\..\..\Build\$(Configuration)\</OutDir>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <IntDir>.\$(Configuration)\</IntDir>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <CustomBuildBeforeTargets>ResourceCompile</CustomBuildBeforeTargets>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <IgnoreImportLibrary>true</IgnoreImportLibrary>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PropertyGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <LinkIncremental>false</LinkIncremental>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <OutDir>..\..\..\Build\$(Configuration)\</OutDir>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <IntDir>.\$(Configuration)\</IntDir>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <CustomBuildBeforeTargets>ResourceCompile</CustomBuildBeforeTargets>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <IgnoreImportLibrary>true</IgnoreImportLibrary>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PropertyGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PrecompiledHeader>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PrecompiledHeader>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <WarningLevel>Level3</WarningLevel>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Optimization>Disabled</Optimization>
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 <BrowseInformation>true</BrowseInformation>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ClCompile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Link>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <SubSystem>Console</SubSystem>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <GenerateDebugInformation>true</GenerateDebugInformation>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <OutputFile>..\..\..\Build\$(Configuration)\$(TargetName)$(TargetExt)</OutputFile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ImportLibrary>.\$(Configuration)\$(ProjectName).lib</ImportLibrary>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </Link>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <CustomBuildStep>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Command>mc bindevt.mc</Command>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </CustomBuildStep>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <CustomBuildStep>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Outputs>$(TargetName).rc</Outputs>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </CustomBuildStep>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemDefinitionGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <WarningLevel>Level3</WarningLevel>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <PrecompiledHeader>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </PrecompiledHeader>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Optimization>MaxSpeed</Optimization>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <FunctionLevelLinking>true</FunctionLevelLinking>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <IntrinsicFunctions>false</IntrinsicFunctions>
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 <StringPooling>true</StringPooling>
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 <Link>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <SubSystem>Console</SubSystem>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <GenerateDebugInformation>false</GenerateDebugInformation>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <EnableCOMDATFolding>true</EnableCOMDATFolding>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <OptimizeReferences>true</OptimizeReferences>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <OutputFile>..\..\..\Build\$(Configuration)\$(TargetName)$(TargetExt)</OutputFile>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ImportLibrary>.\$(Configuration)\$(ProjectName).lib</ImportLibrary>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </Link>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <CustomBuildStep>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Command>mc bindevt.mc</Command>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </CustomBuildStep>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <CustomBuildStep>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Outputs>$(TargetName).rc</Outputs>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </CustomBuildStep>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemDefinitionGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ClCompile Include="bindevt.c" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <None Include="bindevt.mc" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ResourceCompile Include="bindevt.rc" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ItemGroup>
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews <ImportGroup Label="ExtensionTargets">
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews </ImportGroup>
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews</Project>