diff options
author | sr55 <[email protected]> | 2008-12-21 17:08:55 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-12-21 17:08:55 +0000 |
commit | 0580ae3259179dd298e4fc49bf17846f4f8dda7d (patch) | |
tree | f1ffd133f1bc1a12a0374f94153d9b23ca07c5bc /win/C#/HandBrakeCS.csproj | |
parent | ac1f7bafb2f980eda44bd93e507914ae8aa284dc (diff) |
WinGui:
- Removed Experimental folder from project
- Typo in Download window fixed.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2041 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index ab257abea..9398afcbc 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -142,12 +142,6 @@ <Compile Include="frmOptions.Designer.cs">
<DependentUpon>frmOptions.cs</DependentUpon>
</Compile>
- <Compile Include="Experimental\frmPreviewAX.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Experimental\frmPreviewAX.Designer.cs">
- <DependentUpon>frmPreviewAX.cs</DependentUpon>
- </Compile>
<Compile Include="frmQueue.cs">
<SubType>Form</SubType>
</Compile>
@@ -205,9 +199,6 @@ <SubType>Designer</SubType>
<DependentUpon>frmOptions.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="Experimental\frmPreviewAX.resx">
- <DependentUpon>frmPreviewAX.cs</DependentUpon>
- </EmbeddedResource>
<EmbeddedResource Include="frmQueue.resx">
<SubType>Designer</SubType>
<DependentUpon>frmQueue.cs</DependentUpon>
@@ -317,24 +308,6 @@ <Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
- <ItemGroup>
- <COMReference Include="AxAXVLC">
- <Guid>{DF2BBE39-40A8-433B-A279-073F48DA94B6}</Guid>
- <VersionMajor>1</VersionMajor>
- <VersionMinor>0</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>aximp</WrapperTool>
- <Isolated>False</Isolated>
- </COMReference>
- <COMReference Include="stdole">
- <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
- <VersionMajor>2</VersionMajor>
- <VersionMinor>0</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>primary</WrapperTool>
- <Isolated>False</Isolated>
- </COMReference>
- </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.
|