summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrakeCS.csproj
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-09-12 16:01:59 +0000
committersr55 <[email protected]>2010-09-12 16:01:59 +0000
commit852d9bd1e192818ba1add39a06213a11e3f94293 (patch)
tree74e924ab03d95c10b7af7f06f0995fddb714860d /win/C#/HandBrakeCS.csproj
parent470eca93d99db0877d5b9f37cfeb9b63dfe30ae5 (diff)
WinGui:
- Move The Title Specific scan tool window into a ToolWindows folder. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3521 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r--win/C#/HandBrakeCS.csproj7
1 files changed, 4 insertions, 3 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj
index 52b1db28b..5275cf840 100644
--- a/win/C#/HandBrakeCS.csproj
+++ b/win/C#/HandBrakeCS.csproj
@@ -282,10 +282,10 @@
<Compile Include="Functions\AppcastReader.cs" />
<Compile Include="Functions\QueryParser.cs" />
<Compile Include="Program.cs" />
- <Compile Include="TitleSpecificScan.cs">
+ <Compile Include="ToolWindows\TitleSpecificScan.cs">
<SubType>Form</SubType>
</Compile>
- <Compile Include="TitleSpecificScan.Designer.cs">
+ <Compile Include="ToolWindows\TitleSpecificScan.Designer.cs">
<DependentUpon>TitleSpecificScan.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="Controls\AudioPanel.resx">
@@ -354,7 +354,7 @@
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
- <EmbeddedResource Include="TitleSpecificScan.resx">
+ <EmbeddedResource Include="ToolWindows\TitleSpecificScan.resx">
<DependentUpon>TitleSpecificScan.cs</DependentUpon>
</EmbeddedResource>
<None Include="app.config" />
@@ -475,6 +475,7 @@
<Name>HandBrake.ApplicationServices</Name>
</ProjectReference>
</ItemGroup>
+ <ItemGroup />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.