Last active
August 29, 2015 13:57
-
-
Save b005t3r/9757272 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<module type="Flex" version="4"> | |
<component name="FlexBuildConfigurationManager" active="AS3-LocaleManager"> | |
<configurations> | |
<configuration name="AS3-LocaleManager" target-platform="Desktop" pure-as="true" output-type="Library" output-file="AS3-LocaleManager.swc" output-folder="$MODULE_DIR$/out"> | |
<dependencies> | |
<sdk name="AIR SDK 4.0" /> | |
</dependencies> | |
<compiler-options /> | |
<packaging-air-desktop /> | |
<packaging-android /> | |
<packaging-ios /> | |
</configuration> | |
</configurations> | |
<compiler-options /> | |
</component> | |
<component name="NewModuleRootManager" inherit-compiler-output="true"> | |
<exclude-output /> | |
<content url="file://$MODULE_DIR$"> | |
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> | |
</content> | |
<orderEntry type="jdk" jdkName="AIR SDK 4.0" jdkType="Flex SDK Type (new)" /> | |
<orderEntry type="sourceFolder" forTests="false" /> | |
</component> | |
</module> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<module type="Flex" version="4"> | |
<component name="FlexBuildConfigurationManager" active="feathers"> | |
<configurations> | |
<configuration name="feathers" target-platform="Desktop" pure-as="true" output-type="Library" output-file="feathers.swc" output-folder="$MODULE_DIR$/out"> | |
<dependencies> | |
<entries> | |
<entry module-name="Starling" build-configuration-name="Starling"> | |
<dependency linkage="Merged" /> | |
</entry> | |
</entries> | |
<sdk name="AIR SDK 4.0" /> | |
</dependencies> | |
<compiler-options /> | |
<packaging-air-desktop /> | |
<packaging-android /> | |
<packaging-ios /> | |
</configuration> | |
</configurations> | |
<compiler-options /> | |
</component> | |
<component name="NewModuleRootManager" inherit-compiler-output="true"> | |
<exclude-output /> | |
<content url="file://$MODULE_DIR$"> | |
<sourceFolder url="file://$MODULE_DIR$/source" isTestSource="false" /> | |
</content> | |
<orderEntry type="jdk" jdkName="AIR SDK 4.0" jdkType="Flex SDK Type (new)" /> | |
<orderEntry type="sourceFolder" forTests="false" /> | |
<orderEntry type="module" module-name="Starling" exported="" /> | |
</component> | |
</module> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<module type="Flex" version="4"> | |
<component name="FlexBuildConfigurationManager" active="Gestouch"> | |
<configurations> | |
<configuration name="Gestouch" target-platform="Desktop" pure-as="true" output-type="Library" output-file="Gestouch.swc" output-folder="$MODULE_DIR$/out"> | |
<dependencies> | |
<entries> | |
<entry module-name="Starling" build-configuration-name="Starling"> | |
<dependency linkage="Merged" /> | |
</entry> | |
</entries> | |
<sdk name="AIR SDK 4.0" /> | |
</dependencies> | |
<compiler-options /> | |
<packaging-air-desktop /> | |
<packaging-android /> | |
<packaging-ios /> | |
</configuration> | |
</configurations> | |
<compiler-options /> | |
</component> | |
<component name="NewModuleRootManager" inherit-compiler-output="true"> | |
<exclude-output /> | |
<content url="file://$MODULE_DIR$"> | |
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> | |
</content> | |
<orderEntry type="jdk" jdkName="AIR SDK 4.0" jdkType="Flex SDK Type (new)" /> | |
<orderEntry type="sourceFolder" forTests="false" /> | |
<orderEntry type="module" module-name="Starling" exported="" /> | |
</component> | |
</module> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<module type="Flex" version="4"> | |
<component name="FlexBuildConfigurationManager" active="Starling"> | |
<configurations> | |
<configuration name="Starling" target-platform="Desktop" pure-as="true" output-type="Library" output-file="Starling.swc" output-folder="$MODULE_DIR$/bin"> | |
<dependencies> | |
<sdk name="AIR SDK 4.0" /> | |
</dependencies> | |
<compiler-options /> | |
<packaging-air-desktop /> | |
<packaging-android /> | |
<packaging-ios /> | |
</configuration> | |
</configurations> | |
<compiler-options /> | |
</component> | |
<component name="NewModuleRootManager" inherit-compiler-output="true"> | |
<exclude-output /> | |
<content url="file://$MODULE_DIR$"> | |
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> | |
<excludeFolder url="file://$MODULE_DIR$/bin" /> | |
</content> | |
<orderEntry type="jdk" jdkName="AIR SDK 4.0" jdkType="Flex SDK Type (new)" /> | |
<orderEntry type="sourceFolder" forTests="false" /> | |
</component> | |
</module> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment