Skip to content

Commit

Permalink
Replace ProjectAssetFileWatcher with IFileWatchDataSource
Browse files Browse the repository at this point in the history
IFileWatchDataSource is a new feature that was added to unify the logic of re-revaluating a project based on external files (such as .editorconfig and project.assets.json). Plug in <AdditionalDesignTimeBuildInput /> items, of which project.assets.json is the only one.

Fixes: dotnet#1437
  • Loading branch information
davkean committed Jul 9, 2019
1 parent 1670292 commit be9cb96
Show file tree
Hide file tree
Showing 9 changed files with 119 additions and 520 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ folder "InstallDir:MSBuild\Microsoft\VisualStudio\Managed"

folder "InstallDir:MSBuild\Microsoft\VisualStudio\Managed"
file source="$(VisualStudioXamlRulesDir)AdditionalFiles.BrowseObject.xaml"
file source="$(VisualStudioXamlRulesDir)AdditionalDesignTimeBuildInput.xaml"
file source="$(VisualStudioXamlRulesDir)AdditionalFiles.xaml"
file source="$(VisualStudioXamlRulesDir)AnalyzerReference.xaml"
file source="$(VisualStudioXamlRulesDir)AppDesigner.xaml"
Expand Down

This file was deleted.

Loading

0 comments on commit be9cb96

Please sign in to comment.