summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrakeCS.csproj
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-07-13 19:37:44 +0000
committersr55 <[email protected]>2007-07-13 19:37:44 +0000
commitb47ce2fd53ca839974b2f4277b01918fb34b6d6e (patch)
tree36ea205cd8fba36fb7bd2a1a0774888f2f8a258d /win/C#/HandBrakeCS.csproj
parent0afde9331de7d41babe11e7d76ed76c691c84ecb (diff)
WinGui:
- Some C# Code fixes. Parser.cs is currently missing in action. Will appear soon hopefully. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@675 b64f7644-9d1e-0410-96f1-a4d463321fa5
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 3cd67f658..10e4b29d6 100644
--- a/win/C#/HandBrakeCS.csproj
+++ b/win/C#/HandBrakeCS.csproj
@@ -37,6 +37,12 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="frmEncodeOutput.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="frmEncodeOutput.Designer.cs">
+ <DependentUpon>frmEncodeOutput.cs</DependentUpon>
+ </Compile>
<Compile Include="frmAbout.cs">
<SubType>Form</SubType>
</Compile>
@@ -69,6 +75,10 @@
<Compile Include="Parsing\Title.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <EmbeddedResource Include="frmEncodeOutput.resx">
+ <DependentUpon>frmEncodeOutput.cs</DependentUpon>
+ <SubType>Designer</SubType>
+ </EmbeddedResource>
<EmbeddedResource Include="frmAbout.resx">
<SubType>Designer</SubType>
<DependentUpon>frmAbout.cs</DependentUpon>