• R/O
  • HTTP
  • SSH
  • HTTPS

console: コミット

コンソールアプリの数々


コミットメタ情報

リビジョンbfae1edce2fcd1396f77c1c0432889792cdc7dd8 (tree)
日時2017-04-25 18:44:41
作者fuke masasi <yamat0jp@yaho...>
コミッターfuke masasi

ログメッセージ

階乗を求めるプログラムを追加

変更サマリ

差分

--- /dev/null
+++ b/kaijou.dpr
@@ -0,0 +1,28 @@
1+program kaijou;
2+
3+{$APPTYPE CONSOLE}
4+{$R *.res}
5+
6+uses
7+ System.SysUtils;
8+
9+var
10+ s: string;
11+ i, j: integer;
12+
13+begin
14+ try
15+ { TODO -oUser -cConsole メイン : ここにコードを記述してください }
16+ Writeln('階乗を計算します');
17+ Readln(s);
18+ j := 1;
19+ for i := 2 to s.ToInteger do
20+ j := j + i;
21+ Writeln(j.ToString);
22+ Readln;
23+ except
24+ on E: Exception do
25+ Writeln(E.ClassName, ': ', E.Message);
26+ end;
27+
28+end.
--- /dev/null
+++ b/kaijou.dproj
@@ -0,0 +1,508 @@
1+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+ <PropertyGroup>
3+ <ProjectGuid>{2C02C9AA-9D2C-4175-B21D-224D3A879F32}</ProjectGuid>
4+ <ProjectVersion>16.1</ProjectVersion>
5+ <FrameworkType>None</FrameworkType>
6+ <MainSource>kaijou.dpr</MainSource>
7+ <Base>True</Base>
8+ <Config Condition="'$(Config)'==''">Debug</Config>
9+ <Platform Condition="'$(Platform)'==''">Win32</Platform>
10+ <TargetedPlatforms>1</TargetedPlatforms>
11+ <AppType>Console</AppType>
12+ </PropertyGroup>
13+ <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14+ <Base>true</Base>
15+ </PropertyGroup>
16+ <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
17+ <Base_Android>true</Base_Android>
18+ <CfgParent>Base</CfgParent>
19+ <Base>true</Base>
20+ </PropertyGroup>
21+ <PropertyGroup Condition="('$(Platform)'=='iOSDevice' and '$(Base)'=='true') or '$(Base_iOSDevice)'!=''">
22+ <Base_iOSDevice>true</Base_iOSDevice>
23+ <CfgParent>Base</CfgParent>
24+ <Base>true</Base>
25+ </PropertyGroup>
26+ <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''">
27+ <Base_iOSSimulator>true</Base_iOSSimulator>
28+ <CfgParent>Base</CfgParent>
29+ <Base>true</Base>
30+ </PropertyGroup>
31+ <PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Base)'=='true') or '$(Base_OSX32)'!=''">
32+ <Base_OSX32>true</Base_OSX32>
33+ <CfgParent>Base</CfgParent>
34+ <Base>true</Base>
35+ </PropertyGroup>
36+ <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
37+ <Base_Win32>true</Base_Win32>
38+ <CfgParent>Base</CfgParent>
39+ <Base>true</Base>
40+ </PropertyGroup>
41+ <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
42+ <Base_Win64>true</Base_Win64>
43+ <CfgParent>Base</CfgParent>
44+ <Base>true</Base>
45+ </PropertyGroup>
46+ <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
47+ <Cfg_1>true</Cfg_1>
48+ <CfgParent>Base</CfgParent>
49+ <Base>true</Base>
50+ </PropertyGroup>
51+ <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
52+ <Cfg_1_Win32>true</Cfg_1_Win32>
53+ <CfgParent>Cfg_1</CfgParent>
54+ <Cfg_1>true</Cfg_1>
55+ <Base>true</Base>
56+ </PropertyGroup>
57+ <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
58+ <Cfg_2>true</Cfg_2>
59+ <CfgParent>Base</CfgParent>
60+ <Base>true</Base>
61+ </PropertyGroup>
62+ <PropertyGroup Condition="'$(Base)'!=''">
63+ <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
64+ <SanitizedProjectName>kaijou</SanitizedProjectName>
65+ <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
66+ <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
67+ <DCC_E>false</DCC_E>
68+ <DCC_N>false</DCC_N>
69+ <DCC_S>false</DCC_S>
70+ <DCC_F>false</DCC_F>
71+ <DCC_K>false</DCC_K>
72+ </PropertyGroup>
73+ <PropertyGroup Condition="'$(Base_Android)'!=''">
74+ <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
75+ <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
76+ <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
77+ <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
78+ <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
79+ <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
80+ <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
81+ <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
82+ <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
83+ <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;SOEngine;IndyProtocols;FireDACCommonDriver;bindengine;bindcompdbx;soaprtl;FMXTee;emsclient;FireDAC;inet;soapmidas;RESTComponents;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
84+ </PropertyGroup>
85+ <PropertyGroup Condition="'$(Base_iOSDevice)'!=''">
86+ <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>
87+ </PropertyGroup>
88+ <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
89+ <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;SOEngine;IndyProtocols;FireDACCommonDriver;bindengine;bindcompdbx;soaprtl;FMXTee;emsclient;FireDAC;inet;soapmidas;RESTComponents;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
90+ </PropertyGroup>
91+ <PropertyGroup Condition="'$(Base_OSX32)'!=''">
92+ <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
93+ <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>
94+ </PropertyGroup>
95+ <PropertyGroup Condition="'$(Base_Win32)'!=''">
96+ <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
97+ <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
98+ <VerInfo_Locale>1033</VerInfo_Locale>
99+ <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
100+ <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;SOEngine;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>
101+ </PropertyGroup>
102+ <PropertyGroup Condition="'$(Base_Win64)'!=''">
103+ <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
104+ <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>
105+ </PropertyGroup>
106+ <PropertyGroup Condition="'$(Cfg_1)'!=''">
107+ <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
108+ <DCC_DebugDCUs>true</DCC_DebugDCUs>
109+ <DCC_Optimize>false</DCC_Optimize>
110+ <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
111+ <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
112+ <DCC_RemoteDebug>true</DCC_RemoteDebug>
113+ </PropertyGroup>
114+ <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
115+ <DCC_RemoteDebug>false</DCC_RemoteDebug>
116+ </PropertyGroup>
117+ <PropertyGroup Condition="'$(Cfg_2)'!=''">
118+ <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
119+ <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
120+ <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
121+ <DCC_DebugInformation>0</DCC_DebugInformation>
122+ </PropertyGroup>
123+ <ItemGroup>
124+ <DelphiCompile Include="$(MainSource)">
125+ <MainSource>MainSource</MainSource>
126+ </DelphiCompile>
127+ <BuildConfiguration Include="Release">
128+ <Key>Cfg_2</Key>
129+ <CfgParent>Base</CfgParent>
130+ </BuildConfiguration>
131+ <BuildConfiguration Include="Base">
132+ <Key>Base</Key>
133+ </BuildConfiguration>
134+ <BuildConfiguration Include="Debug">
135+ <Key>Cfg_1</Key>
136+ <CfgParent>Base</CfgParent>
137+ </BuildConfiguration>
138+ </ItemGroup>
139+ <ProjectExtensions>
140+ <Borland.Personality>Delphi.Personality.12</Borland.Personality>
141+ <Borland.ProjectType>Application</Borland.ProjectType>
142+ <BorlandProject>
143+ <Delphi.Personality>
144+ <Source>
145+ <Source Name="MainSource">kaijou.dpr</Source>
146+ </Source>
147+ </Delphi.Personality>
148+ <Deployment>
149+ <DeployFile LocalName="Win32\Debug\kaijou.exe" Configuration="Debug" Class="ProjectOutput">
150+ <Platform Name="Win32">
151+ <RemoteName>kaijou.exe</RemoteName>
152+ <Overwrite>true</Overwrite>
153+ </Platform>
154+ </DeployFile>
155+ <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
156+ <Platform Name="OSX32">
157+ <Overwrite>true</Overwrite>
158+ </Platform>
159+ <Platform Name="iOSSimulator">
160+ <Overwrite>true</Overwrite>
161+ </Platform>
162+ </DeployFile>
163+ <DeployClass Required="true" Name="DependencyPackage">
164+ <Platform Name="iOSDevice">
165+ <Operation>1</Operation>
166+ <Extensions>.dylib</Extensions>
167+ </Platform>
168+ <Platform Name="Win32">
169+ <Operation>0</Operation>
170+ <Extensions>.bpl</Extensions>
171+ </Platform>
172+ <Platform Name="OSX32">
173+ <RemoteDir>Contents\MacOS</RemoteDir>
174+ <Operation>1</Operation>
175+ <Extensions>.dylib</Extensions>
176+ </Platform>
177+ <Platform Name="iOSSimulator">
178+ <Operation>1</Operation>
179+ <Extensions>.dylib</Extensions>
180+ </Platform>
181+ </DeployClass>
182+ <DeployClass Name="DependencyModule">
183+ <Platform Name="iOSDevice">
184+ <Operation>1</Operation>
185+ <Extensions>.dylib</Extensions>
186+ </Platform>
187+ <Platform Name="Win32">
188+ <Operation>0</Operation>
189+ <Extensions>.dll;.bpl</Extensions>
190+ </Platform>
191+ <Platform Name="OSX32">
192+ <RemoteDir>Contents\MacOS</RemoteDir>
193+ <Operation>1</Operation>
194+ <Extensions>.dylib</Extensions>
195+ </Platform>
196+ <Platform Name="iOSSimulator">
197+ <Operation>1</Operation>
198+ <Extensions>.dylib</Extensions>
199+ </Platform>
200+ </DeployClass>
201+ <DeployClass Name="iPad_Launch2048">
202+ <Platform Name="iOSDevice">
203+ <Operation>1</Operation>
204+ </Platform>
205+ <Platform Name="iOSSimulator">
206+ <Operation>1</Operation>
207+ </Platform>
208+ </DeployClass>
209+ <DeployClass Name="ProjectOSXInfoPList">
210+ <Platform Name="OSX32">
211+ <RemoteDir>Contents</RemoteDir>
212+ <Operation>1</Operation>
213+ </Platform>
214+ </DeployClass>
215+ <DeployClass Name="ProjectiOSDeviceDebug">
216+ <Platform Name="iOSDevice">
217+ <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
218+ <Operation>1</Operation>
219+ </Platform>
220+ </DeployClass>
221+ <DeployClass Name="Android_SplashImage470">
222+ <Platform Name="Android">
223+ <RemoteDir>res\drawable-normal</RemoteDir>
224+ <Operation>1</Operation>
225+ </Platform>
226+ </DeployClass>
227+ <DeployClass Name="AndroidLibnativeX86File">
228+ <Platform Name="Android">
229+ <RemoteDir>library\lib\x86</RemoteDir>
230+ <Operation>1</Operation>
231+ </Platform>
232+ </DeployClass>
233+ <DeployClass Name="ProjectiOSResource">
234+ <Platform Name="iOSDevice">
235+ <Operation>1</Operation>
236+ </Platform>
237+ <Platform Name="iOSSimulator">
238+ <Operation>1</Operation>
239+ </Platform>
240+ </DeployClass>
241+ <DeployClass Name="ProjectOSXEntitlements">
242+ <Platform Name="OSX32">
243+ <RemoteDir>../</RemoteDir>
244+ <Operation>1</Operation>
245+ </Platform>
246+ </DeployClass>
247+ <DeployClass Name="AndroidGDBServer">
248+ <Platform Name="Android">
249+ <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
250+ <Operation>1</Operation>
251+ </Platform>
252+ </DeployClass>
253+ <DeployClass Name="iPhone_Launch640">
254+ <Platform Name="iOSDevice">
255+ <Operation>1</Operation>
256+ </Platform>
257+ <Platform Name="iOSSimulator">
258+ <Operation>1</Operation>
259+ </Platform>
260+ </DeployClass>
261+ <DeployClass Name="Android_SplashImage960">
262+ <Platform Name="Android">
263+ <RemoteDir>res\drawable-xlarge</RemoteDir>
264+ <Operation>1</Operation>
265+ </Platform>
266+ </DeployClass>
267+ <DeployClass Name="Android_LauncherIcon96">
268+ <Platform Name="Android">
269+ <RemoteDir>res\drawable-xhdpi</RemoteDir>
270+ <Operation>1</Operation>
271+ </Platform>
272+ </DeployClass>
273+ <DeployClass Name="iPhone_Launch320">
274+ <Platform Name="iOSDevice">
275+ <Operation>1</Operation>
276+ </Platform>
277+ <Platform Name="iOSSimulator">
278+ <Operation>1</Operation>
279+ </Platform>
280+ </DeployClass>
281+ <DeployClass Name="Android_LauncherIcon144">
282+ <Platform Name="Android">
283+ <RemoteDir>res\drawable-xxhdpi</RemoteDir>
284+ <Operation>1</Operation>
285+ </Platform>
286+ </DeployClass>
287+ <DeployClass Name="AndroidLibnativeMipsFile">
288+ <Platform Name="Android">
289+ <RemoteDir>library\lib\mips</RemoteDir>
290+ <Operation>1</Operation>
291+ </Platform>
292+ </DeployClass>
293+ <DeployClass Name="AndroidSplashImageDef">
294+ <Platform Name="Android">
295+ <RemoteDir>res\drawable</RemoteDir>
296+ <Operation>1</Operation>
297+ </Platform>
298+ </DeployClass>
299+ <DeployClass Name="DebugSymbols">
300+ <Platform Name="OSX32">
301+ <RemoteDir>Contents\MacOS</RemoteDir>
302+ <Operation>1</Operation>
303+ </Platform>
304+ <Platform Name="iOSSimulator">
305+ <Operation>1</Operation>
306+ </Platform>
307+ <Platform Name="Win32">
308+ <Operation>0</Operation>
309+ </Platform>
310+ </DeployClass>
311+ <DeployClass Name="DependencyFramework">
312+ <Platform Name="OSX32">
313+ <RemoteDir>Contents\MacOS</RemoteDir>
314+ <Operation>1</Operation>
315+ <Extensions>.framework</Extensions>
316+ </Platform>
317+ <Platform Name="Win32">
318+ <Operation>0</Operation>
319+ </Platform>
320+ </DeployClass>
321+ <DeployClass Name="Android_SplashImage426">
322+ <Platform Name="Android">
323+ <RemoteDir>res\drawable-small</RemoteDir>
324+ <Operation>1</Operation>
325+ </Platform>
326+ </DeployClass>
327+ <DeployClass Name="ProjectiOSEntitlements">
328+ <Platform Name="iOSDevice">
329+ <RemoteDir>../</RemoteDir>
330+ <Operation>1</Operation>
331+ </Platform>
332+ </DeployClass>
333+ <DeployClass Name="AdditionalDebugSymbols">
334+ <Platform Name="OSX32">
335+ <RemoteDir>Contents\MacOS</RemoteDir>
336+ <Operation>1</Operation>
337+ </Platform>
338+ <Platform Name="iOSSimulator">
339+ <Operation>1</Operation>
340+ </Platform>
341+ <Platform Name="Win32">
342+ <RemoteDir>Contents\MacOS</RemoteDir>
343+ <Operation>0</Operation>
344+ </Platform>
345+ </DeployClass>
346+ <DeployClass Name="AndroidClassesDexFile">
347+ <Platform Name="Android">
348+ <RemoteDir>classes</RemoteDir>
349+ <Operation>1</Operation>
350+ </Platform>
351+ </DeployClass>
352+ <DeployClass Name="ProjectiOSInfoPList">
353+ <Platform Name="iOSDevice">
354+ <Operation>1</Operation>
355+ </Platform>
356+ <Platform Name="iOSSimulator">
357+ <Operation>1</Operation>
358+ </Platform>
359+ </DeployClass>
360+ <DeployClass Name="iPad_Launch1024">
361+ <Platform Name="iOSDevice">
362+ <Operation>1</Operation>
363+ </Platform>
364+ <Platform Name="iOSSimulator">
365+ <Operation>1</Operation>
366+ </Platform>
367+ </DeployClass>
368+ <DeployClass Name="Android_DefaultAppIcon">
369+ <Platform Name="Android">
370+ <RemoteDir>res\drawable</RemoteDir>
371+ <Operation>1</Operation>
372+ </Platform>
373+ </DeployClass>
374+ <DeployClass Name="ProjectOSXResource">
375+ <Platform Name="OSX32">
376+ <RemoteDir>Contents\Resources</RemoteDir>
377+ <Operation>1</Operation>
378+ </Platform>
379+ </DeployClass>
380+ <DeployClass Name="ProjectiOSDeviceResourceRules">
381+ <Platform Name="iOSDevice">
382+ <Operation>1</Operation>
383+ </Platform>
384+ </DeployClass>
385+ <DeployClass Name="iPad_Launch768">
386+ <Platform Name="iOSDevice">
387+ <Operation>1</Operation>
388+ </Platform>
389+ <Platform Name="iOSSimulator">
390+ <Operation>1</Operation>
391+ </Platform>
392+ </DeployClass>
393+ <DeployClass Required="true" Name="ProjectOutput">
394+ <Platform Name="iOSDevice">
395+ <Operation>1</Operation>
396+ </Platform>
397+ <Platform Name="Android">
398+ <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
399+ <Operation>1</Operation>
400+ </Platform>
401+ <Platform Name="Win32">
402+ <Operation>0</Operation>
403+ </Platform>
404+ <Platform Name="OSX32">
405+ <RemoteDir>Contents\MacOS</RemoteDir>
406+ <Operation>1</Operation>
407+ </Platform>
408+ <Platform Name="iOSSimulator">
409+ <Operation>1</Operation>
410+ </Platform>
411+ </DeployClass>
412+ <DeployClass Name="AndroidLibnativeArmeabiFile">
413+ <Platform Name="Android">
414+ <RemoteDir>library\lib\armeabi</RemoteDir>
415+ <Operation>1</Operation>
416+ </Platform>
417+ </DeployClass>
418+ <DeployClass Name="Android_SplashImage640">
419+ <Platform Name="Android">
420+ <RemoteDir>res\drawable-large</RemoteDir>
421+ <Operation>1</Operation>
422+ </Platform>
423+ </DeployClass>
424+ <DeployClass Name="File">
425+ <Platform Name="iOSDevice">
426+ <Operation>0</Operation>
427+ </Platform>
428+ <Platform Name="Android">
429+ <Operation>0</Operation>
430+ </Platform>
431+ <Platform Name="Win32">
432+ <Operation>0</Operation>
433+ </Platform>
434+ <Platform Name="OSX32">
435+ <RemoteDir>Contents\MacOS</RemoteDir>
436+ <Operation>0</Operation>
437+ </Platform>
438+ <Platform Name="iOSSimulator">
439+ <Operation>0</Operation>
440+ </Platform>
441+ </DeployClass>
442+ <DeployClass Name="iPhone_Launch640x1136">
443+ <Platform Name="iOSDevice">
444+ <Operation>1</Operation>
445+ </Platform>
446+ <Platform Name="iOSSimulator">
447+ <Operation>1</Operation>
448+ </Platform>
449+ </DeployClass>
450+ <DeployClass Name="Android_LauncherIcon36">
451+ <Platform Name="Android">
452+ <RemoteDir>res\drawable-ldpi</RemoteDir>
453+ <Operation>1</Operation>
454+ </Platform>
455+ </DeployClass>
456+ <DeployClass Name="AndroidSplashStyles">
457+ <Platform Name="Android">
458+ <RemoteDir>res\values</RemoteDir>
459+ <Operation>1</Operation>
460+ </Platform>
461+ </DeployClass>
462+ <DeployClass Name="iPad_Launch1536">
463+ <Platform Name="iOSDevice">
464+ <Operation>1</Operation>
465+ </Platform>
466+ <Platform Name="iOSSimulator">
467+ <Operation>1</Operation>
468+ </Platform>
469+ </DeployClass>
470+ <DeployClass Name="Android_LauncherIcon48">
471+ <Platform Name="Android">
472+ <RemoteDir>res\drawable-mdpi</RemoteDir>
473+ <Operation>1</Operation>
474+ </Platform>
475+ </DeployClass>
476+ <DeployClass Name="Android_LauncherIcon72">
477+ <Platform Name="Android">
478+ <RemoteDir>res\drawable-hdpi</RemoteDir>
479+ <Operation>1</Operation>
480+ </Platform>
481+ </DeployClass>
482+ <DeployClass Name="ProjectAndroidManifest">
483+ <Platform Name="Android">
484+ <Operation>1</Operation>
485+ </Platform>
486+ </DeployClass>
487+ <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
488+ <ProjectRoot Platform="iOSDevice" Name="$(PROJECTNAME).app"/>
489+ <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
490+ <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
491+ <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
492+ <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
493+ </Deployment>
494+ <Platforms>
495+ <Platform value="Android">False</Platform>
496+ <Platform value="iOSDevice">False</Platform>
497+ <Platform value="iOSSimulator">False</Platform>
498+ <Platform value="OSX32">False</Platform>
499+ <Platform value="Win32">True</Platform>
500+ <Platform value="Win64">False</Platform>
501+ </Platforms>
502+ </BorlandProject>
503+ <ProjectFileVersion>12</ProjectFileVersion>
504+ </ProjectExtensions>
505+ <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
506+ <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
507+ <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
508+</Project>
Binary files /dev/null and b/kaijou.res differ
旧リポジトリブラウザで表示