diff options
author | sr55 <[email protected]> | 2011-10-30 21:53:10 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-10-30 21:53:10 +0000 |
commit | 1fae5640fafcc3a4613eba99dcbb56f3e98430ae (patch) | |
tree | dca397ee63a4e9983899f639db50bad352dc3650 /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | 8b8ebd1f417c6ef65ab431a36fad0bbf0e2daf58 (diff) |
WinGui: (WPF) Further work on the new Options window. Just UI/Cosmetic code to finish now.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4330 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index f94cf2a28..c600cd1a4 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -75,6 +75,7 @@ <SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="Factories\ViewModelFactory.cs" />
+ <Compile Include="Helpers\ListBoxHelper.cs" />
<Compile Include="Startup\CastleBootstrapper.cs" />
<Compile Include="Startup\MefBootstrapper.cs" />
<Compile Include="UserSettingConstants.cs" />
@@ -231,6 +232,10 @@ <Content Include="defaultsettings.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
+ <Resource Include="Views\Images\arrow_down.png" />
+ <Resource Include="Views\Images\arrow_left.png" />
+ <Resource Include="Views\Images\arrow_right.png" />
+ <Resource Include="Views\Images\arrow_up.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Views\Images\ActivityWindow.png" />
|