Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <ItemGroup Label="ProjectConfigurations">
  4.     <ProjectConfiguration Include="Release|Win32">
  5.       <Configuration>Release</Configuration>
  6.       <Platform>Win32</Platform>
  7.     </ProjectConfiguration>
  8.   </ItemGroup>
  9.   <PropertyGroup Label="Globals">
  10.     <ProjectGuid>{0D291390-1953-4E1F-BBE2-57F12AFF3214}</ProjectGuid>
  11.     <Keyword>Win32Proj</Keyword>
  12.     <RootNamespace>smalllibc</RootNamespace>
  13.   </PropertyGroup>
  14.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  15.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  16.     <ConfigurationType>StaticLibrary</ConfigurationType>
  17.     <UseDebugLibraries>false</UseDebugLibraries>
  18.     <WholeProgramOptimization>true</WholeProgramOptimization>
  19.     <CharacterSet>Unicode</CharacterSet>
  20.   </PropertyGroup>
  21.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  22.   <ImportGroup Label="ExtensionSettings">
  23.   </ImportGroup>
  24.   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  25.     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  26.   </ImportGroup>
  27.   <PropertyGroup Label="UserMacros" />
  28.   <PropertyGroup />
  29.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  30.     <ClCompile>
  31.       <WarningLevel>Level3</WarningLevel>
  32.       <PrecompiledHeader>
  33.       </PrecompiledHeader>
  34.       <Optimization>MinSpace</Optimization>
  35.       <FunctionLevelLinking>true</FunctionLevelLinking>
  36.       <IntrinsicFunctions>true</IntrinsicFunctions>
  37.       <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  38.       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  39.       <BufferSecurityCheck>false</BufferSecurityCheck>
  40.       <OmitFramePointers>true</OmitFramePointers>
  41.       <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
  42.     </ClCompile>
  43.     <Link>
  44.       <SubSystem>Windows</SubSystem>
  45.       <GenerateDebugInformation>true</GenerateDebugInformation>
  46.       <EnableCOMDATFolding>true</EnableCOMDATFolding>
  47.       <OptimizeReferences>true</OptimizeReferences>
  48.     </Link>
  49.   </ItemDefinitionGroup>
  50.   <ItemGroup>
  51.     <ClInclude Include="func.h" />
  52.     <ClInclude Include="kosFile.h" />
  53.     <ClInclude Include="kosSyst.h" />
  54.     <ClInclude Include="mcsmemm.h" />
  55.     <ClInclude Include="mymath.h" />
  56.   </ItemGroup>
  57.   <ItemGroup>
  58.     <ClCompile Include="func.cpp" />
  59.     <ClCompile Include="kosFile.cpp" />
  60.     <ClCompile Include="kosSyst.cpp" />
  61.     <ClCompile Include="math2.cpp" />
  62.     <ClCompile Include="mcsmemm.cpp" />
  63.     <ClCompile Include="purecall.cpp" />
  64.     <ClCompile Include="sprintf.cpp" />
  65.   </ItemGroup>
  66.   <ItemGroup>
  67.     <Object Include="init.obj" />
  68.   </ItemGroup>
  69.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  70.   <ImportGroup Label="ExtensionTargets">
  71.   </ImportGroup>
  72. </Project>