2026-02-13 14:34:15 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2026-03-01 13:48:24 +08:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2026-02-13 14:34:15 +08:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
|
<ProjectConfiguration Include="Debug_Unicode|Win32">
|
|
|
|
|
|
<Configuration>Debug_Unicode</Configuration>
|
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
|
<ProjectConfiguration Include="Release_Unicode|Win32">
|
|
|
|
|
|
<Configuration>Release_Unicode</Configuration>
|
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
|
<ProjectName>比赛服务</ProjectName>
|
|
|
|
|
|
<ProjectGuid>{CA071FF5-97BF-42C3-99AF-FE8F8A0F0AF2}</ProjectGuid>
|
|
|
|
|
|
<Keyword>MFCDLLProj</Keyword>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2026-03-01 13:48:24 +08:00
|
|
|
|
<PlatformToolset>v110</PlatformToolset>
|
2026-02-13 14:34:15 +08:00
|
|
|
|
<UseOfMfc>Dynamic</UseOfMfc>
|
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2026-03-01 13:48:24 +08:00
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2026-02-13 14:34:15 +08:00
|
|
|
|
<UseOfMfc>Dynamic</UseOfMfc>
|
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2026-03-01 13:48:24 +08:00
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2026-02-13 14:34:15 +08:00
|
|
|
|
<UseOfMfc>Dynamic</UseOfMfc>
|
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2026-03-01 13:48:24 +08:00
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2026-02-13 14:34:15 +08:00
|
|
|
|
<UseOfMfc>Dynamic</UseOfMfc>
|
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'" Label="PropertySheets">
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'" Label="PropertySheets">
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<_ProjectFileVersion>11.0.61030.0</_ProjectFileVersion>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
|
<OutDir>../../../运行/Debug/Ansi/</OutDir>
|
|
|
|
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
|
<PostBuildEventUseInBuild>true</PostBuildEventUseInBuild>
|
|
|
|
|
|
<TargetName>MatchServiceD</TargetName>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
|
<OutDir>../../../运行/Release/Ansi/</OutDir>
|
|
|
|
|
|
<IntDir>Release\</IntDir>
|
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
|
<PostBuildEventUseInBuild>true</PostBuildEventUseInBuild>
|
|
|
|
|
|
<TargetName>MatchService</TargetName>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">
|
|
|
|
|
|
<OutDir>../../../运行/Debug/Unicode/</OutDir>
|
|
|
|
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
|
<PostBuildEventUseInBuild>true</PostBuildEventUseInBuild>
|
|
|
|
|
|
<TargetName>MatchServiceD</TargetName>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">
|
|
|
|
|
|
<OutDir>$(Configuration)\</OutDir>
|
|
|
|
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
|
<PostBuildEventUseInBuild>true</PostBuildEventUseInBuild>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_AFXEXT;MATCH_SERVICE_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<OutputFile>../../../运行/Debug/Ansi/MatchServiceD.dll</OutputFile>
|
|
|
|
|
|
<ModuleDefinitionFile />
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
|
<ImportLibrary>../../链接库/Ansi/MatchServiceD.lib</ImportLibrary>
|
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
<Midl>
|
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
|
|
|
|
</Midl>
|
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
|
<Command>mkdir ..\..\..\发布组件\服务器组件\Debug\Ansi
|
|
|
|
|
|
copy /y ..\..\..\运行\Debug\Ansi\$(TargetFileName) ..\..\..\发布组件\服务器组件\Debug\Ansi\$(TargetFileName)
|
|
|
|
|
|
</Command>
|
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<Culture>0x0804</Culture>
|
|
|
|
|
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_AFXEXT;MATCH_SERVICE_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<OutputFile>../../../运行/Release/Ansi/MatchService.dll</OutputFile>
|
|
|
|
|
|
<ModuleDefinitionFile />
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
|
<ImportLibrary>$(OutDir)MatchService.lib</ImportLibrary>
|
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
<Midl>
|
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
|
|
|
|
</Midl>
|
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
|
<Command>
|
|
|
|
|
|
</Command>
|
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<Culture>0x0804</Culture>
|
|
|
|
|
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_AFXEXT;MATCH_SERVICE_DLL;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<OutputFile>../../../运行/Debug/Unicode/MatchServiceD.dll</OutputFile>
|
|
|
|
|
|
<ModuleDefinitionFile />
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
|
<ImportLibrary>../../链接库/Unicode/MatchServiceD.lib</ImportLibrary>
|
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
<Midl>
|
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
|
|
|
|
</Midl>
|
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
|
<Command>mkdir ..\..\..\发布组件\服务器组件\Debug\Unicode
|
|
|
|
|
|
copy /y ..\..\..\运行\Debug\Unicode\$(TargetFileName) ..\..\..\发布组件\服务器组件\Debug\Unicode\$(TargetFileName)
|
|
|
|
|
|
</Command>
|
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<Culture>0x0804</Culture>
|
|
|
|
|
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_AFXEXT;MATCH_SERVICE_DLL;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<OutputFile>../../../运行/Release/Unicode/MatchService.dll</OutputFile>
|
|
|
|
|
|
<ModuleDefinitionFile />
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
|
<ImportLibrary>$(OutDir)MatchService.lib</ImportLibrary>
|
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
<Midl>
|
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
|
|
|
|
</Midl>
|
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
|
<Command>mkdir ..\..\..\发布组件\服务器组件\Release\Unicode
|
|
|
|
|
|
copy /y ..\..\..\运行\Release\Unicode\$(TargetFileName) ..\..\..\发布组件\服务器组件\Release\Unicode\$(TargetFileName)
|
|
|
|
|
|
</Command>
|
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<Culture>0x0804</Culture>
|
|
|
|
|
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ClCompile Include="DistributeManager.cpp" />
|
|
|
|
|
|
<ClCompile Include="GameMatchServer.cpp" />
|
|
|
|
|
|
<ClCompile Include="ImmediateGroup.cpp" />
|
|
|
|
|
|
<ClCompile Include="ImmediateMatch.cpp" />
|
|
|
|
|
|
<ClCompile Include="LockTimeMatch.cpp" />
|
|
|
|
|
|
<ClCompile Include="MatchServiceManager.cpp" />
|
|
|
|
|
|
<ClCompile Include="Stdafx.cpp">
|
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<ClCompile Include="TableFrameHook.cpp" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ClInclude Include="ControlHead.h" />
|
|
|
|
|
|
<ClInclude Include="DistributeManager.h" />
|
|
|
|
|
|
<ClInclude Include="ImmediateGroup.h" />
|
|
|
|
|
|
<ClInclude Include="ImmediateMatch.h" />
|
|
|
|
|
|
<ClInclude Include="LockTimeMatch.h" />
|
|
|
|
|
|
<ClInclude Include="MatchServiceHead.h" />
|
|
|
|
|
|
<ClInclude Include="MatchServiceManager.h" />
|
|
|
|
|
|
<ClInclude Include="NDSTLExtend.h" />
|
|
|
|
|
|
<ClInclude Include="Resource.h" />
|
|
|
|
|
|
<ClInclude Include="Stdafx.h" />
|
|
|
|
|
|
<ClInclude Include="TableFrameHook.h" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ResourceCompile Include="GameMatchServer.rc" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="Res\GameMatchServer.rc2" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Text Include="ReadMe.txt" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
|
</ImportGroup>
|
2026-03-01 13:48:24 +08:00
|
|
|
|
</Project>
|