Readd VisualStudio.Commands project (they were removed from #1684 but we want to build the Commands project as part of runtime release, even when we don't build/release VSIX package)

This commit is contained in:
Virgile Bello 2023-10-02 19:50:13 +09:00
Родитель 9f96ca3f99
Коммит 409269911e
1 изменённых файлов: 35 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "20-StrideRuntime", "20-Stri
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.Private", "00-Targets.Private", "{97978864-95DD-43A6-9159-AA1C881BE99F}"
ProjectSection(SolutionItems) = preProject
..\sources\native\Stride.Native.targets = ..\sources\native\Stride.Native.targets
..\sources\targets\Stride.Core.CompilerServices.props = ..\sources\targets\Stride.Core.CompilerServices.props
..\sources\targets\Stride.Core.PostSettings.Dependencies.targets = ..\sources\targets\Stride.Core.PostSettings.Dependencies.targets
..\sources\targets\Stride.Core.props = ..\sources\targets\Stride.Core.props
@ -18,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.Private", "00-Ta
..\sources\targets\Stride.Core.targets = ..\sources\targets\Stride.Core.targets
..\sources\targets\Stride.GraphicsApi.Dev.targets = ..\sources\targets\Stride.GraphicsApi.Dev.targets
..\sources\targets\Stride.GraphicsApi.PackageReference.targets = ..\sources\targets\Stride.GraphicsApi.PackageReference.targets
..\sources\native\Stride.Native.targets = ..\sources\native\Stride.Native.targets
..\sources\targets\Stride.PackageVersion.targets = ..\sources\targets\Stride.PackageVersion.targets
..\sources\targets\Stride.props = ..\sources\targets\Stride.props
..\sources\targets\Stride.targets = ..\sources\targets\Stride.targets
@ -320,6 +320,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stride.Core.CompilerService
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stride.Core.CompilerServices.Tests", "..\sources\core\Stride.Core.CompilerServices.Tests\Stride.Core.CompilerServices.Tests.csproj", "{BACD76E5-35D0-4389-9BB9-8743AC4D89DE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VisualStudio", "VisualStudio", "{DF9172C0-DEA3-4DCE-8AF1-39439ACB4BCD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stride.VisualStudio.Commands.Interfaces", "..\sources\tools\Stride.VisualStudio.Commands.Interfaces\Stride.VisualStudio.Commands.Interfaces.csproj", "{09E29A89-A6D7-45C9-B7BA-CA6D643C246F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stride.VisualStudio.Commands", "..\sources\tools\Stride.VisualStudio.Commands\Stride.VisualStudio.Commands.csproj", "{A7FC60AE-BB54-47D3-8787-788EEC65AD45}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -1431,6 +1437,30 @@ Global
{BACD76E5-35D0-4389-9BB9-8743AC4D89DE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{BACD76E5-35D0-4389-9BB9-8743AC4D89DE}.Release|Win32.ActiveCfg = Release|Any CPU
{BACD76E5-35D0-4389-9BB9-8743AC4D89DE}.Release|Win32.Build.0 = Release|Any CPU
{09E29A89-A6D7-45C9-B7BA-CA6D643C246F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09E29A89-A6D7-45C9-B7BA-CA6D643C246F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09E29A89-A6D7-45C9-B7BA-CA6D643C246F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{09E29A89-A6D7-45C9-B7BA-CA6D643C246F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{09E29A89-A6D7-45C9-B7BA-CA6D643C246F}.Debug|Win32.ActiveCfg = Debug|Any CPU
{09E29A89-A6D7-45C9-B7BA-CA6D643C246F}.Debug|Win32.Build.0 = Debug|Any CPU
{09E29A89-A6D7-45C9-B7BA-CA6D643C246F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09E29A89-A6D7-45C9-B7BA-CA6D643C246F}.Release|Any CPU.Build.0 = Release|Any CPU
{09E29A89-A6D7-45C9-B7BA-CA6D643C246F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{09E29A89-A6D7-45C9-B7BA-CA6D643C246F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{09E29A89-A6D7-45C9-B7BA-CA6D643C246F}.Release|Win32.ActiveCfg = Release|Any CPU
{09E29A89-A6D7-45C9-B7BA-CA6D643C246F}.Release|Win32.Build.0 = Release|Any CPU
{A7FC60AE-BB54-47D3-8787-788EEC65AD45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7FC60AE-BB54-47D3-8787-788EEC65AD45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7FC60AE-BB54-47D3-8787-788EEC65AD45}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A7FC60AE-BB54-47D3-8787-788EEC65AD45}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{A7FC60AE-BB54-47D3-8787-788EEC65AD45}.Debug|Win32.ActiveCfg = Debug|Any CPU
{A7FC60AE-BB54-47D3-8787-788EEC65AD45}.Debug|Win32.Build.0 = Debug|Any CPU
{A7FC60AE-BB54-47D3-8787-788EEC65AD45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7FC60AE-BB54-47D3-8787-788EEC65AD45}.Release|Any CPU.Build.0 = Release|Any CPU
{A7FC60AE-BB54-47D3-8787-788EEC65AD45}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{A7FC60AE-BB54-47D3-8787-788EEC65AD45}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{A7FC60AE-BB54-47D3-8787-788EEC65AD45}.Release|Win32.ActiveCfg = Release|Any CPU
{A7FC60AE-BB54-47D3-8787-788EEC65AD45}.Release|Win32.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@ -1551,6 +1581,9 @@ Global
{806AA078-6070-4BB6-B05B-6EE6B21B1CDE} = {6F473FA6-4F8B-4FBA-AE33-EE5AF997D50C}
{D62BBD65-AB1C-41C7-8EC3-88949993C71E} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{BACD76E5-35D0-4389-9BB9-8743AC4D89DE} = {22ADD4CD-092E-4ADC-A21E-64CF42230152}
{DF9172C0-DEA3-4DCE-8AF1-39439ACB4BCD} = {1AE1AC60-5D2F-4CA7-AE20-888F44551185}
{09E29A89-A6D7-45C9-B7BA-CA6D643C246F} = {DF9172C0-DEA3-4DCE-8AF1-39439ACB4BCD}
{A7FC60AE-BB54-47D3-8787-788EEC65AD45} = {DF9172C0-DEA3-4DCE-8AF1-39439ACB4BCD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF877973-604D-4EA7-B5F5-A129961F9EF2}
@ -1577,6 +1610,7 @@ Global
..\sources\editor\Stride.Core.MostRecentlyUsedFiles\Stride.Core.MostRecentlyUsedFiles.projitems*{9ac6d791-811e-4d6a-b08e-93f0093ef268}*SharedItemsImports = 13
..\sources\shared\Stride.Core.ShellHelper\Stride.Core.ShellHelper.projitems*{a5dc820b-9554-45b6-9677-6a2f902e7787}*SharedItemsImports = 5
..\sources\shared\Stride.NuGetResolver\Stride.NuGetResolver.projitems*{a5dc820b-9554-45b6-9677-6a2f902e7787}*SharedItemsImports = 5
..\sources\shared\Stride.NuGetResolver\Stride.NuGetResolver.projitems*{a7fc60ae-bb54-47d3-8787-788eec65ad45}*SharedItemsImports = 5
..\sources\editor\Stride.Editor.CrashReport\Stride.Editor.CrashReport.projitems*{ab574f65-1402-4476-9314-74dcdaf19097}*SharedItemsImports = 13
..\sources\engine\Stride.Shared\Refactor\Stride.Refactor.projitems*{b33e576f-2279-4bfc-a438-d9b84343b56b}*SharedItemsImports = 13
..\sources\engine\Stride.Shared\Refactor\Stride.Refactor.projitems*{c121a566-555e-42b9-9b0a-1696529a9088}*SharedItemsImports = 5