• R/O
  • HTTP
  • SSH
  • HTTPS

handbrake-jp: Commit

handbrake-jp project\'s main repository.


Commit MetaInfo

Revisión89d3f9fbc8fef2c6b0c1e88ae2e7ac4e6e3121c5 (tree)
Tiempo2011-01-04 23:00:36
Autorunknown <hirom@.(no...>
Commiterhylom

Log Message

gitattribute test.

Cambiar Resumen

Diferencia incremental

--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,4 @@
1+*.cs ident
2+*.txt ident
3+*.resx ident
4+
--- a/win/C#/HandBrakeCS.csproj
+++ b/win/C#/HandBrakeCS.csproj
@@ -13,7 +13,7 @@
1313 <ApplicationIcon>handbrakepineapple.ico</ApplicationIcon>
1414 <StartupObject>Handbrake.Program</StartupObject>
1515 <TargetZone>LocalIntranet</TargetZone>
16- <GenerateManifests>true</GenerateManifests>
16+ <GenerateManifests>false</GenerateManifests>
1717 <FileUpgradeFlags>
1818 </FileUpgradeFlags>
1919 <UpgradeBackupLocation>
@@ -26,6 +26,7 @@
2626 </TargetFrameworkSubset>
2727 <ManifestCertificateThumbprint>951B5E0B0DA7DC7D66E1AE6C0B40C5932766882D</ManifestCertificateThumbprint>
2828 <ManifestKeyFile>HandBrakeCS_TemporaryKey.pfx</ManifestKeyFile>
29+ <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
2930 <PublishUrl>C:\Dev\handbrake-jp\HandBrake-0.9.3jp\</PublishUrl>
3031 <Install>true</Install>
3132 <InstallFrom>Disk</InstallFrom>
--- a/win/C#/Properties/AssemblyInfo.cs
+++ b/win/C#/Properties/AssemblyInfo.cs
@@ -4,6 +4,11 @@
44 Homepage: <http://handbrake.fr>.
55 It may be used under the terms of the GNU General Public License. */
66
7+/*
8+ * This file modified by hylom <hylomm@gmail.com> for HandBrake Japanese version.
9+ * File Revision: $Id$
10+ */
11+
712 using System.Reflection;
813 using System.Runtime.CompilerServices;
914 using System.Runtime.InteropServices;
Show on old repository browser