• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

handbrake-jp project\'s main repository.


Commit MetaInfo

Revisionfc6e83af378ea77883f889ba1277e1c863202833 (tree)
Time2010-01-04 16:54:41
Authorunknown <hirom@.(no...>
Commiterunknown

Log Message

gitattribute test.

Change Summary

Incremental Difference

--- /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
@@ -12,7 +12,7 @@
1212 <ApplicationIcon>handbrakepineapple.ico</ApplicationIcon>
1313 <StartupObject>Handbrake.Program</StartupObject>
1414 <TargetZone>LocalIntranet</TargetZone>
15- <GenerateManifests>true</GenerateManifests>
15+ <GenerateManifests>false</GenerateManifests>
1616 <FileUpgradeFlags>
1717 </FileUpgradeFlags>
1818 <UpgradeBackupLocation>
@@ -25,6 +25,7 @@
2525 </TargetFrameworkSubset>
2626 <ManifestCertificateThumbprint>951B5E0B0DA7DC7D66E1AE6C0B40C5932766882D</ManifestCertificateThumbprint>
2727 <ManifestKeyFile>HandBrakeCS_TemporaryKey.pfx</ManifestKeyFile>
28+ <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
2829 <PublishUrl>C:\Dev\handbrake-jp\HandBrake-0.9.3jp\</PublishUrl>
2930 <Install>true</Install>
3031 <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;