--- a/src/FingersDance.Control.Pivot/FingersDance.Control.Pivot.csproj Sun Aug 09 18:29:41 2009 +0200
+++ b/src/FingersDance.Control.Pivot/FingersDance.Control.Pivot.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="UserControlPivot.xaml">
+ <Generator>MSBuild:Compile</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Compile Include="UserControlPivot.xaml.cs">
+ <DependentUpon>UserControlPivot.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>
@@ -122,11 +126,5 @@
<ItemGroup>
<Resource Include="Resources\WindowBackground.jpg" />
</ItemGroup>
- <ItemGroup>
- <Page Include="SurfaceWindow1.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
\ No newline at end of file