# HG changeset patch # User totetm <> # Date 1262946804 -3600 # Node ID 5f8d275750e7b86e867fb1ad21c049894cd796c3 # Parent 2d4ec5ab2a404c07dc604dfd3cdd8e754de6b826 After SL4 Convertion diff -r 2d4ec5ab2a40 -r 5f8d275750e7 .hgignore --- a/.hgignore Tue Jan 05 15:53:48 2010 +0100 +++ b/.hgignore Fri Jan 08 11:33:24 2010 +0100 @@ -3,3 +3,6 @@ glob:*.user glob:*.sln.cache glob:*.suo +glob:Backup/* +glob:_UpgradeReport_Files/* +glob:UpgradeLog.XML diff -r 2d4ec5ab2a40 -r 5f8d275750e7 client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs --- a/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs Tue Jan 05 15:53:48 2010 +0100 +++ b/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs Fri Jan 08 11:33:24 2010 +0100 @@ -494,7 +494,39 @@ get; private set; } - + public static class WebCamControl + { + static WebCamControl() + { + CamRecordLanch = new Command("CamRecordLanch"); + CamRecordBegin = new Command("CamRecordBegin"); + CamRecordEnd = new Command("CamRecordEnd"); + CamRecordStop = new Command("CamRecordStop"); + } + public static Command CamRecordStop + { + get; + private set; + } + public static Command CamRecordLanch + { + get; + private set; + } + public static Command CamRecordBegin + { + get; + private set; + } + public static Command CamRecordEnd + { + get; + private set; + } + public static void Initialize() + { + } + } public static class ProductionView { @@ -546,6 +578,7 @@ ProductionTimeLine.Initialize(); VideoViewer.Initialize(); ProductionView.Initialize(); + Commands.WebCamControl.Initialize(); } } diff -r 2d4ec5ab2a40 -r 5f8d275750e7 client/src/Iri.Modernisation.BaseMVVM/Iri.Modernisation.BaseMVVM.csproj --- a/client/src/Iri.Modernisation.BaseMVVM/Iri.Modernisation.BaseMVVM.csproj Tue Jan 05 15:53:48 2010 +0100 +++ b/client/src/Iri.Modernisation.BaseMVVM/Iri.Modernisation.BaseMVVM.csproj Fri Jan 08 11:33:24 2010 +0100 @@ -1,4 +1,8 @@ - + + + + v3.5 + Debug AnyCPU @@ -10,10 +14,33 @@ Properties Iri.Modernisation.BaseMVVM Iri.Modernisation.BaseMVVM - v3.5 + v4.0 false true true + Silverlight + $(TargetFrameworkVersion) + + + + + 3.5 + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true + true @@ -25,6 +52,7 @@ true prompt 4 + AllRules.ruleset pdbonly @@ -35,6 +63,7 @@ true prompt 4 + AllRules.ruleset @@ -54,7 +83,24 @@ - + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + true + + + False + Windows Installer 3.1 + true + + + - +