• 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

FFFTPのソースコードです。


Commit MetaInfo

Revisão1baf96e9bc82fc54116e7ead4b7282605b81306d (tree)
Hora2013-09-26 23:54:16
Autors_kawamoto <s_kawamoto@user...>
Commiters_kawamoto

Mensagem de Log

Add compatibility sections to manifest files.

Mudança Sumário

Diff

Binary files a/FFFTP_Eng_Release/FFFTP.exe and b/FFFTP_Eng_Release/FFFTP.exe differ
Binary files a/Release/FFFTP.exe and b/Release/FFFTP.exe differ
--- a/Resource/ffftp.exe.manifest
+++ b/Resource/ffftp.exe.manifest
@@ -19,5 +19,13 @@
1919 />
2020 </dependentAssembly>
2121 </dependency>
22+<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
23+ <application>
24+ <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
25+ <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />
26+ <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />
27+ <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />
28+ </application>
29+</compatibility>
2230 </assembly>
2331
--- a/Resource_eng/ffftp.exe.manifest
+++ b/Resource_eng/ffftp.exe.manifest
@@ -19,5 +19,13 @@
1919 />
2020 </dependentAssembly>
2121 </dependency>
22+<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
23+ <application>
24+ <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
25+ <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />
26+ <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />
27+ <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />
28+ </application>
29+</compatibility>
2230 </assembly>
2331