summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrakeWPF/HandBrakeWPF.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r--win/C#/HandBrakeWPF/HandBrakeWPF.csproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/win/C#/HandBrakeWPF/HandBrakeWPF.csproj b/win/C#/HandBrakeWPF/HandBrakeWPF.csproj
index efcf37bb7..031f56ba7 100644
--- a/win/C#/HandBrakeWPF/HandBrakeWPF.csproj
+++ b/win/C#/HandBrakeWPF/HandBrakeWPF.csproj
@@ -61,12 +61,16 @@
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
+ <Reference Include="WPFToolkit.Extended">
+ <HintPath>..\libraries\WPFToolkit.Extended.dll</HintPath>
+ </Reference>
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
+ <Compile Include="Services\WindowManager.cs" />
<Compile Include="ViewModels\AboutViewModel.cs" />
<Compile Include="ViewModels\AddPresetViewModel.cs" />
<Compile Include="ViewModels\PreviewViewModel.cs" />
@@ -205,7 +209,6 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Model\" />
- <Folder Include="Services\" />
</ItemGroup>
<ItemGroup>
<Resource Include="Views\Images\ActivityWindow.png" />