--- a/src/FingersDance.Control.SessionInput/FingersDance.Control.SessionInput.csproj Wed Oct 14 13:45:55 2009 +0200
+++ b/src/FingersDance.Control.SessionInput/FingersDance.Control.SessionInput.csproj Wed Oct 14 14:02:31 2009 +0200
@@ -70,9 +70,18 @@
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
- <Reference Include="WindowsBase" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
+ <Reference Include="UIAutomationProvider">
+ <RequiredTargetFramework>3.0</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="WindowsBase">
+ <RequiredTargetFramework>3.0</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="PresentationCore">
+ <RequiredTargetFramework>3.0</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="PresentationFramework">
+ <RequiredTargetFramework>3.0</RequiredTargetFramework>
+ </Reference>
<Reference Include="Microsoft.Surface" />
<Reference Include="Microsoft.Surface.Presentation" />
<Reference Include="Microsoft.Surface.Presentation.Generic" />
@@ -80,6 +89,18 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Resource>
+ <Page Include="UserControlListProject.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
+ <Page Include="UserControlListSession.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
+ <Page Include="UserControlNewProject.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
<Page Include="UserControlSessionInput.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
@@ -109,6 +130,15 @@
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
+ <Compile Include="UserControlListProject.xaml.cs">
+ <DependentUpon>UserControlListProject.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="UserControlListSession.xaml.cs">
+ <DependentUpon>UserControlListSession.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="UserControlNewProject.xaml.cs">
+ <DependentUpon>UserControlNewProject.xaml</DependentUpon>
+ </Compile>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
@@ -125,6 +155,10 @@
<Resource Include="Resources\WindowBackground.jpg" />
</ItemGroup>
<ItemGroup>
+ <ProjectReference Include="..\FingersDance.Control\FingersDance.Control.csproj">
+ <Project>{4DC517DD-1601-481E-BAAC-6FE271417F46}</Project>
+ <Name>FingersDance.Control</Name>
+ </ProjectReference>
<ProjectReference Include="..\FingersDance.Data\FingersDance.Data.csproj">
<Project>{EAF384DB-2AE4-4132-839D-60F9DAFDEAD8}</Project>
<Name>FingersDance.Data</Name>