diff options
author | sr55 <[email protected]> | 2016-04-19 21:52:27 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2016-04-19 21:52:27 +0100 |
commit | 4284cf487665dd2013b8c95cf2195980ac8106df (patch) | |
tree | 9ed89bad39b89315a94adc7b09ad901d4af8f1ec /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | 5e299e96599e191345f303623baa6ceda01c0916 (diff) |
WinGui: Some initial work to make the HandBrake.ApplicationServices library more portable.
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 5869f24bb..358c1109c 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -253,6 +253,8 @@ <Compile Include="Utilities\Output\CsvHelper.cs" />
<Compile Include="Utilities\PropertyChangedBase.cs" />
<Compile Include="Utilities\DirectoryUtilities.cs" />
+ <Compile Include="Utilities\SystemInfo.cs" />
+ <Compile Include="Utilities\Win32.cs" />
<Compile Include="Utilities\Win7.cs" />
<Compile Include="ViewModels\AudioDefaultsViewModel.cs" />
<Compile Include="ViewModels\CountdownAlertViewModel.cs" />
|