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="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <ItemGroup Label="ProjectConfigurations">
  4.     <ProjectConfiguration Include="Debug|Win32">
  5.       <Configuration>Debug</Configuration>
  6.       <Platform>Win32</Platform>
  7.     </ProjectConfiguration>
  8.     <ProjectConfiguration Include="Release|Win32">
  9.       <Configuration>Release</Configuration>
  10.       <Platform>Win32</Platform>
  11.     </ProjectConfiguration>
  12.     <ProjectConfiguration Include="Debug|x64">
  13.       <Configuration>Debug</Configuration>
  14.       <Platform>x64</Platform>
  15.     </ProjectConfiguration>
  16.     <ProjectConfiguration Include="Release|x64">
  17.       <Configuration>Release</Configuration>
  18.       <Platform>x64</Platform>
  19.     </ProjectConfiguration>
  20.   </ItemGroup>
  21.   <PropertyGroup Label="Globals">
  22.     <ProjectGuid>{41F2DA74-9707-49A3-A466-157C7028BD79}</ProjectGuid>
  23.     <Keyword>Win32Proj</Keyword>
  24.     <RootNamespace>libtcc</RootNamespace>
  25.     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  26.   </PropertyGroup>
  27.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29.     <ConfigurationType>DynamicLibrary</ConfigurationType>
  30.     <UseDebugLibraries>true</UseDebugLibraries>
  31.     <PlatformToolset>v140</PlatformToolset>
  32.     <CharacterSet>MultiByte</CharacterSet>
  33.   </PropertyGroup>
  34.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  35.     <ConfigurationType>DynamicLibrary</ConfigurationType>
  36.     <UseDebugLibraries>false</UseDebugLibraries>
  37.     <PlatformToolset>v140</PlatformToolset>
  38.     <WholeProgramOptimization>true</WholeProgramOptimization>
  39.     <CharacterSet>MultiByte</CharacterSet>
  40.   </PropertyGroup>
  41.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  42.     <ConfigurationType>DynamicLibrary</ConfigurationType>
  43.     <UseDebugLibraries>true</UseDebugLibraries>
  44.     <PlatformToolset>v140</PlatformToolset>
  45.     <CharacterSet>MultiByte</CharacterSet>
  46.   </PropertyGroup>
  47.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48.     <ConfigurationType>DynamicLibrary</ConfigurationType>
  49.     <UseDebugLibraries>false</UseDebugLibraries>
  50.     <PlatformToolset>v140</PlatformToolset>
  51.     <WholeProgramOptimization>true</WholeProgramOptimization>
  52.     <CharacterSet>MultiByte</CharacterSet>
  53.   </PropertyGroup>
  54.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55.   <ImportGroup Label="ExtensionSettings">
  56.   </ImportGroup>
  57.   <ImportGroup Label="Shared">
  58.   </ImportGroup>
  59.   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  60.     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61.   </ImportGroup>
  62.   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  63.     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64.   </ImportGroup>
  65.   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  66.     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67.   </ImportGroup>
  68.   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  69.     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70.   </ImportGroup>
  71.   <PropertyGroup Label="UserMacros" />
  72.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  73.     <LinkIncremental>true</LinkIncremental>
  74.   </PropertyGroup>
  75.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  76.     <LinkIncremental>true</LinkIncremental>
  77.   </PropertyGroup>
  78.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  79.     <LinkIncremental>false</LinkIncremental>
  80.   </PropertyGroup>
  81.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  82.     <LinkIncremental>false</LinkIncremental>
  83.   </PropertyGroup>
  84.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  85.     <ClCompile>
  86.       <PrecompiledHeader>
  87.       </PrecompiledHeader>
  88.       <WarningLevel>Level3</WarningLevel>
  89.       <Optimization>Disabled</Optimization>
  90.       <PreprocessorDefinitions>ONE_SOURCE;LIBTCC_AS_DLL;TCC_TARGET_PE;TCC_TARGET_I386;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBTCC_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  91.     </ClCompile>
  92.     <Link>
  93.       <SubSystem>Windows</SubSystem>
  94.       <GenerateDebugInformation>true</GenerateDebugInformation>
  95.     </Link>
  96.     <PostBuildEvent>
  97.       <Command>copy $(TargetPath) $(SolutionDir)..</Command>
  98.     </PostBuildEvent>
  99.   </ItemDefinitionGroup>
  100.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  101.     <ClCompile>
  102.       <PrecompiledHeader>
  103.       </PrecompiledHeader>
  104.       <WarningLevel>Level3</WarningLevel>
  105.       <Optimization>Disabled</Optimization>
  106.       <PreprocessorDefinitions>ONE_SOURCE;LIBTCC_AS_DLL;TCC_TARGET_PE;TCC_TARGET_X86_64;_DEBUG;_WINDOWS;_USRDLL;LIBTCC_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  107.     </ClCompile>
  108.     <Link>
  109.       <SubSystem>Windows</SubSystem>
  110.       <GenerateDebugInformation>true</GenerateDebugInformation>
  111.     </Link>
  112.     <PostBuildEvent>
  113.       <Command>copy $(TargetPath) $(SolutionDir)..</Command>
  114.     </PostBuildEvent>
  115.   </ItemDefinitionGroup>
  116.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  117.     <ClCompile>
  118.       <WarningLevel>Level3</WarningLevel>
  119.       <PrecompiledHeader>
  120.       </PrecompiledHeader>
  121.       <Optimization>MaxSpeed</Optimization>
  122.       <FunctionLevelLinking>true</FunctionLevelLinking>
  123.       <IntrinsicFunctions>true</IntrinsicFunctions>
  124.       <PreprocessorDefinitions>ONE_SOURCE;LIBTCC_AS_DLL;TCC_TARGET_PE;TCC_TARGET_I386;WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBTCC_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  125.     </ClCompile>
  126.     <Link>
  127.       <SubSystem>Windows</SubSystem>
  128.       <EnableCOMDATFolding>true</EnableCOMDATFolding>
  129.       <OptimizeReferences>true</OptimizeReferences>
  130.       <GenerateDebugInformation>true</GenerateDebugInformation>
  131.     </Link>
  132.     <PostBuildEvent>
  133.       <Command>copy $(TargetPath) $(SolutionDir)..</Command>
  134.     </PostBuildEvent>
  135.   </ItemDefinitionGroup>
  136.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  137.     <ClCompile>
  138.       <WarningLevel>Level3</WarningLevel>
  139.       <PrecompiledHeader>
  140.       </PrecompiledHeader>
  141.       <Optimization>MaxSpeed</Optimization>
  142.       <FunctionLevelLinking>true</FunctionLevelLinking>
  143.       <IntrinsicFunctions>true</IntrinsicFunctions>
  144.       <PreprocessorDefinitions>ONE_SOURCE;LIBTCC_AS_DLL;TCC_TARGET_PE;TCC_TARGET_X86_64;NDEBUG;_WINDOWS;_USRDLL;LIBTCC_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  145.     </ClCompile>
  146.     <Link>
  147.       <SubSystem>Windows</SubSystem>
  148.       <EnableCOMDATFolding>true</EnableCOMDATFolding>
  149.       <OptimizeReferences>true</OptimizeReferences>
  150.       <GenerateDebugInformation>true</GenerateDebugInformation>
  151.     </Link>
  152.     <PostBuildEvent>
  153.       <Command>copy $(TargetPath) $(SolutionDir)..</Command>
  154.     </PostBuildEvent>
  155.   </ItemDefinitionGroup>
  156.   <ItemGroup>
  157.     <ClCompile Include="..\..\libtcc.c" />
  158.   </ItemGroup>
  159.   <ItemGroup>
  160.     <ClInclude Include="..\..\arm-gen.c" />
  161.     <ClInclude Include="..\..\arm64-gen.c" />
  162.     <ClInclude Include="..\..\c67-gen.c" />
  163.     <ClInclude Include="..\..\conftest.c" />
  164.     <ClInclude Include="..\..\i386-asm.c" />
  165.     <ClInclude Include="..\..\i386-gen.c" />
  166.     <ClInclude Include="..\..\il-gen.c" />
  167.     <ClInclude Include="..\..\tcc.h" />
  168.     <ClInclude Include="..\..\tccasm.c" />
  169.     <ClInclude Include="..\..\tcccoff.c" />
  170.     <ClInclude Include="..\..\tccelf.c" />
  171.     <ClInclude Include="..\..\tccgen.c" />
  172.     <ClInclude Include="..\..\tccpe.c" />
  173.     <ClInclude Include="..\..\tccpp.c" />
  174.     <ClInclude Include="..\..\tccrun.c" />
  175.     <ClInclude Include="..\..\x86_64-gen.c" />
  176.     <ClInclude Include="..\..\coff.h" />
  177.     <ClInclude Include="..\..\elf.h" />
  178.     <ClInclude Include="..\..\i386-asm.h" />
  179.     <ClInclude Include="..\..\i386-tok.h" />
  180.     <ClInclude Include="..\..\il-opcodes.h" />
  181.     <ClInclude Include="..\..\libtcc.h" />
  182.     <ClInclude Include="..\..\stab.h" />
  183.     <ClInclude Include="..\..\tcclib.h" />
  184.     <ClInclude Include="..\..\tcctok.h" />
  185.     <ClInclude Include="..\..\x86_64-asm.h" />
  186.   </ItemGroup>
  187.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  188.   <ImportGroup Label="ExtensionTargets">
  189.   </ImportGroup>
  190. </Project>