src/FingersDance/FingersDance.csproj
changeset 45 f003ae353cd7
parent 6 36c7659af500
child 46 f1a26ca4177e
--- a/src/FingersDance/FingersDance.csproj	Thu Sep 10 16:04:28 2009 +0200
+++ b/src/FingersDance/FingersDance.csproj	Fri Sep 11 10:58:35 2009 +0200
@@ -105,8 +105,8 @@
       <DesignTimeSharedInput>True</DesignTimeSharedInput>
       <DependentUpon>Settings.settings</DependentUpon>
     </Compile>
-    <Compile Include="SurfaceWindow1.xaml.cs">
-      <DependentUpon>SurfaceWindow1.xaml</DependentUpon>
+    <Compile Include="MainSurfaceWindow.xaml.cs">
+      <DependentUpon>MainSurfaceWindow.xaml</DependentUpon>
     </Compile>
     <AppDesigner Include="Properties\" />
   </ItemGroup>
@@ -117,16 +117,23 @@
     <Content Include="Resources\iconPreview.png">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
+    <Content Include="Resources\Lake.wmv" />
     <Resource Include="FingersDance.xml" />
   </ItemGroup>
   <ItemGroup>
     <Resource Include="Resources\WindowBackground.jpg" />
   </ItemGroup>
   <ItemGroup>
-    <Page Include="SurfaceWindow1.xaml">
+    <Page Include="MainSurfaceWindow.xaml">
       <Generator>MSBuild:Compile</Generator>
       <SubType>Designer</SubType>
     </Page>
   </ItemGroup>
+  <ItemGroup>
+    <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