diff --git a/source/Cosmos.VS.ProjectSystem/BuildSystem/Cosmos.DesignTime.targets b/source/Cosmos.VS.ProjectSystem/BuildSystem/Cosmos.DesignTime.targets index f5407a84a..6bca17087 100644 --- a/source/Cosmos.VS.ProjectSystem/BuildSystem/Cosmos.DesignTime.targets +++ b/source/Cosmos.VS.ProjectSystem/BuildSystem/Cosmos.DesignTime.targets @@ -15,12 +15,22 @@ + File;BrowseObject + Project + + + Project;BrowseObject + + + ProjectSubscriptionService;BrowseObject + + diff --git a/source/Cosmos.VS.ProjectSystem/BuildSystem/Rules/Content.xaml b/source/Cosmos.VS.ProjectSystem/BuildSystem/Rules/Content.xaml index 8677e5206..59c9283cc 100644 --- a/source/Cosmos.VS.ProjectSystem/BuildSystem/Rules/Content.xaml +++ b/source/Cosmos.VS.ProjectSystem/BuildSystem/Rules/Content.xaml @@ -1,13 +1,15 @@  + + + + + Category="Cosmos" /> diff --git a/source/Cosmos.VS.ProjectSystem/BuildSystem/Rules/PackageReference.xaml b/source/Cosmos.VS.ProjectSystem/BuildSystem/Rules/PackageReference.xaml new file mode 100644 index 000000000..ee05b0841 --- /dev/null +++ b/source/Cosmos.VS.ProjectSystem/BuildSystem/Rules/PackageReference.xaml @@ -0,0 +1,15 @@ + + + + + + + + + + diff --git a/source/Cosmos.VS.ProjectSystem/BuildSystem/Rules/ResolvedPackageReference.xaml b/source/Cosmos.VS.ProjectSystem/BuildSystem/Rules/ResolvedPackageReference.xaml new file mode 100644 index 000000000..89dee4538 --- /dev/null +++ b/source/Cosmos.VS.ProjectSystem/BuildSystem/Rules/ResolvedPackageReference.xaml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + diff --git a/source/Cosmos.VS.ProjectSystem/Cosmos.VS.ProjectSystem.csproj b/source/Cosmos.VS.ProjectSystem/Cosmos.VS.ProjectSystem.csproj index 3737c5edf..d40de5797 100644 --- a/source/Cosmos.VS.ProjectSystem/Cosmos.VS.ProjectSystem.csproj +++ b/source/Cosmos.VS.ProjectSystem/Cosmos.VS.ProjectSystem.csproj @@ -33,6 +33,8 @@ + +