/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/Workspaces/WorkspacesLib/WorkspacesLib.vcxproj
95 строк
6 KB
Jeremy Sinclair
[Dev][Build] .NET 10 Upgrade (#41280)
30 апр 2026, 09:40
Не верифицирован
30 апр 2026, 09:40
05cd66c
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(RepoRoot)packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('$(RepoRoot)packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.props')" /> <PropertyGroup Label="Globals"> <VCProjectVersion>16.0</VCProjectVersion> <ProjectGuid>{b31fcc55-b5a4-4ea7-b414-2dceae6af332}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>WorkspacesLib</RootNamespace> <ProjectName>WorkspacesLib</ProjectName> </PropertyGroup> <PropertyGroup Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="Shared"> </ImportGroup> <ImportGroup 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> <OutDir>$(RepoRoot)$(Platform)\$(Configuration)\</OutDir> </PropertyGroup> <ItemDefinitionGroup> <ClCompile> <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>..\;$(RepoRoot)src\;$(RepoRoot)src\common;$(RepoRoot)src\common\Telemetry;..\..\;$(RepoRoot)src\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> </ItemDefinitionGroup> <ItemGroup> <ClInclude Include="AppUtils.h" /> <ClInclude Include="CommandLineArgsHelper.h" /> <ClInclude Include="IPCHelper.h" /> <ClInclude Include="JsonUtils.h" /> <ClInclude Include="LaunchingStateEnum.h" /> <ClInclude Include="LaunchingStatus.h" /> <ClInclude Include="pch.h" /> <ClInclude Include="PwaHelper.h" /> <ClInclude Include="Result.h" /> <ClInclude Include="SteamHelper.h" /> <ClInclude Include="StringUtils.h" /> <ClInclude Include="utils.h" /> <ClInclude Include="WbemHelper.h" /> <ClInclude Include="WindowUtils.h" /> <ClInclude Include="WorkspacesData.h" /> <ClInclude Include="trace.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="AppUtils.cpp" /> <ClCompile Include="CommandLineArgsHelper.cpp" /> <ClCompile Include="IPCHelper.cpp" /> <ClCompile Include="JsonUtils.cpp" /> <ClCompile Include="LaunchingStatus.cpp" /> <ClCompile Include="pch.cpp"> <PrecompiledHeader Condition="'$(UsePrecompiledHeaders)' != 'false'">Create</PrecompiledHeader> </ClCompile> <ClCompile Include="PwaHelper.cpp" /> <ClCompile Include="SteamGameHelper.cpp" /> <ClCompile Include="StringUtils.cpp" /> <ClCompile Include="two_way_pipe_message_ipc.cpp" /> <ClCompile Include="WbemHelper.cpp" /> <ClCompile Include="WindowUtils.cpp" /> <ClCompile Include="WorkspacesData.cpp" /> <ClCompile Include="trace.cpp" /> </ItemGroup> <ItemGroup> <ProjectReference Include="$(RepoRoot)src\common\interop\PowerToys.Interop.vcxproj"> <Project>{f055103b-f80b-4d0c-bf48-057c55620033}</Project> </ProjectReference> <ProjectReference Include="$(RepoRoot)src\common\logger\logger.vcxproj"> <Project>{d9b8fc84-322a-4f9f-bbb9-20915c47ddfd}</Project> </ProjectReference> </ItemGroup> <ItemGroup> <None Include="packages.config" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(RepoRoot)deps\spdlog.props" /> <ImportGroup Label="ExtensionTargets"> <Import Project="$(RepoRoot)packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('$(RepoRoot)packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.targets')" /> <Import Project="$(RepoRoot)packages\Microsoft.Windows.ImplementationLibrary.1.0.260126.7\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition="Exists('$(RepoRoot)packages\Microsoft.Windows.ImplementationLibrary.1.0.260126.7\build\native\Microsoft.Windows.ImplementationLibrary.targets')" /> </ImportGroup> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> <Error Condition="!Exists('$(RepoRoot)packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.props')" Text="$([System.String]::Format('$(ErrorText)', '$(RepoRoot)packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.props'))" /> <Error Condition="!Exists('$(RepoRoot)packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(RepoRoot)packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.targets'))" /> <Error Condition="!Exists('$(RepoRoot)packages\Microsoft.Windows.ImplementationLibrary.1.0.260126.7\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(RepoRoot)packages\Microsoft.Windows.ImplementationLibrary.1.0.260126.7\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" /> </Target> </Project>