handbrake-jp project\'s main repository.
Revisión | 89d3f9fbc8fef2c6b0c1e88ae2e7ac4e6e3121c5 (tree) |
---|---|
Tiempo | 2011-01-04 23:00:36 |
Autor | unknown <hirom@.(no...> |
Commiter | hylom |
gitattribute test.
@@ -0,0 +1,4 @@ | ||
1 | +*.cs ident | |
2 | +*.txt ident | |
3 | +*.resx ident | |
4 | + |
@@ -13,7 +13,7 @@ | ||
13 | 13 | <ApplicationIcon>handbrakepineapple.ico</ApplicationIcon> |
14 | 14 | <StartupObject>Handbrake.Program</StartupObject> |
15 | 15 | <TargetZone>LocalIntranet</TargetZone> |
16 | - <GenerateManifests>true</GenerateManifests> | |
16 | + <GenerateManifests>false</GenerateManifests> | |
17 | 17 | <FileUpgradeFlags> |
18 | 18 | </FileUpgradeFlags> |
19 | 19 | <UpgradeBackupLocation> |
@@ -26,6 +26,7 @@ | ||
26 | 26 | </TargetFrameworkSubset> |
27 | 27 | <ManifestCertificateThumbprint>951B5E0B0DA7DC7D66E1AE6C0B40C5932766882D</ManifestCertificateThumbprint> |
28 | 28 | <ManifestKeyFile>HandBrakeCS_TemporaryKey.pfx</ManifestKeyFile> |
29 | + <ApplicationManifest>Properties\app.manifest</ApplicationManifest> | |
29 | 30 | <PublishUrl>C:\Dev\handbrake-jp\HandBrake-0.9.3jp\</PublishUrl> |
30 | 31 | <Install>true</Install> |
31 | 32 | <InstallFrom>Disk</InstallFrom> |
@@ -4,6 +4,11 @@ | ||
4 | 4 | Homepage: <http://handbrake.fr>. |
5 | 5 | It may be used under the terms of the GNU General Public License. */ |
6 | 6 | |
7 | +/* | |
8 | + * This file modified by hylom <hylomm@gmail.com> for HandBrake Japanese version. | |
9 | + * File Revision: $Id$ | |
10 | + */ | |
11 | + | |
7 | 12 | using System.Reflection; |
8 | 13 | using System.Runtime.CompilerServices; |
9 | 14 | using System.Runtime.InteropServices; |