Skip to content

Commit

Permalink
Fix build error from renamed propertychanged args. #49
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Oct 23, 2013
1 parent 3c37977 commit 22e04c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Library.UnitTests/ToolkitBuilderFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public void when_command_depends_on_event_arg_then_it_can_access_it()
{
var context = CreateRootContext();
var builder = new ToolkitBuilder("Test", "1.0");
PropertyChangeEventArgs args = null;

builder.Product<IAmazonWebServices>()
.OnEvent()
Expand Down
2 changes: 1 addition & 1 deletion Source/NuPattern.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
<DesignTime>True</DesignTime>
<DependentUpon>Reflect.Overloads.tt</DependentUpon>
</Compile>
<Compile Include="PropertyChangeEventArgs.cs" />
<Compile Include="Schema\IAutomationSettings.cs" />
<Compile Include="IComponentContext.cs" />
<Compile Include="ILineInfo.cs" />
Expand Down Expand Up @@ -123,7 +124,6 @@
<DesignTime>True</DesignTime>
<DependentUpon>Resources.tt</DependentUpon>
</Compile>
<Compile Include="PropertyChangedEventArgs.cs" />
<Compile Include="Schema\IComponentInfo.cs" />
<Compile Include="Schema\ICollectionInfo.cs" />
<Compile Include="Schema\IContainerInfo.cs" />
Expand Down

0 comments on commit 22e04c6

Please sign in to comment.