Skip to content

Commit

Permalink
Adding ActionCommand and tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentedwards committed Dec 13, 2010
1 parent f065290 commit cfac056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions BrentEdwards.MVVM.Test/BrentEdwards.MVVM.Test.csproj
Expand Up @@ -52,6 +52,7 @@
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<ItemGroup>
<Compile Include="ActionCommandTests.cs" />
<Compile Include="Messaging\MessageBusTests.cs" />
<Compile Include="Messaging\ShowViewMessageTests.cs" />
<Compile Include="Navigation\ViewConfigurationTests.cs" />
Expand Down
1 change: 1 addition & 0 deletions BrentEdwards.MVVM/BrentEdwards.MVVM.csproj
Expand Up @@ -44,6 +44,7 @@
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="ActionCommand.cs" />
<Compile Include="Enumeration.cs" />
<Compile Include="Messaging\IMessageBus.cs" />
<Compile Include="Messaging\MessageBus.cs" />
Expand Down

0 comments on commit cfac056

Please sign in to comment.