|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="12.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>{740F3C30-EB6C-4B59-9C50-AE4D5A4A9D12}</ProjectGuid> |
| 23 | + <RootNamespace>micropython</RootNamespace> |
| 24 | + </PropertyGroup> |
| 25 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 26 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 27 | + <ConfigurationType>Application</ConfigurationType> |
| 28 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 29 | + <PlatformToolset>v120</PlatformToolset> |
| 30 | + <CharacterSet>MultiByte</CharacterSet> |
| 31 | + </PropertyGroup> |
| 32 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 33 | + <ConfigurationType>Application</ConfigurationType> |
| 34 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 35 | + <PlatformToolset>v120</PlatformToolset> |
| 36 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 37 | + <CharacterSet>MultiByte</CharacterSet> |
| 38 | + </PropertyGroup> |
| 39 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 40 | + <ConfigurationType>Application</ConfigurationType> |
| 41 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 42 | + <PlatformToolset>v120</PlatformToolset> |
| 43 | + <CharacterSet>MultiByte</CharacterSet> |
| 44 | + </PropertyGroup> |
| 45 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 46 | + <ConfigurationType>Application</ConfigurationType> |
| 47 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 48 | + <PlatformToolset>v120</PlatformToolset> |
| 49 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 50 | + <CharacterSet>MultiByte</CharacterSet> |
| 51 | + </PropertyGroup> |
| 52 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 53 | + <ImportGroup Label="ExtensionSettings"> |
| 54 | + </ImportGroup> |
| 55 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 56 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 57 | + <Import Project="msvc/common.props" /> |
| 58 | + <Import Project="msvc/debug.props" /> |
| 59 | + </ImportGroup> |
| 60 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 61 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 62 | + <Import Project="msvc/common.props" /> |
| 63 | + <Import Project="msvc/release.props" /> |
| 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 | + <Import Project="msvc/common.props" /> |
| 68 | + <Import Project="msvc/debug.props" /> |
| 69 | + </ImportGroup> |
| 70 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 71 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 72 | + <Import Project="msvc/common.props" /> |
| 73 | + <Import Project="msvc/release.props" /> |
| 74 | + </ImportGroup> |
| 75 | + <PropertyGroup Label="UserMacros" /> |
| 76 | + <PropertyGroup /> |
| 77 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 78 | + <ClCompile /> |
| 79 | + <Link /> |
| 80 | + </ItemDefinitionGroup> |
| 81 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 82 | + <ClCompile /> |
| 83 | + <Link /> |
| 84 | + </ItemDefinitionGroup> |
| 85 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 86 | + <ClCompile /> |
| 87 | + <Link /> |
| 88 | + </ItemDefinitionGroup> |
| 89 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 90 | + <ClCompile /> |
| 91 | + <Link /> |
| 92 | + </ItemDefinitionGroup> |
| 93 | + <ItemGroup> |
| 94 | + </ItemGroup> |
| 95 | + <Import Project="msvc/sources.props" /> |
| 96 | + <Import Project="msvc/genhdr.targets" /> |
| 97 | + <Target Name="GenHeaders" BeforeTargets="BuildGenerateSources" DependsOnTargets="GenerateHeaders"> |
| 98 | + </Target> |
| 99 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 100 | + <ImportGroup Label="ExtensionTargets"> |
| 101 | + </ImportGroup> |
| 102 | +</Project> |
0 commit comments