summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrakeCS.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r--win/C#/HandBrakeCS.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj
index c9b1bac81..829bad5d0 100644
--- a/win/C#/HandBrakeCS.csproj
+++ b/win/C#/HandBrakeCS.csproj
@@ -47,6 +47,12 @@
<Compile Include="frmAbout.Designer.cs">
<DependentUpon>frmAbout.cs</DependentUpon>
</Compile>
+ <Compile Include="frmDebug.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="frmDebug.Designer.cs">
+ <DependentUpon>frmDebug.cs</DependentUpon>
+ </Compile>
<Compile Include="frmDvdInfo.cs">
<SubType>Form</SubType>
</Compile>
@@ -78,6 +84,10 @@
<SubType>Designer</SubType>
<DependentUpon>frmAbout.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="frmDebug.resx">
+ <SubType>Designer</SubType>
+ <DependentUpon>frmDebug.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="frmDvdInfo.resx">
<SubType>Designer</SubType>
<DependentUpon>frmDvdInfo.cs</DependentUpon>