﻿<?xml version="1.0" encoding="utf-8"?>
<application xmlns="http://ns.adobe.com/air/application/4.0">
  <id>com.ada.dtsgz.pc.zhifubao</id>
  <versionNumber>2.0.0</versionNumber>
  <filename>阿达三国志2014</filename>
  <name>阿达三国志2014</name>
  <supportedProfiles>desktop extendedDesktop</supportedProfiles>
  <initialWindow>
    <title>阿达三国志2014</title>
    <content>dtsgz.swf</content>
    <visible>true</visible>
    <fullScreen>false</fullScreen>
    <maximizable>false</maximizable> 
    <systemChrome>standard</systemChrome>
    <aspectRatio>landscape</aspectRatio>
    <renderMode>direct</renderMode>
    <autoOrients>true</autoOrients>
    <resizable>false</resizable>
    <x>0</x>
    <y>0</y>
    <width>@width@</width>
    <height>@height@</height>
  </initialWindow>
  <icon>
    <image48x48>icons/48.png</image48x48>
  </icon>
</application>