Skip to content

Commit

Permalink
fix sillverlight project
Browse files Browse the repository at this point in the history
  • Loading branch information
jbandi committed Jun 29, 2010
1 parent d676ad2 commit a98ad8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Runtime.Silverlight/TechTalk.SpecFlow.Silverlight.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,18 @@
<Compile Include="..\Runtime\UnitTestProvider\MbUnitRuntimeProvider.cs">
<Link>UnitTestProvider\MbUnitRuntimeProvider.cs</Link>
</Compile>
<Compile Include="..\Runtime\UnitTestProvider\MsTest2010RuntimeProvider.cs">
<Link>UnitTestProvider\MsTest2010RuntimeProvider.cs</Link>
</Compile>
<Compile Include="..\Runtime\UnitTestProvider\MsTestRuntimeProvider.cs">
<Link>UnitTestProvider\MsTestRuntimeProvider.cs</Link>
</Compile>
<Compile Include="..\Runtime\UnitTestProvider\NUnitRuntimeProvider.cs">
<Link>UnitTestProvider\NUnitRuntimeProvider.cs</Link>
</Compile>
<Compile Include="..\Runtime\UnitTestProvider\UnitTestRuntimeProviderHelper.cs">
<Link>UnitTestProvider\UnitTestRuntimeProviderHelper.cs</Link>
</Compile>
<Compile Include="..\Runtime\UnitTestProvider\XUnitRuntimeProvider.cs">
<Link>UnitTestProvider\XUnitRuntimeProvider.cs</Link>
</Compile>
Expand Down

0 comments on commit a98ad8c

Please sign in to comment.