Ignore:
Timestamp:
Mar 19, 2012, 1:59:48 AM (12 years ago)
Author:
イグトランス (egtra)
Message:

egtraブランチの内容をマージ。

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ab5.0/abdev

    • Property svn:ignore set to
      *.opensdf
      *.sdf
      *.suo
      *.user
      int
      ipch
      out
  • trunk/ab5.0/abdev/abdev/manifest.xml

    r3 r828  
    11<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    2 
    32<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    4     <description>Description</description>
    5     <dependency>
    6         <dependentAssembly>
    7             <assemblyIdentity
    8                 type="win32"
    9                 name="Microsoft.Windows.Common-Controls"
    10                 version="6.0.0.0"
    11                 processorArchitecture="x86"
    12                 publicKeyToken="6595b64144ccf1df"
    13                 language="*" />
    14         </dependentAssembly>
    15     </dependency>
     3    <assemblyIdentity
     4        version="1.0.0.0"
     5        processorArchitecture="x86"
     6        name="Discoversoft.ActiveBasic.ProjectEditor"
     7        type="win32"/>
     8    <description>ActiveBasic IDE</description>
    169</assembly>
Note: See TracChangeset for help on using the changeset viewer.