<flex-config>
   <compiler>
      <!--
      <include-libraries>
         <library>string</library>
      </include-libraries>
      -->
      <!-- List of SWC files or directories that contain SWC files. --> 
      <!-- 一括コンパイルの時は source-path を指定する
      <source-path>
         <path-element>./myValidators</path-element>
      </source-path>
      -->
      <library-path>
         <path-element>./myValidators</path-element>
         <path-element>D:/flex_sdk_2/frameworks/libs</path-element>
         <path-element>D:/flex_sdk_2/frameworks/locale/{locale}</path-element>
      </library-path>
   </compiler>
   <default-size>
       <height>695</height>
       <width>420</width>
    </default-size>


   <!-- Metadata added to SWFs via the SWF Metadata tag. -->
   <metadata>
      <title>QRcode generator for DoCoMo</title>
      <description>http://tsuyuguchi.com/masaaki/QRcode/</description>
      <publisher>unknown</publisher>
      <creator>masaaki@tsuyuguchi.com</creator>
      <language>EN</language>
   </metadata>

</flex-config>
