--- a/src/FingersDance.Control.Menu/FingersDance.Control.Menu.csproj Mon Sep 14 17:43:41 2009 +0200
+++ b/src/FingersDance.Control.Menu/FingersDance.Control.Menu.csproj Mon Sep 14 23:49:47 2009 +0200
@@ -88,6 +88,8 @@
</Compile>
</ItemGroup>
<ItemGroup>
+ <Compile Include="Item.cs" />
+ <Compile Include="Menu.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
@@ -131,5 +133,15 @@
<SubType>Designer</SubType>
</Page>
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\FingersDance.ActionFactory\FingersDance.ActionFactory.csproj">
+ <Project>{C7B905EA-0678-4DA0-8EF8-7F9CBD22818E}</Project>
+ <Name>FingersDance.ActionFactory</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\FingersDance.Actions\FingersDance.Actions.csproj">
+ <Project>{1E80D5A1-C45C-443B-8992-4A4D78D280FC}</Project>
+ <Name>FingersDance.Actions</Name>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
\ No newline at end of file