diff options
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index e093b2ac2..52b1db28b 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -282,6 +282,12 @@ <Compile Include="Functions\AppcastReader.cs" />
<Compile Include="Functions\QueryParser.cs" />
<Compile Include="Program.cs" />
+ <Compile Include="TitleSpecificScan.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="TitleSpecificScan.Designer.cs">
+ <DependentUpon>TitleSpecificScan.cs</DependentUpon>
+ </Compile>
<EmbeddedResource Include="Controls\AudioPanel.resx">
<DependentUpon>AudioPanel.cs</DependentUpon>
<SubType>Designer</SubType>
@@ -348,6 +354,9 @@ <DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
+ <EmbeddedResource Include="TitleSpecificScan.resx">
+ <DependentUpon>TitleSpecificScan.cs</DependentUpon>
+ </EmbeddedResource>
<None Include="app.config" />
<None Include="Installer\MakeNightly.nsi.tmpl" />
<None Include="Installer\MakeNightly.nsi" />
|