diff options
author | sr55 <[email protected]> | 2011-12-21 18:01:05 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-12-21 18:01:05 +0000 |
commit | 122ea23a9cc9b22313fee0648fa9831132074817 (patch) | |
tree | 84388224cf67ea970b3fcb4a1402439cab3444bc /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | ce0f63d8cb8bfacaf4fc139ac49eaf0775bb27e1 (diff) |
WinGui: (WPF) Some further work on the WPF GUI. Started to hook up presets.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4379 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 4772fd13f..cea841fe4 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -78,6 +78,7 @@ <Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
+ <Compile Include="Converters\BooleanToVisibilityConverter.cs" />
<Compile Include="Helpers\ListBoxHelper.cs" />
<Compile Include="Startup\CastleBootstrapper.cs" />
<Compile Include="Startup\MefBootstrapper.cs" />
@@ -224,6 +225,11 @@ <Content Include="defaultsettings.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
+ <Resource Include="Views\Images\Close.png" />
+ <Resource Include="Views\Images\Help24.png" />
+ <Resource Include="Views\Images\Help32.png" />
+ <Resource Include="Views\Images\Add16.png" />
+ <Resource Include="Views\Images\Options24.png" />
<Resource Include="Views\Images\arrow_down.png" />
<Resource Include="Views\Images\arrow_left.png" />
<Resource Include="Views\Images\arrow_right.png" />
@@ -273,6 +279,7 @@ </ItemGroup>
<ItemGroup>
<Folder Include="Factories\" />
+ <Folder Include="Services\Interfaces\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(ProgramFiles)\MSBuild\StyleCop\v4.*\StyleCop.targets" />
|