src/FingersDance.Control.Screen/FingersDance.Control.Screen.csproj
changeset 35 ed77793b767a
parent 6 36c7659af500
child 39 0efa1d506f28
--- a/src/FingersDance.Control.Screen/FingersDance.Control.Screen.csproj	Sun Aug 09 18:29:41 2009 +0200
+++ b/src/FingersDance.Control.Screen/FingersDance.Control.Screen.csproj	Mon Aug 17 22:04:09 2009 +0200
@@ -73,6 +73,13 @@
     <Reference Include="Microsoft.Surface" />
     <Reference Include="Microsoft.Surface.Presentation" />
     <Reference Include="Microsoft.Surface.Presentation.Generic" />
+    <Page Include="UserControlScreen.xaml">
+      <Generator>MSBuild:Compile</Generator>
+      <SubType>Designer</SubType>
+    </Page>
+    <Compile Include="UserControlScreen.xaml.cs">
+      <DependentUpon>UserControlScreen.xaml</DependentUpon>
+    </Compile>
   </ItemGroup>
   <ItemGroup>
     <ApplicationDefinition Include="App.xaml">
@@ -105,9 +112,6 @@
       <DesignTimeSharedInput>True</DesignTimeSharedInput>
       <DependentUpon>Settings.settings</DependentUpon>
     </Compile>
-    <Compile Include="SurfaceWindow1.xaml.cs">
-      <DependentUpon>SurfaceWindow1.xaml</DependentUpon>
-    </Compile>
     <AppDesigner Include="Properties\" />
   </ItemGroup>
   <ItemGroup>
@@ -123,10 +127,14 @@
     <Resource Include="Resources\WindowBackground.jpg" />
   </ItemGroup>
   <ItemGroup>
-    <Page Include="SurfaceWindow1.xaml">
-      <Generator>MSBuild:Compile</Generator>
-      <SubType>Designer</SubType>
-    </Page>
+    <ProjectReference Include="..\FingersDance.Control.Pivot\FingersDance.Control.Pivot.csproj">
+      <Project>{0EC4C48C-132C-4926-9A09-A4135C58688C}</Project>
+      <Name>FingersDance.Control.Pivot</Name>
+    </ProjectReference>
+    <ProjectReference Include="..\FingersDance.Control.UserPanel\FingersDance.Control.UserPanel.csproj">
+      <Project>{E6A3A067-1CB4-43D2-BB9C-DC72361F7E22}</Project>
+      <Name>FingersDance.Control.UserPanel</Name>
+    </ProjectReference>
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 </Project>
\ No newline at end of file