diff options
author | sr55 <[email protected]> | 2008-09-28 18:19:47 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-09-28 18:19:47 +0000 |
commit | 1296a228affb02f0b0fa2bc7f962e5a993332082 (patch) | |
tree | ea4d2e8bce3446d47ee34776ec4c4de244e6ba93 /win/C#/HandBrakeCS.csproj | |
parent | 37897e9ed4608d8f3e400d4090220f3a92a55fc3 (diff) |
WinGui:
- AppcastReader.cs re-factored. Reduces number of connections to the server.
- Few UI tweaks to the updater / downloader
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1781 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 801635c09..ce04fa177 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -34,6 +34,7 @@ <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
+ <SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -50,7 +51,7 @@ </DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>full</DebugType>
+ <DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
@@ -63,6 +64,8 @@ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<NoStdLib>false</NoStdLib>
<DebugSymbols>true</DebugSymbols>
+ <FileAlignment>512</FileAlignment>
+ <PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
|