| <?xml version="1.0" encoding="utf-8"?> | |
| <Project DefaultTargets="Build" ToolsVersion="12.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>{155E4142-FE39-4EA5-A05C-51E446490640}</ProjectGuid> | |
| <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | |
| <Keyword>ManagedCProj</Keyword> | |
| <RootNamespace>liblog</RootNamespace> | |
| </PropertyGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| <ConfigurationType>StaticLibrary</ConfigurationType> | |
| <UseDebugLibraries>true</UseDebugLibraries> | |
| <CLRSupport>false</CLRSupport> | |
| <CharacterSet>Unicode</CharacterSet> | |
| <PlatformToolset>v120</PlatformToolset> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| <ConfigurationType>StaticLibrary</ConfigurationType> | |
| <UseDebugLibraries>false</UseDebugLibraries> | |
| <CLRSupport>false</CLRSupport> | |
| <CharacterSet>Unicode</CharacterSet> | |
| <PlatformToolset>v120</PlatformToolset> | |
| </PropertyGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| <ImportGroup Label="ExtensionSettings"> | |
| </ImportGroup> | |
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| </ImportGroup> | |
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <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|Win32'"> | |
| <LinkIncremental>true</LinkIncremental> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <LinkIncremental>false</LinkIncremental> | |
| </PropertyGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| <ClCompile> | |
| <WarningLevel>Level3</WarningLevel> | |
| <Optimization>Disabled</Optimization> | |
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
| <CompileAsManaged> | |
| </CompileAsManaged> | |
| <AdditionalIncludeDirectories> | |
| </AdditionalIncludeDirectories> | |
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| <CompileAs>CompileAsCpp</CompileAs> | |
| <ExceptionHandling>Sync</ExceptionHandling> | |
| </ClCompile> | |
| <Link> | |
| <GenerateDebugInformation>true</GenerateDebugInformation> | |
| <AdditionalDependencies> | |
| </AdditionalDependencies> | |
| </Link> | |
| <ProjectReference> | |
| <LinkLibraryDependencies>false</LinkLibraryDependencies> | |
| </ProjectReference> | |
| <Lib /> | |
| <Lib> | |
| <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> | |
| </Lib> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <ClCompile> | |
| <WarningLevel>Level3</WarningLevel> | |
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| <AdditionalIncludeDirectories>src</AdditionalIncludeDirectories> | |
| <CompileAsManaged>false</CompileAsManaged> | |
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
| <AdditionalIncludeDirectories>src</AdditionalIncludeDirectories> | |
| <Optimization>Full</Optimization> | |
| <CallingConvention>Cdecl</CallingConvention> | |
| <CompileAs>CompileAsCpp</CompileAs> | |
| </ClCompile> | |
| <Link> | |
| <GenerateDebugInformation>true</GenerateDebugInformation> | |
| <AdditionalDependencies> | |
| </AdditionalDependencies> | |
| </Link> | |
| </ItemDefinitionGroup> | |
| <ItemGroup> | |
| <ClInclude Include="src\log.h" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ClCompile Include="src\log.c" /> | |
| </ItemGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| <ImportGroup Label="ExtensionTargets"> | |
| </ImportGroup> | |
| </Project> |