haidao.luaproj 11.6 KB
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>E439935D-B2A2-46AE-856D-2AA408428F33</ProjectGuid>
    <!--$guid1$-->
    <ProjectHome>
    </ProjectHome>
    <StartupFile>
    </StartupFile>
    <SearchPath>
    </SearchPath>
    <WorkingDirectory>.</WorkingDirectory>
    <OutputPath>.</OutputPath>
    <Name>haidao</Name>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
    <DebugSymbols>true</DebugSymbols>
    <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
    <DebugSymbols>true</DebugSymbols>
    <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  </PropertyGroup>
  <ItemGroup>
    <Folder Include="src\" />
    <Folder Include="src\app\" />
    <Folder Include="src\app\config\" />
    <Folder Include="src\app\enum\" />
    <Folder Include="src\app\event\" />
    <Folder Include="src\app\info\" />
    <Folder Include="src\app\LocalData\" />
    <Folder Include="src\app\manager\" />
    <Folder Include="src\app\model\" />
    <Folder Include="src\app\tools\" />
    <Folder Include="src\app\tools\pl\" />
    <Folder Include="src\app\views\" />
    <Folder Include="src\app\views\effect\" />
    <Folder Include="src\app\views\haidao\" />
    <Folder Include="src\app\views\scene\" />
    <Folder Include="src\app\views\view\" />
    <Folder Include="src\cocos\" />
    <Folder Include="src\cocos\3d\" />
    <Folder Include="src\cocos\cocos2d\" />
    <Folder Include="src\cocos\cocosbuilder\" />
    <Folder Include="src\cocos\cocosdenshion\" />
    <Folder Include="src\cocos\cocostudio\" />
    <Folder Include="src\cocos\controller\" />
    <Folder Include="src\cocos\extension\" />
    <Folder Include="src\cocos\framework\" />
    <Folder Include="src\cocos\framework\components\" />
    <Folder Include="src\cocos\framework\extends\" />
    <Folder Include="src\cocos\network\" />
    <Folder Include="src\cocos\spine\" />
    <Folder Include="src\cocos\ui\" />
    <Folder Include="src\core\" />
    <Folder Include="src\core\bezier\" />
    <Folder Include="src\core\geom\" />
    <Folder Include="src\core\helpers\" />
    <Folder Include="src\core\log\" />
    <Folder Include="src\core\net\" />
    <Folder Include="src\core\ui\" />
    <Folder Include="src\core\utils\" />
    <Folder Include="src\core\utils\pl\" />
    <Folder Include="src\packages\" />
    <Folder Include="src\packages\mvc\" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="src\app\config\GameConfig.lua" />
    <Compile Include="src\app\config\strings.lua" />
    <Compile Include="src\app\enum\EnumErrorCode.lua" />
    <Compile Include="src\app\enum\EnumEvent.lua" />
    <Compile Include="src\app\enum\EnumGame.lua" />
    <Compile Include="src\app\enum\EnumNodeType.lua" />
    <Compile Include="src\app\enum\init.lua" />
    <Compile Include="src\app\event\EventListener.lua" />
    <Compile Include="src\app\info\ConfigInfo.lua" />
    <Compile Include="src\app\LocalData\BaseData.lua" />
    <Compile Include="src\app\manager\Alert.lua" />
    <Compile Include="src\app\manager\AppManager.lua" />
    <Compile Include="src\app\manager\EffectManager.lua" />
    <Compile Include="src\app\manager\ItemManager.lua" />
    <Compile Include="src\app\manager\KeypadManager.lua" />
    <Compile Include="src\app\manager\LoadingManager.lua" />
    <Compile Include="src\app\manager\MedalItemManager.lua" />
    <Compile Include="src\app\manager\NodeManager.lua" />
    <Compile Include="src\app\manager\SoundManager.lua" />
    <Compile Include="src\app\model\ShopModel.lua" />
    <Compile Include="src\app\MyApp.lua" />
    <Compile Include="src\app\SocketClient.lua" />
    <Compile Include="src\app\tools\pl\compat.lua" />
    <Compile Include="src\app\tools\pl\utils.lua" />
    <Compile Include="src\app\tools\pl\xml.lua" />
    <Compile Include="src\app\views\haidao\GameFailView.lua" />
    <Compile Include="src\app\views\haidao\GameHero.lua" />
    <Compile Include="src\app\views\haidao\GameNextView.lua" />
    <Compile Include="src\app\views\haidao\GamePayConfirmView.lua" />
    <Compile Include="src\app\views\haidao\GamePayView.lua" />
    <Compile Include="src\app\views\haidao\game_data.lua" />
    <Compile Include="src\app\views\haidao\GameOverView.lua" />
    <Compile Include="src\app\views\haidao\GameStartView.lua" />
    <Compile Include="src\app\views\effect\EffectBoom.lua" />
    <Compile Include="src\app\views\effect\EffectFntPop.lua" />
    <Compile Include="src\app\views\effect\EffectFruitLight.lua" />
    <Compile Include="src\app\views\effect\EffectPlayLevel.lua" />
    <Compile Include="src\app\views\effect\EffectRoomRule.lua" />
    <Compile Include="src\app\views\effect\EffectScaleIn.lua" />
    <Compile Include="src\app\views\effect\EffectSelected.lua" />
    <Compile Include="src\app\views\effect\EffectShadow.lua" />
    <Compile Include="src\app\views\effect\EffectStright.lua" />
    <Compile Include="src\app\views\effect\EffectVoiceChat.lua" />
    <Compile Include="src\app\views\haidao\TileMapInfo.lua" />
    <Compile Include="src\app\views\scene\BaseScene.lua" />
    <Compile Include="src\app\views\haidao\LoadingScene.lua" />
    <Compile Include="src\app\views\haidao\GameScene.lua" />
    <Compile Include="src\app\views\scene\BaseSceneNew.lua" />
    <Compile Include="src\app\views\view\AlertView.lua" />
    <Compile Include="src\app\views\view\BaseView.lua" />
    <Compile Include="src\app\views\view\BaseViewNew.lua" />
    <Compile Include="src\app\views\view\LoadingDataView.lua" />
    <Compile Include="src\app\views\view\QrPayView.lua" />
    <Compile Include="src\cocos\3d\3dConstants.lua" />
    <Compile Include="src\cocos\cocos2d\bitExtend.lua" />
    <Compile Include="src\cocos\cocos2d\Cocos2d.lua" />
    <Compile Include="src\cocos\cocos2d\Cocos2dConstants.lua" />
    <Compile Include="src\cocos\cocos2d\deprecated.lua" />
    <Compile Include="src\cocos\cocos2d\DeprecatedCocos2dClass.lua" />
    <Compile Include="src\cocos\cocos2d\DeprecatedCocos2dEnum.lua" />
    <Compile Include="src\cocos\cocos2d\DeprecatedCocos2dFunc.lua" />
    <Compile Include="src\cocos\cocos2d\DeprecatedOpenglEnum.lua" />
    <Compile Include="src\cocos\cocos2d\DrawPrimitives.lua" />
    <Compile Include="src\cocos\cocos2d\functions.lua" />
    <Compile Include="src\cocos\cocos2d\json.lua" />
    <Compile Include="src\cocos\cocos2d\luaj.lua" />
    <Compile Include="src\cocos\cocos2d\luaoc.lua" />
    <Compile Include="src\cocos\cocos2d\Opengl.lua" />
    <Compile Include="src\cocos\cocos2d\OpenglConstants.lua" />
    <Compile Include="src\cocos\cocosbuilder\CCBReaderLoad.lua" />
    <Compile Include="src\cocos\cocosbuilder\DeprecatedCocosBuilderClass.lua" />
    <Compile Include="src\cocos\cocosdenshion\AudioEngine.lua" />
    <Compile Include="src\cocos\cocosdenshion\DeprecatedCocosDenshionClass.lua" />
    <Compile Include="src\cocos\cocosdenshion\DeprecatedCocosDenshionFunc.lua" />
    <Compile Include="src\cocos\cocostudio\CocoStudio.lua" />
    <Compile Include="src\cocos\cocostudio\DeprecatedCocoStudioClass.lua" />
    <Compile Include="src\cocos\cocostudio\DeprecatedCocoStudioFunc.lua" />
    <Compile Include="src\cocos\cocostudio\StudioConstants.lua" />
    <Compile Include="src\cocos\controller\ControllerConstants.lua" />
    <Compile Include="src\cocos\extension\DeprecatedExtensionClass.lua" />
    <Compile Include="src\cocos\extension\DeprecatedExtensionEnum.lua" />
    <Compile Include="src\cocos\extension\DeprecatedExtensionFunc.lua" />
    <Compile Include="src\cocos\extension\ExtensionConstants.lua" />
    <Compile Include="src\cocos\framework\audio.lua" />
    <Compile Include="src\cocos\framework\components\event.lua" />
    <Compile Include="src\cocos\framework\device.lua" />
    <Compile Include="src\cocos\framework\display.lua" />
    <Compile Include="src\cocos\framework\extends\LayerEx.lua" />
    <Compile Include="src\cocos\framework\extends\MenuEx.lua" />
    <Compile Include="src\cocos\framework\extends\NodeEx.lua" />
    <Compile Include="src\cocos\framework\extends\SpriteEx.lua" />
    <Compile Include="src\cocos\framework\extends\UICheckBox.lua" />
    <Compile Include="src\cocos\framework\extends\UIEditBox.lua" />
    <Compile Include="src\cocos\framework\extends\UIListView.lua" />
    <Compile Include="src\cocos\framework\extends\UIPageView.lua" />
    <Compile Include="src\cocos\framework\extends\UIScrollView.lua" />
    <Compile Include="src\cocos\framework\extends\UISlider.lua" />
    <Compile Include="src\cocos\framework\extends\UITextField.lua" />
    <Compile Include="src\cocos\framework\extends\UIWidget.lua" />
    <Compile Include="src\cocos\framework\init.lua" />
    <Compile Include="src\cocos\framework\package_support.lua" />
    <Compile Include="src\cocos\framework\transition.lua" />
    <Compile Include="src\cocos\init.lua" />
    <Compile Include="src\cocos\network\DeprecatedNetworkClass.lua" />
    <Compile Include="src\cocos\network\DeprecatedNetworkEnum.lua" />
    <Compile Include="src\cocos\network\DeprecatedNetworkFunc.lua" />
    <Compile Include="src\cocos\network\NetworkConstants.lua" />
    <Compile Include="src\cocos\spine\SpineConstants.lua" />
    <Compile Include="src\cocos\ui\DeprecatedUIEnum.lua" />
    <Compile Include="src\cocos\ui\DeprecatedUIFunc.lua" />
    <Compile Include="src\cocos\ui\experimentalUIConstants.lua" />
    <Compile Include="src\cocos\ui\GuiConstants.lua" />
    <Compile Include="src\config.lua" />
    <Compile Include="src\core\bezier\Bezier.lua" />
    <Compile Include="src\core\bezier\Line.lua" />
    <Compile Include="src\core\geom\PathPoint.lua" />
    <Compile Include="src\core\geom\Point.lua" />
    <Compile Include="src\core\helpers\UmengHelper.lua" />
    <Compile Include="src\core\log\color.lua" />
    <Compile Include="src\core\log\helper.lua" />
    <Compile Include="src\core\log\init.lua" />
    <Compile Include="src\core\log\log.lua" />
    <Compile Include="src\core\net\dkjson.lua" />
    <Compile Include="src\core\net\HttpRequest.lua" />
    <Compile Include="src\core\net\MyHttpRequest.lua" />
    <Compile Include="src\core\net\protobuf.lua" />
    <Compile Include="src\core\net\socket_connection.lua" />
    <Compile Include="src\core\net\socket_msg.lua" />
    <Compile Include="src\core\net\socket_tcp.lua" />
    <Compile Include="src\core\ui\align.lua" />
    <Compile Include="src\core\ui\dialog.lua" />
    <Compile Include="src\core\ui\init.lua" />
    <Compile Include="src\core\utils\AssetsUpdate.lua" />
    <Compile Include="src\core\utils\CustomMath.lua" />
    <Compile Include="src\core\utils\DeviceUtil.lua" />
    <Compile Include="src\core\utils\DisplayUtil.lua" />
    <Compile Include="src\core\utils\ObjectPool.lua" />
    <Compile Include="src\core\utils\ObscuredValue.lua" />
    <Compile Include="src\core\utils\pl\compat.lua" />
    <Compile Include="src\core\utils\pl\utils.lua" />
    <Compile Include="src\core\utils\pl\xml.lua" />
    <Compile Include="src\core\utils\Shake.lua" />
    <Compile Include="src\core\utils\StringUtil.lua" />
    <Compile Include="src\core\utils\TableUtil.lua" />
    <Compile Include="src\core\utils\TextRoller.lua" />
    <Compile Include="src\core\utils\TimeUtil.lua" />
    <Compile Include="src\core\utils\util.lua" />
    <Compile Include="src\main.lua" />
    <Compile Include="src\packages\mvc\AppBase.lua" />
    <Compile Include="src\packages\mvc\init.lua" />
    <Compile Include="src\packages\mvc\ViewBase.lua" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
</Project>