mirror of https://github.com/axmolengine/axmol.git
delete old 1.2 project
This commit is contained in:
parent
962de59a8c
commit
2c274cb061
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<bada>
|
||||
<type>0</type>
|
||||
<sdk>D:\bada\1.2.1</sdk>
|
||||
<model>Wave_LP2</model>
|
||||
<apiversioncheck>true</apiversioncheck>
|
||||
<priviligecheck>false</priviligecheck>
|
||||
<properties/>
|
||||
</bada>
|
File diff suppressed because it is too large
Load Diff
|
@ -1,95 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>HelloWorld</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>com.osp.ide.ospmakebuilder</name>
|
||||
<triggers>clean,full,incremental,</triggers>
|
||||
<arguments>
|
||||
<dictionary>
|
||||
<key>?name?</key>
|
||||
<value></value>
|
||||
</dictionary>
|
||||
<dictionary>
|
||||
<key>org.eclipse.cdt.make.core.append_environment</key>
|
||||
<value>true</value>
|
||||
</dictionary>
|
||||
<dictionary>
|
||||
<key>org.eclipse.cdt.make.core.autoBuildTarget</key>
|
||||
<value>all</value>
|
||||
</dictionary>
|
||||
<dictionary>
|
||||
<key>org.eclipse.cdt.make.core.buildArguments</key>
|
||||
<value></value>
|
||||
</dictionary>
|
||||
<dictionary>
|
||||
<key>org.eclipse.cdt.make.core.buildCommand</key>
|
||||
<value>cs-make</value>
|
||||
</dictionary>
|
||||
<dictionary>
|
||||
<key>org.eclipse.cdt.make.core.buildLocation</key>
|
||||
<value>${workspace_loc:/HelloWorld/.Simulator-Debug}</value>
|
||||
</dictionary>
|
||||
<dictionary>
|
||||
<key>org.eclipse.cdt.make.core.cleanBuildTarget</key>
|
||||
<value>clean</value>
|
||||
</dictionary>
|
||||
<dictionary>
|
||||
<key>org.eclipse.cdt.make.core.contents</key>
|
||||
<value>org.eclipse.cdt.make.core.activeConfigSettings</value>
|
||||
</dictionary>
|
||||
<dictionary>
|
||||
<key>org.eclipse.cdt.make.core.enableAutoBuild</key>
|
||||
<value>false</value>
|
||||
</dictionary>
|
||||
<dictionary>
|
||||
<key>org.eclipse.cdt.make.core.enableCleanBuild</key>
|
||||
<value>true</value>
|
||||
</dictionary>
|
||||
<dictionary>
|
||||
<key>org.eclipse.cdt.make.core.enableFullBuild</key>
|
||||
<value>true</value>
|
||||
</dictionary>
|
||||
<dictionary>
|
||||
<key>org.eclipse.cdt.make.core.fullBuildTarget</key>
|
||||
<value>all</value>
|
||||
</dictionary>
|
||||
<dictionary>
|
||||
<key>org.eclipse.cdt.make.core.stopOnError</key>
|
||||
<value>true</value>
|
||||
</dictionary>
|
||||
<dictionary>
|
||||
<key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
|
||||
<value>false</value>
|
||||
</dictionary>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.cdt.core.cnature</nature>
|
||||
<nature>org.eclipse.cdt.core.ccnature</nature>
|
||||
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
|
||||
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
|
||||
<nature>com.osp.ide.badaNature</nature>
|
||||
</natures>
|
||||
<linkedResources>
|
||||
<link>
|
||||
<name>AppDelegate.cpp</name>
|
||||
<type>1</type>
|
||||
<location>cocos2dx_root/HelloWorld/AppDelegate.cpp</location>
|
||||
</link>
|
||||
<link>
|
||||
<name>HelloWorldScene.cpp</name>
|
||||
<type>1</type>
|
||||
<location>cocos2dx_root/HelloWorld/HelloWorldScene.cpp</location>
|
||||
</link>
|
||||
</linkedResources>
|
||||
</projectDescription>
|
|
@ -1 +0,0 @@
|
|||
93c825c0eb08197a6b83c85bcf149524af2318da
|
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!--
|
||||
This XML file was automatically generated by UiBuilder - do not modify by hand.
|
||||
-->
|
||||
<!DOCTYPE Scene SYSTEM "UIForm.dtd">
|
||||
|
||||
<Scene Bversion="1.0.0.v20100730" Dversion="20100701">
|
||||
<Form id="IDF_COCOS2DFORM">
|
||||
<property BGColor="" BGColorOpacity="0" Orientation="Automatic:2Dir" softKey0NormalIcon="" softKey0PressedIcon="" softKey0Text="" softKey1NormalIcon="" softKey1PressedIcon="" softKey1Text="" title="Hello bada!" titleAlign="ALIGN_LEFT" titleIcon=""/>
|
||||
<layout mode="Portrait" style="FORM_STYLE_TITLE|FORM_STYLE_INDICATOR"/>
|
||||
<layout mode="Landscape" style="FORM_STYLE_TITLE|FORM_STYLE_INDICATOR"/>
|
||||
</Form>
|
||||
<Button id="IDC_BUTTON_OK" parent="IDF_COCOS2DFORM">
|
||||
<property NormalBGBitmapPath="" PressedBGBitmapPath="" disableTextColor="" hAlign="ALIGN_CENTER" normalTextColor="" pressedTextColor="" text="OK" vAlign="ALIGN_MIDDLE"/>
|
||||
<layout height="91" mode="Portrait" width="241" x="120" y="236"/>
|
||||
<layout height="103" mode="Landscape" width="401" x="200" y="108"/>
|
||||
</Button>
|
||||
</Scene>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!--
|
||||
This XML file was automatically generated by UiBuilder - do not modify by hand.
|
||||
-->
|
||||
<string_table Bversion="1.2.1.v20101224" Dversion="20100701"/>
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<Application>
|
||||
<Entry>HelloWorld</Entry>
|
||||
<Name>
|
||||
<English>HelloWorld</English>
|
||||
<eng-GB>HelloWorld</eng-GB>
|
||||
</Name>
|
||||
<Vendor/>
|
||||
<Description/>
|
||||
<Icons>
|
||||
<MainMenu>HelloWorld.png<Type1>HelloWorld.png</Type1>
|
||||
<Type2/>
|
||||
</MainMenu>
|
||||
<Setting/>
|
||||
<Ticker/>
|
||||
<QuickPanel/>
|
||||
<LaunchImage>Splash.png<Type1>Splash.png</Type1>
|
||||
<Type2/>
|
||||
</LaunchImage>
|
||||
</Icons>
|
||||
<AutoScaling>
|
||||
<Enabled>false</Enabled>
|
||||
</AutoScaling>
|
||||
</Application>
|
|
@ -1,28 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Manifest>
|
||||
<Id>93bt1p123e</Id>
|
||||
<Secret>9C645DDBA19C71BAD1204DA4DAA7A0B9</Secret>
|
||||
<AppVersion>1.0.0</AppVersion>
|
||||
<ManifestVersion>1.2</ManifestVersion>
|
||||
<Privileges>
|
||||
<Privilege>
|
||||
<Name>SYSTEM_SERVICE</Name>
|
||||
</Privilege>
|
||||
<Privilege>
|
||||
<Name>WEB_SERVICE</Name>
|
||||
</Privilege>
|
||||
</Privileges>
|
||||
<DeviceProfile>
|
||||
<APIVersion>1.2</APIVersion>
|
||||
<CPU>Cortex8</CPU>
|
||||
<ScreenSize>480x800</ScreenSize>
|
||||
<Connectivity>Bluetooth</Connectivity>
|
||||
<Connectivity>Wi-Fi</Connectivity>
|
||||
<Sensor>GPS</Sensor>
|
||||
<Sensor>Accelerometer</Sensor>
|
||||
<Sensor>Proximity</Sensor>
|
||||
<InputDevice>Touch</InputDevice>
|
||||
<SoundMixing>Enable</SoundMixing>
|
||||
<UserInteraction>Vibration-effects</UserInteraction>
|
||||
</DeviceProfile>
|
||||
</Manifest>
|
Loading…
Reference in New Issue