| 1 |
<?xml version="1.0" encoding="utf-8"?> |
| 2 |
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 |
<PropertyGroup> |
| 4 |
<ProjectGuid>{c8400691-8446-4ef6-bae8-d698f78550b9}</ProjectGuid> |
| 5 |
<ProjectType>CppVCLApplication</ProjectType> |
| 6 |
<MainSource>FeliCa2Money.cpp</MainSource> |
| 7 |
<Config Condition="'$(Config)'==''">Debug Build</Config> |
| 8 |
</PropertyGroup> |
| 9 |
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
| 10 |
<Base>true</Base> |
| 11 |
</PropertyGroup> |
| 12 |
<PropertyGroup Condition="'$(Config)'=='Debug Build' or '$(Cfg_1)'!=''"> |
| 13 |
<Base>true</Base> |
| 14 |
<Cfg_1>true</Cfg_1> |
| 15 |
<CfgParent>Base</CfgParent> |
| 16 |
</PropertyGroup> |
| 17 |
<PropertyGroup Condition="'$(Config)'=='Release Build' or '$(Cfg_2)'!=''"> |
| 18 |
<Base>true</Base> |
| 19 |
<Cfg_2>true</Cfg_2> |
| 20 |
<CfgParent>Base</CfgParent> |
| 21 |
</PropertyGroup> |
| 22 |
<PropertyGroup Condition="'$(Base)'!=''"> |
| 23 |
<OutputExt>exe</OutputExt> |
| 24 |
<DCC_Optimize>false</DCC_Optimize> |
| 25 |
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput> |
| 26 |
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo> |
| 27 |
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion> |
| 28 |
<ILINK_AppType>Windows</ILINK_AppType> |
| 29 |
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables> |
| 30 |
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers> |
| 31 |
<BCC_GenerateWindowsApp>true</BCC_GenerateWindowsApp> |
| 32 |
<DCC_MakeModifiedUnits>true</DCC_MakeModifiedUnits> |
| 33 |
<BCC_ZeroLengthEmptyMemberFuncs>true</BCC_ZeroLengthEmptyMemberFuncs> |
| 34 |
<FinalOutputDir>.</FinalOutputDir> |
| 35 |
<PackageImports>rtl.bpi;vcl.bpi;ibsmp.bpi;teeui.bpi;teedb.bpi;tee.bpi;ibxpress.bpi;inetdb.bpi;bcboffice2k.bpi</PackageImports> |
| 36 |
<TASM_AdditionalSwitches> /w2</TASM_AdditionalSwitches> |
| 37 |
<DCC_UnitSearchPath>.\;$(BDS)\lib;$(BDS)\lib\obj</DCC_UnitSearchPath> |
| 38 |
<BRCC_UserSuppliedOptions> -I$(BDS)\include;$(BDS)\include\vcl;$(BDS)\include\dinkumware</BRCC_UserSuppliedOptions> |
| 39 |
<BCC_StackFrames>true</BCC_StackFrames> |
| 40 |
<BCC_GenerateMultithreaded>true</BCC_GenerateMultithreaded> |
| 41 |
<BCC_PCHCache>true</BCC_PCHCache> |
| 42 |
<BCC_IntegerSizedEnums>false</BCC_IntegerSizedEnums> |
| 43 |
<DCC_IncludePath>.\;$(BDS)\lib;$(BDS)\lib\obj</DCC_IncludePath> |
| 44 |
<BRCC_IncludePath>$(BDS)\include;$(BDS)\include\vcl;$(BDS)\include\dinkumware</BRCC_IncludePath> |
| 45 |
<AllPackageLibs>rtl.lib;vcl.lib</AllPackageLibs> |
| 46 |
<TASM_IncludePath>$(BDS)\include;$(BDS)\include\vcl;$(BDS)\include\dinkumware</TASM_IncludePath> |
| 47 |
<BCC_IncludePath>$(BDS)\include;$(BDS)\include\vcl;$(BDS)\include\dinkumware</BCC_IncludePath> |
| 48 |
<ILINK_LibraryPath>$(BDS)\lib\obj;$(BDS)\lib</ILINK_LibraryPath> |
| 49 |
<BCC_ZeroLengthEmptyBaseClass>true</BCC_ZeroLengthEmptyBaseClass> |
| 50 |
<BCC_DisableOptimizations>true</BCC_DisableOptimizations> |
| 51 |
<Multithreaded>true</Multithreaded> |
| 52 |
<TASM_Defines>_DEBUG</TASM_Defines> |
| 53 |
<BRCC_Defines>_DEBUG</BRCC_Defines> |
| 54 |
<BCC_Defines>NO_STRICT</BCC_Defines> |
| 55 |
<TASM_Debugging>Full</TASM_Debugging> |
| 56 |
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn> |
| 57 |
<DCC_SymbolReferenceInfo>2</DCC_SymbolReferenceInfo> |
| 58 |
</PropertyGroup> |
| 59 |
<PropertyGroup Condition="'$(Cfg_1)'!=''"> |
| 60 |
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe> |
| 61 |
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking> |
| 62 |
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> |
| 63 |
<IntermediateOutputDir>Debug_Build</IntermediateOutputDir> |
| 64 |
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines> |
| 65 |
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath> |
| 66 |
<BCC_Defines>_DEBUG;$(BCC_Defines)</BCC_Defines> |
| 67 |
</PropertyGroup> |
| 68 |
<PropertyGroup Condition="'$(Cfg_2)'!=''"> |
| 69 |
<DCC_Optimize>true</DCC_Optimize> |
| 70 |
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed> |
| 71 |
<BCC_InlineFunctionExpansion>true</BCC_InlineFunctionExpansion> |
| 72 |
<BCC_UseRegisterVariables>Always</BCC_UseRegisterVariables> |
| 73 |
<DCC_DebugInformation>false</DCC_DebugInformation> |
| 74 |
<IntermediateOutputDir>Release_Build</IntermediateOutputDir> |
| 75 |
<BCC_StackFrames>false</BCC_StackFrames> |
| 76 |
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath> |
| 77 |
<BCC_Defines>NDEBUG;$(BCC_Defines)</BCC_Defines> |
| 78 |
<TASM_Debugging>None</TASM_Debugging> |
| 79 |
</PropertyGroup> |
| 80 |
<ProjectExtensions> |
| 81 |
<Borland.Personality>CPlusPlusBuilder.Personality</Borland.Personality> |
| 82 |
<Borland.ProjectType>CppVCLApplication</Borland.ProjectType> |
| 83 |
<BorlandProject> |
| 84 |
<BorlandProject><CPlusPlusBuilder.Personality><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">2</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">1041</VersionInfo><VersionInfo Name="CodePage">932</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName">Takuya Murakami</VersionInfoKeys><VersionInfoKeys Name="FileDescription">FeliCa2Money</VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.2.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright">Copyright (C) 2001-2007, Takuya Murakami</VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename">FeliCa2Money.exe</VersionInfoKeys><VersionInfoKeys Name="ProductName">FeliCa2Money</VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.2.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments">Import FeliCa transaction data to Microsoft Money</VersionInfoKeys></VersionInfoKeys><HistoryLists_hlIncludePath><HistoryLists_hlIncludePath Name="Count">1</HistoryLists_hlIncludePath><HistoryLists_hlIncludePath Name="Item0">$(BCB)\include;$(BCB)\include\vcl</HistoryLists_hlIncludePath></HistoryLists_hlIncludePath><HistoryLists_hlLibraryPath><HistoryLists_hlLibraryPath Name="Count">1</HistoryLists_hlLibraryPath><HistoryLists_hlLibraryPath Name="Item0">$(BCB)\lib\obj;$(BCB)\lib</HistoryLists_hlLibraryPath></HistoryLists_hlLibraryPath><HistoryLists_hlDebugSourcePath><HistoryLists_hlDebugSourcePath Name="Count">1</HistoryLists_hlDebugSourcePath><HistoryLists_hlDebugSourcePath Name="Item0">$(BCB)\source\vcl</HistoryLists_hlDebugSourcePath></HistoryLists_hlDebugSourcePath><HistoryLists_hlConditionals><HistoryLists_hlConditionals Name="Count">1</HistoryLists_hlConditionals><HistoryLists_hlConditionals Name="Item0">_DEBUG</HistoryLists_hlConditionals></HistoryLists_hlConditionals><Debugging><Debugging Name="DebugSourceDirs">$(BCB)\source\vcl</Debugging></Debugging><Parameters><Parameters Name="RunParams"></Parameters><Parameters Name="Launcher"></Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="DebugCWD"></Parameters><Parameters Name="HostApplication"></Parameters><Parameters Name="RemoteHost"></Parameters><Parameters Name="RemotePath"></Parameters><Parameters Name="RemoteParams"></Parameters><Parameters Name="RemoteLauncher"></Parameters><Parameters Name="UseRemoteLauncher">False</Parameters><Parameters Name="RemoteCWD"></Parameters><Parameters Name="RemoteDebug">False</Parameters><Parameters Name="Debug Symbols Search Path"></Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Linker><Linker Name="LibPrefix"></Linker><Linker Name="LibSuffix"></Linker><Linker Name="LibVersion"></Linker></Linker><Source><Source Name="MainSource">FeliCa2Money.cpp</Source></Source><ProjectProperties><ProjectProperties Name="AutoShowDeps">False</ProjectProperties><ProjectProperties Name="ManagePaths">True</ProjectProperties><ProjectProperties Name="VerifyPackages">True</ProjectProperties></ProjectProperties><HistoryLists_hlFinalOutputDir><HistoryLists_hlFinalOutputDir Name="Count">1</HistoryLists_hlFinalOutputDir><HistoryLists_hlFinalOutputDir Name="Item0">.</HistoryLists_hlFinalOutputDir></HistoryLists_hlFinalOutputDir><HistoryLists_hlILINK_LibraryPath><HistoryLists_hlILINK_LibraryPath Name="Count">2</HistoryLists_hlILINK_LibraryPath><HistoryLists_hlILINK_LibraryPath Name="Item0">$(BDS)\lib\release;$(BDS)\lib\obj;$(BDS)\lib</HistoryLists_hlILINK_LibraryPath><HistoryLists_hlILINK_LibraryPath Name="Item1">$(BDS)\lib\obj;$(BDS)\lib</HistoryLists_hlILINK_LibraryPath></HistoryLists_hlILINK_LibraryPath><HistoryLists_hlIntermediateOutputDir><HistoryLists_hlIntermediateOutputDir Name="Count">1</HistoryLists_hlIntermediateOutputDir><HistoryLists_hlIntermediateOutputDir Name="Item0">Release_Build</HistoryLists_hlIntermediateOutputDir></HistoryLists_hlIntermediateOutputDir><HistoryLists_hlILINK_MaxErrors><HistoryLists_hlILINK_MaxErrors Name="Count">1</HistoryLists_hlILINK_MaxErrors><HistoryLists_hlILINK_MaxErrors Name="Item0">0</HistoryLists_hlILINK_MaxErrors></HistoryLists_hlILINK_MaxErrors><HistoryLists_hlILINK_FileAlignment><HistoryLists_hlILINK_FileAlignment Name="Count">1</HistoryLists_hlILINK_FileAlignment><HistoryLists_hlILINK_FileAlignment Name="Item0">0x200</HistoryLists_hlILINK_FileAlignment></HistoryLists_hlILINK_FileAlignment><HistoryLists_hlILINK_ObjectAlignment><HistoryLists_hlILINK_ObjectAlignment Name="Count">1</HistoryLists_hlILINK_ObjectAlignment><HistoryLists_hlILINK_ObjectAlignment Name="Item0">4096</HistoryLists_hlILINK_ObjectAlignment></HistoryLists_hlILINK_ObjectAlignment><Excluded_Packages> |
| 85 |
|
| 86 |
|
| 87 |
|
| 88 |
|
| 89 |
|
| 90 |
|
| 91 |
|
| 92 |
|
| 93 |
|
| 94 |
|
| 95 |
|
| 96 |
|
| 97 |
|
| 98 |
|
| 99 |
|
| 100 |
|
| 101 |
|
| 102 |
|
| 103 |
<Excluded_Packages Name="$(BDS)\bin\dclstd100.bpl">CodeGear Standard Components</Excluded_Packages> |
| 104 |
<Excluded_Packages Name="C:\Windows\system32\vclimg100.bpl">CodeGear Delphi image support library</Excluded_Packages> |
| 105 |
<Excluded_Packages Name="$(BDS)\bin\dcldb100.bpl">CodeGear Database Components</Excluded_Packages> |
| 106 |
<Excluded_Packages Name="$(BDS)\Bin\dclIndyCore100.bpl">Indy 10 Core Design Time</Excluded_Packages> |
| 107 |
<Excluded_Packages Name="$(BDS)\Bin\dclwbm100.bpl">CodeGear InternetExpress Components</Excluded_Packages> |
| 108 |
<Excluded_Packages Name="$(BDS)\Bin\dclnet100.bpl">CodeGear Internet Components</Excluded_Packages> |
| 109 |
<Excluded_Packages Name="$(BDS)\bin\bcbie100.bpl">CodeGear C++Builder Internet Explorer 5 Components Package</Excluded_Packages> |
| 110 |
<Excluded_Packages Name="$(BDS)\bin\dclbcbsmp100.bpl">Borland Sample Controls Design Time Package</Excluded_Packages> |
| 111 |
<Excluded_Packages Name="$(BDS)\bin\applet100.bpl">CodeGear Control Panel Applet Package</Excluded_Packages> |
| 112 |
<Excluded_Packages Name="$(BDS)\bin\dcl31w100.bpl">Delphi 1.0 Compatibility Components</Excluded_Packages> |
| 113 |
<Excluded_Packages Name="$(BDS)\bin\dclact100.bpl">CodeGear ActionBar Components</Excluded_Packages> |
| 114 |
<Excluded_Packages Name="$(BDS)\bin\dclbde100.bpl">CodeGear BDE DB Components</Excluded_Packages> |
| 115 |
<Excluded_Packages Name="$(BDS)\bin\dclmlwiz100.bpl">CodeGear Markup Language Wizards</Excluded_Packages> |
| 116 |
<Excluded_Packages Name="$(BDS)\Bin\dclIndyProtocols100.bpl">Indy 10 Protocols Design Time</Excluded_Packages> |
| 117 |
<Excluded_Packages Name="$(BDS)\Bin\dclintraweb_90_100.bpl">VCL for the Web Design Package for CodeGear RAD Studio</Excluded_Packages> |
| 118 |
<Excluded_Packages Name="$(BDS)\bin\dclie100.bpl">Internet Explorer Components</Excluded_Packages> |
| 119 |
<Excluded_Packages Name="$(BDS)\bin\dclwebsnap100.bpl">CodeGear WebSnap Components</Excluded_Packages> |
| 120 |
<Excluded_Packages Name="$(BDS)\bin\dclsoap100.bpl">CodeGear SOAP Components</Excluded_Packages> |
| 121 |
</Excluded_Packages><HistoryLists_hlILINK_BaseAddress><HistoryLists_hlILINK_BaseAddress Name="Count">1</HistoryLists_hlILINK_BaseAddress><HistoryLists_hlILINK_BaseAddress Name="Item0">0x00400000</HistoryLists_hlILINK_BaseAddress></HistoryLists_hlILINK_BaseAddress><HistoryLists_hlILINK_HeapCommitSize><HistoryLists_hlILINK_HeapCommitSize Name="Count">1</HistoryLists_hlILINK_HeapCommitSize><HistoryLists_hlILINK_HeapCommitSize Name="Item0">0x00001000</HistoryLists_hlILINK_HeapCommitSize></HistoryLists_hlILINK_HeapCommitSize><HistoryLists_hlILINK_HeapReserveSize><HistoryLists_hlILINK_HeapReserveSize Name="Count">1</HistoryLists_hlILINK_HeapReserveSize><HistoryLists_hlILINK_HeapReserveSize Name="Item0">0x00100000</HistoryLists_hlILINK_HeapReserveSize></HistoryLists_hlILINK_HeapReserveSize><HistoryLists_hlILINK_StackCommitSize><HistoryLists_hlILINK_StackCommitSize Name="Count">1</HistoryLists_hlILINK_StackCommitSize><HistoryLists_hlILINK_StackCommitSize Name="Item0">0x00002000</HistoryLists_hlILINK_StackCommitSize></HistoryLists_hlILINK_StackCommitSize><HistoryLists_hlILINK_StackReserveSize><HistoryLists_hlILINK_StackReserveSize Name="Count">1</HistoryLists_hlILINK_StackReserveSize><HistoryLists_hlILINK_StackReserveSize Name="Item0">0x00100000</HistoryLists_hlILINK_StackReserveSize></HistoryLists_hlILINK_StackReserveSize></CPlusPlusBuilder.Personality><ModelSupport>False</ModelSupport></BorlandProject></BorlandProject> |
| 122 |
</ProjectExtensions> |
| 123 |
<Import Project="$(MSBuildBinPath)\Borland.Cpp.Targets" /> |
| 124 |
<ItemGroup> |
| 125 |
<CppCompile Include="Card.cpp"> |
| 126 |
<BuildOrder>10</BuildOrder> |
| 127 |
</CppCompile> |
| 128 |
<CppCompile Include="Convert.cpp"> |
| 129 |
<BuildOrder>3</BuildOrder> |
| 130 |
</CppCompile> |
| 131 |
<CppCompile Include="Edy.cpp"> |
| 132 |
<BuildOrder>5</BuildOrder> |
| 133 |
</CppCompile> |
| 134 |
<CppCompile Include="FeliCa2Money.cpp"> |
| 135 |
<BuildOrder>0</BuildOrder> |
| 136 |
</CppCompile> |
| 137 |
<CppCompile Include="felicalib.c"> |
| 138 |
<BuildOrder>9</BuildOrder> |
| 139 |
</CppCompile> |
| 140 |
<CppCompile Include="MainForm.cpp"> |
| 141 |
<Form>MForm</Form> |
| 142 |
<DependentOn>MainForm.h</DependentOn> |
| 143 |
<BuildOrder>2</BuildOrder> |
| 144 |
</CppCompile> |
| 145 |
<CppCompile Include="Nanaco.cpp"> |
| 146 |
<DependentOn>Nanaco.h</DependentOn> |
| 147 |
<BuildOrder>8</BuildOrder> |
| 148 |
</CppCompile> |
| 149 |
<CppCompile Include="SfcPeep.cpp"> |
| 150 |
<DependentOn>SfcPeep.h</DependentOn> |
| 151 |
<BuildOrder>6</BuildOrder> |
| 152 |
</CppCompile> |
| 153 |
<CppCompile Include="Suica.cpp"> |
| 154 |
<BuildOrder>7</BuildOrder> |
| 155 |
</CppCompile> |
| 156 |
<CppCompile Include="Transaction.cpp"> |
| 157 |
<BuildOrder>4</BuildOrder> |
| 158 |
</CppCompile> |
| 159 |
<ResFiles Include="FeliCa2Money.res"> |
| 160 |
<BuildOrder>1</BuildOrder> |
| 161 |
</ResFiles> |
| 162 |
<FormResources Include="MainForm.dfm" /> |
| 163 |
<BuildConfiguration Include="Debug Build"> |
| 164 |
<Key>Cfg_1</Key> |
| 165 |
</BuildConfiguration> |
| 166 |
<BuildConfiguration Include="Release Build"> |
| 167 |
<Key>Cfg_2</Key> |
| 168 |
</BuildConfiguration> |
| 169 |
</ItemGroup> |
| 170 |
</Project> |