--- a/client/src/Iri.Modernisation.Controls/Iri.Modernisation.Controls.csproj Tue Nov 24 09:59:20 2009 +0100
+++ b/client/src/Iri.Modernisation.Controls/Iri.Modernisation.Controls.csproj Tue Nov 24 10:42:26 2009 +0100
@@ -42,6 +42,10 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\res\lib\Berico.Windows.Controls.dll</HintPath>
</Reference>
+ <Reference Include="HackingSilverlightLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\res\lib\HackingSilverlightLibrary.dll</HintPath>
+ </Reference>
<Reference Include="SLExtensions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\res\lib\SLExtensions.dll</HintPath>
@@ -73,6 +77,7 @@
<Compile Include="ViewModel\ConsultationView\ConsultationViewVM.cs" />
<Compile Include="ViewModel\ContextualBinderLayer\ContextualBinderLayerVM.cs" />
<Compile Include="ViewModel\HeaderProduction\HeaderProductionVM.cs" />
+ <Compile Include="ViewModel\Main\MainVM.cs" />
<Compile Include="ViewModel\NavigationBar\ChutierVM.cs" />
<Compile Include="ViewModel\NavigationBar\ConsultMenuVM.cs" />
<Compile Include="ViewModel\HeaderControl\HeaderControlVM.cs" />
@@ -125,6 +130,9 @@
<Compile Include="View\HeaderProduction\HeaderProduction.xaml.cs">
<DependentUpon>HeaderProduction.xaml</DependentUpon>
</Compile>
+ <Compile Include="View\Main\Main.xaml.cs">
+ <DependentUpon>Main.xaml</DependentUpon>
+ </Compile>
<Compile Include="View\NavigationBar\ConsultMenu.xaml.cs">
<DependentUpon>ConsultMenu.xaml</DependentUpon>
</Compile>
@@ -220,6 +228,10 @@
<Generator>MSBuild:MarkupCompilePass1</Generator>
<SubType>Designer</SubType>
</Page>
+ <Page Include="View\Main\Main.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:MarkupCompilePass1</Generator>
+ </Page>
<Page Include="View\NavigationBar\ConsultMenu.xaml">
<Generator>MSBuild:MarkupCompilePass1</Generator>
<SubType>Designer</SubType>