OSDN Git Service

ナベアツ追加
authorfuke masasi <masasi>
Mon, 10 Apr 2017 09:45:23 +0000 (18:45 +0900)
committerfuke masasi <masasi>
Mon, 10 Apr 2017 09:45:23 +0000 (18:45 +0900)
nabe.dpr [new file with mode: 0644]
nabe.dproj [new file with mode: 0644]
nabe.res [new file with mode: 0644]

diff --git a/nabe.dpr b/nabe.dpr
new file mode 100644 (file)
index 0000000..0aea432
--- /dev/null
+++ b/nabe.dpr
@@ -0,0 +1,26 @@
+program nabe;\r
+\r
+{$APPTYPE CONSOLE}\r
+{$R *.res}\r
+\r
+uses\r
+  System.SysUtils;\r
+\r
+var\r
+  i: integer;\r
+\r
+begin\r
+  try\r
+    { TODO -oUser -cConsole \83\81\83C\83\93 : \82±\82±\82É\83R\81[\83h\82ð\8bL\8fq\82µ\82Ä\82­\82¾\82³\82¢ }\r
+    for i := 1 to 40 do\r
+      if (i mod 3 = 0) or (i mod 10 = 3) or ((i div 10) mod 10 = 3) then\r
+        Writeln('Aho')\r
+      else\r
+        Writeln(i.ToString);\r
+    Readln;\r
+  except\r
+    on E: Exception do\r
+      Writeln(E.ClassName, ': ', E.Message);\r
+  end;\r
+\r
+end.\r
diff --git a/nabe.dproj b/nabe.dproj
new file mode 100644 (file)
index 0000000..79cfc0d
--- /dev/null
@@ -0,0 +1,508 @@
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+    <PropertyGroup>\r
+        <ProjectGuid>{73AD7BB3-2BC2-4840-830A-FF1743A306F9}</ProjectGuid>\r
+        <ProjectVersion>16.1</ProjectVersion>\r
+        <FrameworkType>None</FrameworkType>\r
+        <MainSource>nabe.dpr</MainSource>\r
+        <Base>True</Base>\r
+        <Config Condition="'$(Config)'==''">Debug</Config>\r
+        <Platform Condition="'$(Platform)'==''">Win32</Platform>\r
+        <TargetedPlatforms>1</TargetedPlatforms>\r
+        <AppType>Console</AppType>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">\r
+        <Base>true</Base>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">\r
+        <Base_Android>true</Base_Android>\r
+        <CfgParent>Base</CfgParent>\r
+        <Base>true</Base>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="('$(Platform)'=='iOSDevice' and '$(Base)'=='true') or '$(Base_iOSDevice)'!=''">\r
+        <Base_iOSDevice>true</Base_iOSDevice>\r
+        <CfgParent>Base</CfgParent>\r
+        <Base>true</Base>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''">\r
+        <Base_iOSSimulator>true</Base_iOSSimulator>\r
+        <CfgParent>Base</CfgParent>\r
+        <Base>true</Base>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Base)'=='true') or '$(Base_OSX32)'!=''">\r
+        <Base_OSX32>true</Base_OSX32>\r
+        <CfgParent>Base</CfgParent>\r
+        <Base>true</Base>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">\r
+        <Base_Win32>true</Base_Win32>\r
+        <CfgParent>Base</CfgParent>\r
+        <Base>true</Base>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">\r
+        <Base_Win64>true</Base_Win64>\r
+        <CfgParent>Base</CfgParent>\r
+        <Base>true</Base>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">\r
+        <Cfg_1>true</Cfg_1>\r
+        <CfgParent>Base</CfgParent>\r
+        <Base>true</Base>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">\r
+        <Cfg_1_Win32>true</Cfg_1_Win32>\r
+        <CfgParent>Cfg_1</CfgParent>\r
+        <Cfg_1>true</Cfg_1>\r
+        <Base>true</Base>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">\r
+        <Cfg_2>true</Cfg_2>\r
+        <CfgParent>Base</CfgParent>\r
+        <Base>true</Base>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="'$(Base)'!=''">\r
+        <SanitizedProjectName>nabe</SanitizedProjectName>\r
+        <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>\r
+        <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>\r
+        <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>\r
+        <DCC_E>false</DCC_E>\r
+        <DCC_N>false</DCC_N>\r
+        <DCC_S>false</DCC_S>\r
+        <DCC_F>false</DCC_F>\r
+        <DCC_K>false</DCC_K>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="'$(Base_Android)'!=''">\r
+        <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>\r
+        <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>\r
+        <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>\r
+        <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>\r
+        <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>\r
+        <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>\r
+        <DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;fmx;IndySystem;tethering;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DataSnapProviderClient;DbxCommonDriver;dbxcds;fmxFireDAC;CustomIPTransport;dsnap;IndyIPServer;IndyCore;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;dsnapxml;bindcompfmx;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;xmlrtl;DataSnapNativeClient;ibxpress;IndyProtocols;FireDACCommonDriver;bindengine;bindcompdbx;soaprtl;FMXTee;emsclient;FireDAC;inet;soapmidas;RESTComponents;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>\r
+        <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>\r
+        <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>\r
+        <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="'$(Base_iOSDevice)'!=''">\r
+        <DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;fmx;IndySystem;tethering;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DataSnapProviderClient;DbxCommonDriver;dbxcds;fmxFireDAC;CustomIPTransport;dsnap;IndyIPServer;fmxase;IndyCore;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;dsnapxml;bindcompfmx;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;xmlrtl;DataSnapNativeClient;ibxpress;IndyProtocols;FireDACCommonDriver;bindengine;bindcompdbx;soaprtl;FMXTee;emsclient;FireDAC;inet;soapmidas;RESTComponents;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">\r
+        <DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;fmx;IndySystem;tethering;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DataSnapProviderClient;DbxCommonDriver;dbxcds;fmxFireDAC;CustomIPTransport;dsnap;IndyIPServer;fmxase;IndyCore;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;dsnapxml;bindcompfmx;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;xmlrtl;DataSnapNativeClient;ibxpress;IndyProtocols;FireDACCommonDriver;bindengine;bindcompdbx;soaprtl;FMXTee;emsclient;FireDAC;inet;soapmidas;RESTComponents;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="'$(Base_OSX32)'!=''">\r
+        <DCC_ConsoleTarget>true</DCC_ConsoleTarget>\r
+        <DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;FireDACPgDriver;fmx;IndySystem;tethering;DBXInterBaseDriver;DataSnapClient;DataSnapServer;DataSnapCommon;DataSnapProviderClient;DbxCommonDriver;dbxcds;fmxFireDAC;DBXOracleDriver;CustomIPTransport;dsnap;IndyIPServer;fmxase;IndyCore;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;inetdbxpress;dsnapxml;FireDACASADriver;bindcompfmx;FireDACODBCDriver;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;inetdb;xmlrtl;DataSnapNativeClient;ibxpress;IndyProtocols;DBXMySQLDriver;FireDACCommonDriver;bindengine;bindcompdbx;soaprtl;FMXTee;emsclient;FireDACMSSQLDriver;FireDAC;DBXInformixDriver;DataSnapServerMidas;DBXFirebirdDriver;inet;fmxobj;FireDACMySQLDriver;soapmidas;DBXSybaseASADriver;FireDACOracleDriver;fmxdae;RESTComponents;dbexpress;DataSnapIndy10ServerTransport;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="'$(Base_Win32)'!=''">\r
+        <VerInfo_Locale>1033</VerInfo_Locale>\r
+        <DCC_ConsoleTarget>true</DCC_ConsoleTarget>\r
+        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>\r
+        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>\r
+        <DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;FireDACPgDriver;fmx;IndySystem;frxe21;TeeDB;tethering;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapServer;DataSnapCommon;frx21;DataSnapProviderClient;DBXSybaseASEDriver;DbxCommonDriver;vclimg;dbxcds;DatasnapConnectorsFreePascal;MetropolisUILiveTile;vcldb;vcldsnap;fmxFireDAC;DBXDb2Driver;DBXOracleDriver;CustomIPTransport;vclribbon;dsnap;IndyIPServer;fmxase;vcl;IndyCore;DBXMSSQLDriver;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;CodeSiteExpressPkg;DataSnapFireDAC;FireDACDBXDriver;soapserver;inetdbxpress;dsnapxml;FireDACInfxDriver;FireDACDb2Driver;adortl;FireDACASADriver;Intraweb_14_DXE7;bindcompfmx;FireDACODBCDriver;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;inetdb;frxTee21;Tee;DBXOdbcDriver;frxDB21;vclFireDAC;xmlrtl;DataSnapNativeClient;svnui;ibxpress;IndyProtocols;DBXMySQLDriver;FireDACCommonDriver;bindengine;vclactnband;bindcompdbx;soaprtl;FMXTee;TeeUI;bindcompvcl;vclie;FireDACADSDriver;vcltouch;emsclient;VCLRESTComponents;FireDACMSSQLDriver;FireDAC;VclSmp;DBXInformixDriver;DataSnapConnectors;DataSnapServerMidas;dsnapcon;DBXFirebirdDriver;inet;fmxobj;FireDACMySQLDriver;soapmidas;vclx;svn;DBXSybaseASADriver;FireDACOracleDriver;fmxdae;RESTComponents;FireDACMSAccDriver;dbexpress;DataSnapIndy10ServerTransport;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="'$(Base_Win64)'!=''">\r
+        <DCC_ConsoleTarget>true</DCC_ConsoleTarget>\r
+        <DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;FireDACPgDriver;fmx;IndySystem;TeeDB;tethering;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapServer;DataSnapCommon;DataSnapProviderClient;DBXSybaseASEDriver;DbxCommonDriver;vclimg;dbxcds;DatasnapConnectorsFreePascal;MetropolisUILiveTile;vcldb;vcldsnap;fmxFireDAC;DBXDb2Driver;DBXOracleDriver;CustomIPTransport;vclribbon;dsnap;IndyIPServer;fmxase;vcl;IndyCore;DBXMSSQLDriver;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;inetdbxpress;dsnapxml;FireDACInfxDriver;FireDACDb2Driver;adortl;FireDACASADriver;bindcompfmx;FireDACODBCDriver;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;inetdb;Tee;DBXOdbcDriver;vclFireDAC;xmlrtl;DataSnapNativeClient;ibxpress;IndyProtocols;DBXMySQLDriver;FireDACCommonDriver;bindengine;vclactnband;bindcompdbx;soaprtl;FMXTee;TeeUI;bindcompvcl;vclie;FireDACADSDriver;vcltouch;emsclient;VCLRESTComponents;FireDACMSSQLDriver;FireDAC;VclSmp;DBXInformixDriver;DataSnapConnectors;DataSnapServerMidas;dsnapcon;DBXFirebirdDriver;inet;fmxobj;FireDACMySQLDriver;soapmidas;vclx;DBXSybaseASADriver;FireDACOracleDriver;fmxdae;RESTComponents;FireDACMSAccDriver;dbexpress;DataSnapIndy10ServerTransport;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="'$(Cfg_1)'!=''">\r
+        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>\r
+        <DCC_DebugDCUs>true</DCC_DebugDCUs>\r
+        <DCC_Optimize>false</DCC_Optimize>\r
+        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>\r
+        <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>\r
+        <DCC_RemoteDebug>true</DCC_RemoteDebug>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">\r
+        <DCC_RemoteDebug>false</DCC_RemoteDebug>\r
+    </PropertyGroup>\r
+    <PropertyGroup Condition="'$(Cfg_2)'!=''">\r
+        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>\r
+        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>\r
+        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>\r
+        <DCC_DebugInformation>0</DCC_DebugInformation>\r
+    </PropertyGroup>\r
+    <ItemGroup>\r
+        <DelphiCompile Include="$(MainSource)">\r
+            <MainSource>MainSource</MainSource>\r
+        </DelphiCompile>\r
+        <BuildConfiguration Include="Release">\r
+            <Key>Cfg_2</Key>\r
+            <CfgParent>Base</CfgParent>\r
+        </BuildConfiguration>\r
+        <BuildConfiguration Include="Base">\r
+            <Key>Base</Key>\r
+        </BuildConfiguration>\r
+        <BuildConfiguration Include="Debug">\r
+            <Key>Cfg_1</Key>\r
+            <CfgParent>Base</CfgParent>\r
+        </BuildConfiguration>\r
+    </ItemGroup>\r
+    <ProjectExtensions>\r
+        <Borland.Personality>Delphi.Personality.12</Borland.Personality>\r
+        <Borland.ProjectType>Application</Borland.ProjectType>\r
+        <BorlandProject>\r
+            <Delphi.Personality>\r
+                <Source>\r
+                    <Source Name="MainSource">nabe.dpr</Source>\r
+                </Source>\r
+            </Delphi.Personality>\r
+            <Deployment>\r
+                <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">\r
+                    <Platform Name="OSX32">\r
+                        <Overwrite>true</Overwrite>\r
+                    </Platform>\r
+                    <Platform Name="iOSSimulator">\r
+                        <Overwrite>true</Overwrite>\r
+                    </Platform>\r
+                </DeployFile>\r
+                <DeployFile LocalName="Win32\Debug\nabe.exe" Configuration="Debug" Class="ProjectOutput">\r
+                    <Platform Name="Win32">\r
+                        <RemoteName>nabe.exe</RemoteName>\r
+                        <Overwrite>true</Overwrite>\r
+                    </Platform>\r
+                </DeployFile>\r
+                <DeployClass Required="true" Name="DependencyPackage">\r
+                    <Platform Name="iOSDevice">\r
+                        <Operation>1</Operation>\r
+                        <Extensions>.dylib</Extensions>\r
+                    </Platform>\r
+                    <Platform Name="Win32">\r
+                        <Operation>0</Operation>\r
+                        <Extensions>.bpl</Extensions>\r
+                    </Platform>\r
+                    <Platform Name="OSX32">\r
+                        <RemoteDir>Contents\MacOS</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                        <Extensions>.dylib</Extensions>\r
+                    </Platform>\r
+                    <Platform Name="iOSSimulator">\r
+                        <Operation>1</Operation>\r
+                        <Extensions>.dylib</Extensions>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="DependencyModule">\r
+                    <Platform Name="iOSDevice">\r
+                        <Operation>1</Operation>\r
+                        <Extensions>.dylib</Extensions>\r
+                    </Platform>\r
+                    <Platform Name="Win32">\r
+                        <Operation>0</Operation>\r
+                        <Extensions>.dll;.bpl</Extensions>\r
+                    </Platform>\r
+                    <Platform Name="OSX32">\r
+                        <RemoteDir>Contents\MacOS</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                        <Extensions>.dylib</Extensions>\r
+                    </Platform>\r
+                    <Platform Name="iOSSimulator">\r
+                        <Operation>1</Operation>\r
+                        <Extensions>.dylib</Extensions>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="iPad_Launch2048">\r
+                    <Platform Name="iOSDevice">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                    <Platform Name="iOSSimulator">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="ProjectOSXInfoPList">\r
+                    <Platform Name="OSX32">\r
+                        <RemoteDir>Contents</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="ProjectiOSDeviceDebug">\r
+                    <Platform Name="iOSDevice">\r
+                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="Android_SplashImage470">\r
+                    <Platform Name="Android">\r
+                        <RemoteDir>res\drawable-normal</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="AndroidLibnativeX86File">\r
+                    <Platform Name="Android">\r
+                        <RemoteDir>library\lib\x86</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="ProjectiOSResource">\r
+                    <Platform Name="iOSDevice">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                    <Platform Name="iOSSimulator">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="ProjectOSXEntitlements">\r
+                    <Platform Name="OSX32">\r
+                        <RemoteDir>../</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="AndroidGDBServer">\r
+                    <Platform Name="Android">\r
+                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="iPhone_Launch640">\r
+                    <Platform Name="iOSDevice">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                    <Platform Name="iOSSimulator">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="Android_SplashImage960">\r
+                    <Platform Name="Android">\r
+                        <RemoteDir>res\drawable-xlarge</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="Android_LauncherIcon96">\r
+                    <Platform Name="Android">\r
+                        <RemoteDir>res\drawable-xhdpi</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="iPhone_Launch320">\r
+                    <Platform Name="iOSDevice">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                    <Platform Name="iOSSimulator">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="Android_LauncherIcon144">\r
+                    <Platform Name="Android">\r
+                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="AndroidLibnativeMipsFile">\r
+                    <Platform Name="Android">\r
+                        <RemoteDir>library\lib\mips</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="AndroidSplashImageDef">\r
+                    <Platform Name="Android">\r
+                        <RemoteDir>res\drawable</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="DebugSymbols">\r
+                    <Platform Name="OSX32">\r
+                        <RemoteDir>Contents\MacOS</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                    <Platform Name="iOSSimulator">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                    <Platform Name="Win32">\r
+                        <Operation>0</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="DependencyFramework">\r
+                    <Platform Name="OSX32">\r
+                        <RemoteDir>Contents\MacOS</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                        <Extensions>.framework</Extensions>\r
+                    </Platform>\r
+                    <Platform Name="Win32">\r
+                        <Operation>0</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="Android_SplashImage426">\r
+                    <Platform Name="Android">\r
+                        <RemoteDir>res\drawable-small</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="ProjectiOSEntitlements">\r
+                    <Platform Name="iOSDevice">\r
+                        <RemoteDir>../</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="AdditionalDebugSymbols">\r
+                    <Platform Name="OSX32">\r
+                        <RemoteDir>Contents\MacOS</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                    <Platform Name="iOSSimulator">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                    <Platform Name="Win32">\r
+                        <RemoteDir>Contents\MacOS</RemoteDir>\r
+                        <Operation>0</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="AndroidClassesDexFile">\r
+                    <Platform Name="Android">\r
+                        <RemoteDir>classes</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="ProjectiOSInfoPList">\r
+                    <Platform Name="iOSDevice">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                    <Platform Name="iOSSimulator">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="iPad_Launch1024">\r
+                    <Platform Name="iOSDevice">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                    <Platform Name="iOSSimulator">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="Android_DefaultAppIcon">\r
+                    <Platform Name="Android">\r
+                        <RemoteDir>res\drawable</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="ProjectOSXResource">\r
+                    <Platform Name="OSX32">\r
+                        <RemoteDir>Contents\Resources</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="ProjectiOSDeviceResourceRules">\r
+                    <Platform Name="iOSDevice">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="iPad_Launch768">\r
+                    <Platform Name="iOSDevice">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                    <Platform Name="iOSSimulator">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Required="true" Name="ProjectOutput">\r
+                    <Platform Name="iOSDevice">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                    <Platform Name="Android">\r
+                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                    <Platform Name="Win32">\r
+                        <Operation>0</Operation>\r
+                    </Platform>\r
+                    <Platform Name="OSX32">\r
+                        <RemoteDir>Contents\MacOS</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                    <Platform Name="iOSSimulator">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="AndroidLibnativeArmeabiFile">\r
+                    <Platform Name="Android">\r
+                        <RemoteDir>library\lib\armeabi</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="Android_SplashImage640">\r
+                    <Platform Name="Android">\r
+                        <RemoteDir>res\drawable-large</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="File">\r
+                    <Platform Name="iOSDevice">\r
+                        <Operation>0</Operation>\r
+                    </Platform>\r
+                    <Platform Name="Android">\r
+                        <Operation>0</Operation>\r
+                    </Platform>\r
+                    <Platform Name="Win32">\r
+                        <Operation>0</Operation>\r
+                    </Platform>\r
+                    <Platform Name="OSX32">\r
+                        <RemoteDir>Contents\MacOS</RemoteDir>\r
+                        <Operation>0</Operation>\r
+                    </Platform>\r
+                    <Platform Name="iOSSimulator">\r
+                        <Operation>0</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="iPhone_Launch640x1136">\r
+                    <Platform Name="iOSDevice">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                    <Platform Name="iOSSimulator">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="Android_LauncherIcon36">\r
+                    <Platform Name="Android">\r
+                        <RemoteDir>res\drawable-ldpi</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="AndroidSplashStyles">\r
+                    <Platform Name="Android">\r
+                        <RemoteDir>res\values</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="iPad_Launch1536">\r
+                    <Platform Name="iOSDevice">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                    <Platform Name="iOSSimulator">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="Android_LauncherIcon48">\r
+                    <Platform Name="Android">\r
+                        <RemoteDir>res\drawable-mdpi</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="Android_LauncherIcon72">\r
+                    <Platform Name="Android">\r
+                        <RemoteDir>res\drawable-hdpi</RemoteDir>\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <DeployClass Name="ProjectAndroidManifest">\r
+                    <Platform Name="Android">\r
+                        <Operation>1</Operation>\r
+                    </Platform>\r
+                </DeployClass>\r
+                <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>\r
+                <ProjectRoot Platform="iOSDevice" Name="$(PROJECTNAME).app"/>\r
+                <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>\r
+                <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>\r
+                <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>\r
+                <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>\r
+            </Deployment>\r
+            <Platforms>\r
+                <Platform value="Android">False</Platform>\r
+                <Platform value="iOSDevice">False</Platform>\r
+                <Platform value="iOSSimulator">False</Platform>\r
+                <Platform value="OSX32">False</Platform>\r
+                <Platform value="Win32">True</Platform>\r
+                <Platform value="Win64">False</Platform>\r
+            </Platforms>\r
+        </BorlandProject>\r
+        <ProjectFileVersion>12</ProjectFileVersion>\r
+    </ProjectExtensions>\r
+    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>\r
+    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>\r
+    <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>\r
+</Project>\r
diff --git a/nabe.res b/nabe.res
new file mode 100644 (file)
index 0000000..7435995
Binary files /dev/null and b/nabe.res differ