Skip to content

Commit

Permalink
#278 Create WPF NavigationService
Browse files Browse the repository at this point in the history
  • Loading branch information
nigel-sampson committed May 15, 2017
1 parent 1f092b8 commit cd477cf
Show file tree
Hide file tree
Showing 4 changed files with 465 additions and 0 deletions.
Expand Up @@ -45,6 +45,7 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Web" />

This comment has been minimized.

Copy link
@jaredthirsk

jaredthirsk May 28, 2017

What is System.Web required for? (Is it needed?)

This comment has been minimized.

Copy link
@nigel-sampson

nigel-sampson May 28, 2017

Author Contributor

It shouldn't be there, I added during some experiments on using uri based navigation. I've created #443 to remove it and pushed a fix.

<Reference Include="System.Windows" />
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Xaml">
Expand Down Expand Up @@ -73,6 +74,9 @@
<Compile Include="Message.cs" />
<Compile Include="MessageBinder.cs" />
<Compile Include="net40\AttachedCollection.cs" />
<Compile Include="net40\INavigationService.cs" />
<Compile Include="net40\NavigationExtensions.cs" />
<Compile Include="net40\NavigationHelper.cs" />
<Compile Include="net40\Parameter.cs" />
<Compile Include="net40\WindowManager.cs" />
<Compile Include="Parser.cs" />
Expand Down

0 comments on commit cd477cf

Please sign in to comment.