diff options
author | sr55 <[email protected]> | 2010-07-17 22:33:00 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-07-17 22:33:00 +0000 |
commit | 706ac8f30679436a97bbbf5ad3db214d9bc945a9 (patch) | |
tree | aa4c4471a27f185c8da59cad3cbc8b7c223af41f /win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | 561aa6ec3b4f018a4e76d1a57c7ffd6f0e7ded70 (diff) |
WinGui:
- ApplicationServices dll no longer uses Settings.settings
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3446 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index bc6c04db0..e6f54b9e8 100644 --- a/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -100,11 +100,6 @@ <DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- <DependentUpon>Settings.settings</DependentUpon>
- </Compile>
<Compile Include="Services\Encode.cs" />
<Compile Include="Services\Interfaces\IEncode.cs" />
<Compile Include="Services\Interfaces\IQueue.cs" />
@@ -114,10 +109,6 @@ </ItemGroup>
<ItemGroup>
<None Include="app.config" />
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="frmExceptionWindow.resx">
|