Go to most recent revision | Blame | Compare with Previous | Last modification | View Log
<?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>{EA818D04-EBEA-42C2-AD2D-090B93CB55F7}</ProjectGuid><Keyword>MFCProj</Keyword></PropertyGroup><Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /><PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"><ConfigurationType>StaticLibrary</ConfigurationType><PlatformToolset>v110</PlatformToolset><UseOfMfc>Dynamic</UseOfMfc><CharacterSet>Unicode</CharacterSet></PropertyGroup><PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"><ConfigurationType>StaticLibrary</ConfigurationType><PlatformToolset>v110</PlatformToolset><UseOfMfc>Dynamic</UseOfMfc></PropertyGroup><Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /><ImportGroup Label="ExtensionSettings"></ImportGroup><ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"><Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /><Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /></ImportGroup><ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"><Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /><Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /></ImportGroup><PropertyGroup Label="UserMacros" /><PropertyGroup><_ProjectFileVersion>11.0.50727.1</_ProjectFileVersion></PropertyGroup><PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"><OutDir>.\Release\</OutDir><IntDir>.\Release\Temp\</IntDir></PropertyGroup><PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"><OutDir>.\Debug\</OutDir><IntDir>.\Debug\Temp\</IntDir></PropertyGroup><ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"><ClCompile><Optimization>Disabled</Optimization><PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions><MinimalRebuild>true</MinimalRebuild><BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks><RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary><StructMemberAlignment>2Bytes</StructMemberAlignment><PrecompiledHeaderOutputFile>.\Release\Temp/MyControls.pch</PrecompiledHeaderOutputFile><AssemblerListingLocation>.\Release\Temp/</AssemblerListingLocation><ObjectFileName>.\Release\Temp/</ObjectFileName><ProgramDataBaseFileName>.\Release\Temp/</ProgramDataBaseFileName><WarningLevel>Level3</WarningLevel><SuppressStartupBanner>true</SuppressStartupBanner><DebugInformationFormat>EditAndContinue</DebugInformationFormat></ClCompile><ResourceCompile><PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions><Culture>0x0413</Culture></ResourceCompile><Lib><OutputFile>.\Release\MyControls.lib</OutputFile><SuppressStartupBanner>true</SuppressStartupBanner></Lib><Bscmake><SuppressStartupBanner>true</SuppressStartupBanner><OutputFile>.\Release/MyControls.bsc</OutputFile></Bscmake></ItemDefinitionGroup><ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"><ClCompile><Optimization>Disabled</Optimization><PreprocessorDefinitions>WIN32;_DEBUG;LIB;</PreprocessorDefinitions><MinimalRebuild>true</MinimalRebuild><BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks><RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary><StructMemberAlignment>2Bytes</StructMemberAlignment><PrecompiledHeaderOutputFile>.\Debug\Temp/MyControls.pch</PrecompiledHeaderOutputFile><AssemblerListingLocation>.\Debug\Temp/</AssemblerListingLocation><ObjectFileName>.\Debug\Temp/</ObjectFileName><ProgramDataBaseFileName>.\Debug\Temp/</ProgramDataBaseFileName><WarningLevel>Level3</WarningLevel><SuppressStartupBanner>true</SuppressStartupBanner><DebugInformationFormat>EditAndContinue</DebugInformationFormat></ClCompile><ResourceCompile><PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions><Culture>0x0413</Culture></ResourceCompile><Lib><OutputFile>.\Debug\MyControls.lib</OutputFile><SuppressStartupBanner>true</SuppressStartupBanner></Lib><Bscmake><SuppressStartupBanner>true</SuppressStartupBanner><OutputFile>.\Debug/MyControls.bsc</OutputFile></Bscmake></ItemDefinitionGroup><ItemGroup><ClCompile Include="BtnST.cpp" /><ClCompile Include="DbgView.cpp" /><ClCompile Include="ExecImageVersion.cpp" /><ClCompile Include="Hklm.cpp" /><ClCompile Include="HyperLink.cpp" /><ClCompile Include="INIFile.cpp" /><ClCompile Include="NTEventLogSource.cpp" /><ClCompile Include="StdAfx.cpp"><PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader><PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">stdafx.h</PrecompiledHeaderFile><PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader><PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">stdafx.h</PrecompiledHeaderFile></ClCompile></ItemGroup><ItemGroup><ClInclude Include="BtnST.h" /><ClInclude Include="DbgView.h" /><ClInclude Include="ExecImageVersion.h" /><ClInclude Include="NTEventLogSource.h" /><ClInclude Include="Hklm.h" /><ClInclude Include="HyperLink.h" /><ClInclude Include="INIFile.h" /><ClInclude Include="ntserv_msg.h" /><ClInclude Include="StdAfx.h" /></ItemGroup><ItemGroup><Text Include="Readme.txt" /></ItemGroup><ItemGroup><None Include="ntserv_msg.mc" /></ItemGroup><Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /><ImportGroup Label="ExtensionTargets"></ImportGroup></Project>