Minor Modification on Test Project
authorMatthieu Totet
Wed, 18 Nov 2009 17:01:49 +0100
changeset 3 1f1614b65397
parent 2 308d41fca89c
child 4 cf756528609e
Minor Modification on Test Project
client/test/mainInterface/Iri.Modernisation.Test.MainInterface/Iri.Modernisation.Test.MainInterface.csproj
client/test/mainInterface/Iri.Modernisation.Test.MainInterface/MainPage.xaml.cs
--- a/client/test/mainInterface/Iri.Modernisation.Test.MainInterface/Iri.Modernisation.Test.MainInterface.csproj	Wed Nov 18 15:49:07 2009 +0100
+++ b/client/test/mainInterface/Iri.Modernisation.Test.MainInterface/Iri.Modernisation.Test.MainInterface.csproj	Wed Nov 18 17:01:49 2009 +0100
@@ -59,6 +59,22 @@
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\..\..\res\lib\HackingSilverlightLibrary.dll</HintPath>
     </Reference>
+    <Reference Include="Iri.Modernisation.BaseMVVM, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\..\..\src\Iri.Modernisation.BaseMVVM\Bin\Debug\Iri.Modernisation.BaseMVVM.dll</HintPath>
+    </Reference>
+    <Reference Include="Iri.Modernisation.Controls, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\..\..\src\Iri.Modernisation.Controls\Bin\Debug\Iri.Modernisation.Controls.dll</HintPath>
+    </Reference>
+    <Reference Include="Iri.Modernisation.Data, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\..\..\src\Iri.Modernisation.Data\Bin\Debug\Iri.Modernisation.Data.dll</HintPath>
+    </Reference>
+    <Reference Include="Iri.Modernisation.Styles, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\..\..\src\Iri.Modernisation.Styles\Bin\Debug\Iri.Modernisation.Styles.dll</HintPath>
+    </Reference>
     <Reference Include="SLExtensions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\..\..\res\lib\SLExtensions.dll</HintPath>
@@ -104,24 +120,6 @@
     <None Include="Properties\OutOfBrowserSettings.xml" />
     <None Include="Properties\AppManifest.xml" />
   </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\..\..\src\Iri.Modernisation.BaseMVVM\Iri.Modernisation.BaseMVVM.csproj">
-      <Project>{78F73254-9730-418B-84F5-9F7F3EB8F029}</Project>
-      <Name>Iri.Modernisation.BaseMVVM</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\..\..\src\Iri.Modernisation.Controls\Iri.Modernisation.Controls.csproj">
-      <Project>{A54E46A6-2438-46A4-8253-9B868F529052}</Project>
-      <Name>Iri.Modernisation.Controls</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\..\..\src\Iri.Modernisation.Data\Iri.Modernisation.Data.csproj">
-      <Project>{05794257-7163-48E0-B48A-B6666128AC1F}</Project>
-      <Name>Iri.Modernisation.Data</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\..\..\src\Iri.Modernisation.Styles\Iri.Modernisation.Styles.csproj">
-      <Project>{7E49C574-7520-4CCD-932C-74D62673702A}</Project>
-      <Name>Iri.Modernisation.Styles</Name>
-    </ProjectReference>
-  </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.
--- a/client/test/mainInterface/Iri.Modernisation.Test.MainInterface/MainPage.xaml.cs	Wed Nov 18 15:49:07 2009 +0100
+++ b/client/test/mainInterface/Iri.Modernisation.Test.MainInterface/MainPage.xaml.cs	Wed Nov 18 17:01:49 2009 +0100
@@ -58,6 +58,7 @@
             HeaderControlElement.DataContext = new HeaderControlVM("L'utilisateur");
             ProductionViewElement.DataContext = new HeaderProductionVM();
             /********************************************/
+           
         }
 
         void FlipView_Executed(object sender, SLExtensions.Input.ExecutedEventArgs e)