diff options
author | sr55 <[email protected]> | 2015-03-14 17:34:12 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-03-14 17:34:12 +0000 |
commit | abcbdbca5fc445a4eac9024a41d803cd4e62f9ab (patch) | |
tree | 90df520abab7c3fc0848a98b082081ec665fdaa3 /win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | 0b14b5646566aa90026466dd7c4b3430dec7c093 (diff) |
WinGui: Fixed the temp Property Changed Base Impl.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6987 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index a507cfdc8..e84331529 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -190,7 +190,9 @@ <Compile Include="Services\Scan\EventArgs\ScanProgressEventArgs.cs" />
<Compile Include="Utilities\Converters.cs" />
<Compile Include="Utilities\EnumHelper.cs" />
+ <Compile Include="Utilities\Execute.cs" />
<Compile Include="Utilities\ExtensionMethods.cs" />
+ <Compile Include="Utilities\Interfaces\INotifyPropertyChangedEx.cs" />
<Compile Include="Utilities\PropertyChangedBase.cs" />
<Compile Include="Utilities\SystemInfo.cs" />
<Compile Include="Utilities\VersionHelper.cs" />
|