diff options
author | sr55 <[email protected]> | 2010-08-29 20:46:13 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-08-29 20:46:13 +0000 |
commit | c05563c0a8d4d3b8795628d7eee8ab089fb494a4 (patch) | |
tree | 47b53f7307653570746c7697c8f05277b6c6ec94 /win/C#/HandBrake.ApplicationServices | |
parent | 466ea9a1a522e58dc972ffbba9deba3f615394a2 (diff) |
WinGui:
- Missed file from last checkin.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3504 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices')
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index fb2202e62..50fe295ae 100644 --- a/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -76,12 +76,6 @@ </ItemGroup>
<ItemGroup>
<Compile Include="EncodeProgressEventArgs.cs" />
- <Compile Include="frmExceptionWindow.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmExceptionWindow.Designer.cs">
- <DependentUpon>frmExceptionWindow.cs</DependentUpon>
- </Compile>
<Compile Include="Functions\Logging.cs" />
<Compile Include="Functions\GrowlCommunicator.cs" />
<Compile Include="Functions\Main.cs" />
@@ -123,10 +117,6 @@ <None Include="app.config" />
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include="frmExceptionWindow.resx">
- <DependentUpon>frmExceptionWindow.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|