17db96d56Sopenharmony_ci<?xml version="1.0" encoding="utf-8"?> 27db96d56Sopenharmony_ci<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 37db96d56Sopenharmony_ci <ItemGroup Label="ProjectConfigurations"> 47db96d56Sopenharmony_ci <ProjectConfiguration Include="Debug|ARM"> 57db96d56Sopenharmony_ci <Configuration>Debug</Configuration> 67db96d56Sopenharmony_ci <Platform>ARM</Platform> 77db96d56Sopenharmony_ci </ProjectConfiguration> 87db96d56Sopenharmony_ci <ProjectConfiguration Include="Debug|ARM64"> 97db96d56Sopenharmony_ci <Configuration>Debug</Configuration> 107db96d56Sopenharmony_ci <Platform>ARM64</Platform> 117db96d56Sopenharmony_ci </ProjectConfiguration> 127db96d56Sopenharmony_ci <ProjectConfiguration Include="Debug|Win32"> 137db96d56Sopenharmony_ci <Configuration>Debug</Configuration> 147db96d56Sopenharmony_ci <Platform>Win32</Platform> 157db96d56Sopenharmony_ci </ProjectConfiguration> 167db96d56Sopenharmony_ci <ProjectConfiguration Include="Debug|x64"> 177db96d56Sopenharmony_ci <Configuration>Debug</Configuration> 187db96d56Sopenharmony_ci <Platform>x64</Platform> 197db96d56Sopenharmony_ci </ProjectConfiguration> 207db96d56Sopenharmony_ci <ProjectConfiguration Include="PGInstrument|ARM"> 217db96d56Sopenharmony_ci <Configuration>PGInstrument</Configuration> 227db96d56Sopenharmony_ci <Platform>ARM</Platform> 237db96d56Sopenharmony_ci </ProjectConfiguration> 247db96d56Sopenharmony_ci <ProjectConfiguration Include="PGInstrument|ARM64"> 257db96d56Sopenharmony_ci <Configuration>PGInstrument</Configuration> 267db96d56Sopenharmony_ci <Platform>ARM64</Platform> 277db96d56Sopenharmony_ci </ProjectConfiguration> 287db96d56Sopenharmony_ci <ProjectConfiguration Include="PGInstrument|Win32"> 297db96d56Sopenharmony_ci <Configuration>PGInstrument</Configuration> 307db96d56Sopenharmony_ci <Platform>Win32</Platform> 317db96d56Sopenharmony_ci </ProjectConfiguration> 327db96d56Sopenharmony_ci <ProjectConfiguration Include="PGInstrument|x64"> 337db96d56Sopenharmony_ci <Configuration>PGInstrument</Configuration> 347db96d56Sopenharmony_ci <Platform>x64</Platform> 357db96d56Sopenharmony_ci </ProjectConfiguration> 367db96d56Sopenharmony_ci <ProjectConfiguration Include="PGUpdate|ARM"> 377db96d56Sopenharmony_ci <Configuration>PGUpdate</Configuration> 387db96d56Sopenharmony_ci <Platform>ARM</Platform> 397db96d56Sopenharmony_ci </ProjectConfiguration> 407db96d56Sopenharmony_ci <ProjectConfiguration Include="PGUpdate|ARM64"> 417db96d56Sopenharmony_ci <Configuration>PGUpdate</Configuration> 427db96d56Sopenharmony_ci <Platform>ARM64</Platform> 437db96d56Sopenharmony_ci </ProjectConfiguration> 447db96d56Sopenharmony_ci <ProjectConfiguration Include="PGUpdate|Win32"> 457db96d56Sopenharmony_ci <Configuration>PGUpdate</Configuration> 467db96d56Sopenharmony_ci <Platform>Win32</Platform> 477db96d56Sopenharmony_ci </ProjectConfiguration> 487db96d56Sopenharmony_ci <ProjectConfiguration Include="PGUpdate|x64"> 497db96d56Sopenharmony_ci <Configuration>PGUpdate</Configuration> 507db96d56Sopenharmony_ci <Platform>x64</Platform> 517db96d56Sopenharmony_ci </ProjectConfiguration> 527db96d56Sopenharmony_ci <ProjectConfiguration Include="Release|ARM"> 537db96d56Sopenharmony_ci <Configuration>Release</Configuration> 547db96d56Sopenharmony_ci <Platform>ARM</Platform> 557db96d56Sopenharmony_ci </ProjectConfiguration> 567db96d56Sopenharmony_ci <ProjectConfiguration Include="Release|ARM64"> 577db96d56Sopenharmony_ci <Configuration>Release</Configuration> 587db96d56Sopenharmony_ci <Platform>ARM64</Platform> 597db96d56Sopenharmony_ci </ProjectConfiguration> 607db96d56Sopenharmony_ci <ProjectConfiguration Include="Release|Win32"> 617db96d56Sopenharmony_ci <Configuration>Release</Configuration> 627db96d56Sopenharmony_ci <Platform>Win32</Platform> 637db96d56Sopenharmony_ci </ProjectConfiguration> 647db96d56Sopenharmony_ci <ProjectConfiguration Include="Release|x64"> 657db96d56Sopenharmony_ci <Configuration>Release</Configuration> 667db96d56Sopenharmony_ci <Platform>x64</Platform> 677db96d56Sopenharmony_ci </ProjectConfiguration> 687db96d56Sopenharmony_ci </ItemGroup> 697db96d56Sopenharmony_ci <PropertyGroup Label="Globals"> 707db96d56Sopenharmony_ci <ProjectGuid>{FDB84CBB-2FB6-47C8-A2D6-091E0833239D}</ProjectGuid> 717db96d56Sopenharmony_ci <RootNamespace>venvwlauncher</RootNamespace> 727db96d56Sopenharmony_ci <TargetName>venvwlauncher</TargetName> 737db96d56Sopenharmony_ci <SupportPGO>false</SupportPGO> 747db96d56Sopenharmony_ci </PropertyGroup> 757db96d56Sopenharmony_ci <Import Project="python.props" /> 767db96d56Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 777db96d56Sopenharmony_ci <PropertyGroup Label="Configuration"> 787db96d56Sopenharmony_ci <ConfigurationType>Application</ConfigurationType> 797db96d56Sopenharmony_ci <CharacterSet>MultiByte</CharacterSet> 807db96d56Sopenharmony_ci </PropertyGroup> 817db96d56Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 827db96d56Sopenharmony_ci <ImportGroup Label="ExtensionSettings"> 837db96d56Sopenharmony_ci </ImportGroup> 847db96d56Sopenharmony_ci <PropertyGroup> 857db96d56Sopenharmony_ci <MakeVersionInfoBeforeTarget>ClCompile</MakeVersionInfoBeforeTarget> 867db96d56Sopenharmony_ci </PropertyGroup> 877db96d56Sopenharmony_ci <ImportGroup Label="PropertySheets"> 887db96d56Sopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 897db96d56Sopenharmony_ci <Import Project="pyproject.props" /> 907db96d56Sopenharmony_ci </ImportGroup> 917db96d56Sopenharmony_ci <PropertyGroup Label="UserMacros" /> 927db96d56Sopenharmony_ci <ItemDefinitionGroup> 937db96d56Sopenharmony_ci <ClCompile> 947db96d56Sopenharmony_ci <PreprocessorDefinitions>_WINDOWS;VENV_REDIRECT;%(PreprocessorDefinitions)</PreprocessorDefinitions> 957db96d56Sopenharmony_ci <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 967db96d56Sopenharmony_ci </ClCompile> 977db96d56Sopenharmony_ci <ResourceCompile> 987db96d56Sopenharmony_ci <PreprocessorDefinitions>PYW_ICON;%(PreprocessorDefinitions)</PreprocessorDefinitions> 997db96d56Sopenharmony_ci </ResourceCompile> 1007db96d56Sopenharmony_ci <Link> 1017db96d56Sopenharmony_ci <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies> 1027db96d56Sopenharmony_ci <SubSystem>Windows</SubSystem> 1037db96d56Sopenharmony_ci </Link> 1047db96d56Sopenharmony_ci </ItemDefinitionGroup> 1057db96d56Sopenharmony_ci <ItemGroup> 1067db96d56Sopenharmony_ci <ClCompile Include="..\PC\launcher.c" /> 1077db96d56Sopenharmony_ci </ItemGroup> 1087db96d56Sopenharmony_ci <ItemGroup> 1097db96d56Sopenharmony_ci <None Include="..\PC\launcher.ico" /> 1107db96d56Sopenharmony_ci </ItemGroup> 1117db96d56Sopenharmony_ci <ItemGroup> 1127db96d56Sopenharmony_ci <ResourceCompile Include="..\PC\pylauncher.rc" /> 1137db96d56Sopenharmony_ci </ItemGroup> 1147db96d56Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 1157db96d56Sopenharmony_ci <ImportGroup Label="ExtensionTargets"> 1167db96d56Sopenharmony_ci </ImportGroup> 1177db96d56Sopenharmony_ci</Project> 118