Skip to content

Commit

Permalink
Add missing project to solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Prosperi committed Sep 25, 2024
1 parent c66d69f commit 2b4d75f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion New_Extensibility_Model/Samples/Samples.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
# 17
VisualStudioVersion = 17.9.34329.44
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{070F0AEA-C0A0-4B5D-9286-55574A37BE7A}"
Expand Down Expand Up @@ -55,6 +55,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExtensionPublisher", "Exten
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FilePickerSample", "FilePickerSample\FilePickerSample.csproj", "{626939FA-4B8B-484E-BFD9-32DDFAFA472E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SettingsSample", "..\..\..\..\Users\maprospe\source\repos\VSExtensibilitySamples\New_Extensibility_Model\Samples\SettingsSample\SettingsSample.csproj", "{2D367F0B-6EEF-48D8-9EC7-A71763F76145}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -145,6 +147,10 @@ Global
{626939FA-4B8B-484E-BFD9-32DDFAFA472E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{626939FA-4B8B-484E-BFD9-32DDFAFA472E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{626939FA-4B8B-484E-BFD9-32DDFAFA472E}.Release|Any CPU.Build.0 = Release|Any CPU
{2D367F0B-6EEF-48D8-9EC7-A71763F76145}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D367F0B-6EEF-48D8-9EC7-A71763F76145}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D367F0B-6EEF-48D8-9EC7-A71763F76145}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D367F0B-6EEF-48D8-9EC7-A71763F76145}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.11.40261" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.12.40056" />
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Build" Version="17.12.40056" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2b4d75f

Please sign in to comment.