--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/client/src/Iri.Modernisation.Controls/Iri.Modernisation.Controls.csproj Wed Nov 18 15:30:31 2009 +0100
@@ -0,0 +1,309 @@
+<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{A54E46A6-2438-46A4-8253-9B868F529052}</ProjectGuid>
+ <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>Iri.Modernisation.Controls</RootNamespace>
+ <AssemblyName>Iri.Modernisation.Controls</AssemblyName>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <SilverlightApplication>false</SilverlightApplication>
+ <ValidateXaml>true</ValidateXaml>
+ <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
+ <ExpressionBlendVersion>3.0.1927.0</ExpressionBlendVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>Bin\Debug</OutputPath>
+ <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
+ <NoStdLib>true</NoStdLib>
+ <NoConfig>true</NoConfig>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>Bin\Release</OutputPath>
+ <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
+ <NoStdLib>true</NoStdLib>
+ <NoConfig>true</NoConfig>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="Berico.Windows.Controls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=95e080ea159af4db, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\res\lib\Berico.Windows.Controls.dll</HintPath>
+ </Reference>
+ <Reference Include="SLExtensions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\res\lib\SLExtensions.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Windows" />
+ <Reference Include="mscorlib" />
+ <Reference Include="system" />
+ <Reference Include="System.Core" />
+ <Reference Include="System.Windows.Controls, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
+ <Reference Include="System.Xml" />
+ <Reference Include="System.Net" />
+ <Reference Include="System.Windows.Browser" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="Converter\BoolToVisibility.cs" />
+ <Compile Include="Converter\PolemicTypeColorConverter.cs" />
+ <Compile Include="Converter\TagArrayConverter.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="Resources\HeaderProduction\InstructionTextRessource.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DesignTime>True</DesignTime>
+ <DependentUpon>InstructionTextRessource.resx</DependentUpon>
+ </Compile>
+ <Compile Include="ViewModel\AnnotationMaker\AnnotationMakerVM.cs" />
+ <Compile Include="ViewModel\BookTimeLine\BookTimeLineVM.cs" />
+ <Compile Include="ViewModel\ClickMenu\ClickMenuVM.cs" />
+ <Compile Include="ViewModel\ConsultationBookView\AnnotationViewerVM.cs" />
+ <Compile Include="ViewModel\ConsultationBookView\ConsultationBookViewVM.cs" />
+ <Compile Include="ViewModel\ConsultationView\ConsultationViewVM.cs" />
+ <Compile Include="ViewModel\ContextualBinderLayer\ContextualBinderLayerVM.cs" />
+ <Compile Include="ViewModel\HeaderProduction\HeaderProductionVM.cs" />
+ <Compile Include="ViewModel\NavigationBar\ChutierVM.cs" />
+ <Compile Include="ViewModel\NavigationBar\ConsultMenuVM.cs" />
+ <Compile Include="ViewModel\HeaderControl\HeaderControlVM.cs" />
+ <Compile Include="ViewModel\MenuableViewModel.cs" />
+ <Compile Include="ViewModel\NavigationBar\NavigationBarVM.cs" />
+ <Compile Include="ViewModel\PolemicElementVM.cs" />
+ <Compile Include="ViewModel\NavigationBar\ProductionMenuVM.cs" />
+ <Compile Include="ViewModel\ProductionTimeLine\CustomableVideoElementVM.cs" />
+ <Compile Include="ViewModel\ProductionTimeLine\ProductionTimeLineVM.cs" />
+ <Compile Include="ViewModel\VideoViewer\VideoViewerVM.cs" />
+ <Compile Include="View\AnnotationMaker\AnnotationMaker.xaml.cs">
+ <DependentUpon>AnnotationMaker.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\BookTimeLine\BookTimeLine.xaml.cs">
+ <DependentUpon>BookTimeLine.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\ClickMenu\ClickMenu.xaml.cs">
+ <DependentUpon>ClickMenu.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\ClickMenu\ClickMenuItem.xaml.cs">
+ <DependentUpon>ClickMenuItem.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\ClickMenu\ClickMenuPanelAnnoter.xaml.cs">
+ <DependentUpon>ClickMenuPanelAnnoter.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\ClickMenu\ClickMenuPanelContextualiser.xaml.cs">
+ <DependentUpon>ClickMenuPanelContextualiser.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\ClickMenu\ClickMenuLayer.xaml.cs">
+ <DependentUpon>ClickMenuLayer.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\ClickMenu\icons\ClickMenuIcon_TextAnnotation.xaml.cs">
+ <DependentUpon>ClickMenuIcon_TextAnnotation.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\ConsultationBookView\AnnotationViewer.xaml.cs">
+ <DependentUpon>AnnotationViewer.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\ConsultationBookView\ConsultationBookView.xaml.cs">
+ <DependentUpon>ConsultationBookView.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\ConsultationView\ConsultationView.xaml.cs">
+ <DependentUpon>ConsultationView.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\ContextualBinderLayer\ContextualBinderLayer.xaml.cs">
+ <DependentUpon>ContextualBinderLayer.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\HeaderControl\ButtonHeaderControl.xaml.cs">
+ <DependentUpon>ButtonHeaderControl.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\HeaderProduction\HeaderProduction.xaml.cs">
+ <DependentUpon>HeaderProduction.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\NavigationBar\ConsultMenu.xaml.cs">
+ <DependentUpon>ConsultMenu.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\ContextualLinkBinder.xaml.cs">
+ <DependentUpon>ContextualLinkBinder.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\HeaderControl\HeaderControl.xaml.cs">
+ <DependentUpon>HeaderControl.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\MenuableUserControl.cs" />
+ <Compile Include="View\NavigationBar\NavigationBar.xaml.cs">
+ <DependentUpon>NavigationBar.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\NavigationBar\PersonnalChutier.xaml.cs">
+ <DependentUpon>PersonnalChutier.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\PolemicElement.xaml.cs">
+ <DependentUpon>PolemicElement.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\NavigationBar\ProductionMenu.xaml.cs">
+ <DependentUpon>ProductionMenu.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\NavigationBar\ReferencesChutier.xaml.cs">
+ <DependentUpon>ReferencesChutier.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\ProductionTimeLine\CustomableVideoElement.xaml.cs">
+ <DependentUpon>CustomableVideoElement.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\ProductionTimeLine\ProductionTimeLine.xaml.cs">
+ <DependentUpon>ProductionTimeLine.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\ProductionView\ProductionView.xaml.cs">
+ <DependentUpon>ProductionView.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="View\VideoViewer\VideoViewer.xaml.cs">
+ <DependentUpon>VideoViewer.xaml</DependentUpon>
+ </Compile>
+ </ItemGroup>
+ <ItemGroup>
+ <Page Include="View\AnnotationMaker\AnnotationMaker.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\BookTimeLine\BookTimeLine.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\ClickMenu\ClickMenu.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\ClickMenu\ClickMenuItem.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\ClickMenu\ClickMenuPanelAnnoter.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\ClickMenu\ClickMenuPanelContextualiser.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\ClickMenu\ClickMenuLayer.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\ClickMenu\icons\ClickMenuIcon_TextAnnotation.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\ConsultationBookView\AnnotationViewer.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\ConsultationBookView\ConsultationBookView.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\ConsultationView\ConsultationView.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\ContextualBinderLayer\ContextualBinderLayer.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\HeaderControl\ButtonHeaderControl.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\HeaderProduction\HeaderProduction.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\NavigationBar\ConsultMenu.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\ContextualLinkBinder.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\HeaderControl\HeaderControl.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\NavigationBar\NavigationBar.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\NavigationBar\PersonnalChutier.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\PolemicElement.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\NavigationBar\ProductionMenu.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\NavigationBar\ReferencesChutier.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\ProductionTimeLine\CustomableVideoElement.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\ProductionTimeLine\ProductionTimeLine.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="View\ProductionView\ProductionView.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ </Page>
+ <Page Include="View\VideoViewer\VideoViewer.xaml">
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Iri.Modernisation.BaseMVVM\Iri.Modernisation.BaseMVVM.csproj">
+ <Project>{78F73254-9730-418B-84F5-9F7F3EB8F029}</Project>
+ <Name>Iri.Modernisation.BaseMVVM</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Iri.Modernisation.Data\Iri.Modernisation.Data.csproj">
+ <Project>{05794257-7163-48E0-B48A-B6666128AC1F}</Project>
+ <Name>Iri.Modernisation.Data</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="Resources\HeaderProduction\InstructionTextRessource.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>InstructionTextRessource.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="View\HeaderControl\images\home.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="View\ClickMenu\icons\home.png" />
+ </ItemGroup>
+ <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+ <ProjectExtensions>
+ <VisualStudio>
+ <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
+ <SilverlightProjectProperties />
+ </FlavorProperties>
+ </VisualStudio>
+ </ProjectExtensions>
+</Project>
\ No newline at end of file