diff options
author | sr55 <[email protected]> | 2019-01-27 20:46:19 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2019-01-27 20:46:42 +0000 |
commit | afda7a3fce7446ef55dcd7df78d9e5311fee5fa1 (patch) | |
tree | 54bab5d9cbd25aeb31a9439d7ce02cfd866af30b /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | 444a1060e6067690cc25f8271ae8794dc93f9a1d (diff) |
WinGui: Basic implementation of Queue Up/Down Buttons. Does not yet handle post selection.
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 2e4860bef..b47ed425c 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -149,6 +149,7 @@ <Compile Include="EventArgs\SettingChangedEventArgs.cs" />
<Compile Include="EventArgs\TabStatusEventArgs.cs" />
<Compile Include="Exceptions\GeneralApplicationException.cs" />
+ <Compile Include="Extensions\ListExtensions.cs" />
<Compile Include="Extensions\StringExtensions.cs" />
<Compile Include="Helpers\TreeViewHelper.cs" />
<Compile Include="Helpers\LogManager.cs" />
@@ -681,9 +682,9 @@ <Resource Include="Views\Images\file.png" />
</ItemGroup>
<ItemGroup>
- <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
+ <BootstrapperPackage Include=".NETFramework,Version=v4.7.1">
<Visible>False</Visible>
- <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
+ <ProductName>Microsoft .NET Framework 4.7.1 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
@@ -696,11 +697,6 @@ <ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
- <Visible>False</Visible>
- <ProductName>Windows Installer 3.1</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Resource Include="Views\Images\folder32.png" />
|