Skip to content

Commit

Permalink
Merge pull request #129 from jinujoseph/DogFoodPackageSelectors
Browse files Browse the repository at this point in the history
Adding the registry keys for project selectors to enable dogfood
  • Loading branch information
jinujoseph authored Sep 7, 2016
2 parents ea9202d + 8c76758 commit b361938
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
<NoDocumentationFile>true</NoDocumentationFile>
<UseCommonOutputDirectory>true</UseCommonOutputDirectory>
<ProjectSystemLayer>VisualStudio</ProjectSystemLayer>
<ProjectSystemLayer>VisualStudio</ProjectSystemLayer>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
Expand Down Expand Up @@ -56,6 +56,12 @@
<None Include="project.json" />
<None Include="source.extension.vsixmanifest" />
</ItemGroup>
<ItemGroup>
<Content Include="ProjectSelector.pkgdef">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(ProjectRootDir)build\Targets\Templates.Imports.targets" />
</Project>
4 changes: 4 additions & 0 deletions src/Templates/CSharpTemplatesSetup/ProjectSelector.pkgdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[$RootKey$\Projects\{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}]
"ProjectSelector"="{3DCC42E7-4611-46AC-8EA8-6F1E9B3D917F}"
[$RootKey$\Projects\{f184b08f-c81c-45f6-a57f-5abd9991f28f}]
"ProjectSelector"="{50018B05-93AB-437C-A9EB-F4AD12FF83DD}"
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="ProjectSelector.pkgdef" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="ConsoleApplication" d:TargetPath="|ConsoleApplication;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
</Assets>
</PackageManifest>

0 comments on commit b361938

Please sign in to comment.