| 1 |
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 |
<PropertyGroup> |
| 3 |
<ProjectGuid>{794BB8ED-B886-4367-BD6F-D3930CABE58E}</ProjectGuid> |
| 4 |
<MainSource>NicoVitanD.dpr</MainSource> |
| 5 |
<ProjectVersion>12.3</ProjectVersion> |
| 6 |
<Base>True</Base> |
| 7 |
<Config Condition="'$(Config)'==''">Debug</Config> |
| 8 |
<Platform>Win32</Platform> |
| 9 |
<AppType>Application</AppType> |
| 10 |
<FrameworkType>VCL</FrameworkType> |
| 11 |
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler> |
| 12 |
</PropertyGroup> |
| 13 |
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
| 14 |
<Base>true</Base> |
| 15 |
</PropertyGroup> |
| 16 |
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''"> |
| 17 |
<Cfg_1>true</Cfg_1> |
| 18 |
<CfgParent>Base</CfgParent> |
| 19 |
<Base>true</Base> |
| 20 |
</PropertyGroup> |
| 21 |
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''"> |
| 22 |
<Cfg_2>true</Cfg_2> |
| 23 |
<CfgParent>Base</CfgParent> |
| 24 |
<Base>true</Base> |
| 25 |
</PropertyGroup> |
| 26 |
<PropertyGroup Condition="'$(Base)'!=''"> |
| 27 |
<DCC_UsePackage>vcl;vclx;VclSmp;rtl;vclimg;svnui;svn;bdertl;TeeUI;TeeDB;Tee;vclactnband;vcldb;dbrtl;vcldbx;vcltouch;xmlrtl;dsnap;dsnapcon;vclib;ibxpress;adortl;IndyCore;IndySystem;IndyProtocols;inet;intrawebdb_110_150;Intraweb_110_150;vclie;inetdb;webdsnap;websnap;inetdbbde;inetdbxpress;soaprtl;vclribbon;dbexpress;DbxCommonDriver;DbxClientDriver;AzureCloud;DBXInterBaseDriver;DBXMySQLDriver;dbxcds;CodeSiteExpressVcl;Rave90VCL</DCC_UsePackage> |
| 28 |
<DCC_ImageBase>00400000</DCC_ImageBase> |
| 29 |
<DCC_DcuOutput>.\$(Config)\$(Platform)</DCC_DcuOutput> |
| 30 |
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias> |
| 31 |
<DCC_ExeOutput>.\$(Config)\$(Platform)</DCC_ExeOutput> |
| 32 |
<DCC_E>false</DCC_E> |
| 33 |
<DCC_N>false</DCC_N> |
| 34 |
<DCC_S>false</DCC_S> |
| 35 |
<DCC_F>false</DCC_F> |
| 36 |
<DCC_K>false</DCC_K> |
| 37 |
</PropertyGroup> |
| 38 |
<PropertyGroup Condition="'$(Cfg_1)'!=''"> |
| 39 |
<DCC_DebugDCUs>true</DCC_DebugDCUs> |
| 40 |
<BRCC_Verbose>true</BRCC_Verbose> |
| 41 |
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames> |
| 42 |
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe> |
| 43 |
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo> |
| 44 |
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn> |
| 45 |
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers> |
| 46 |
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> |
| 47 |
</PropertyGroup> |
| 48 |
<PropertyGroup Condition="'$(Cfg_2)'!=''"> |
| 49 |
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> |
| 50 |
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> |
| 51 |
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> |
| 52 |
<DCC_DebugInformation>false</DCC_DebugInformation> |
| 53 |
</PropertyGroup> |
| 54 |
<ItemGroup> |
| 55 |
<DelphiCompile Include="NicoVitanD.dpr"> |
| 56 |
<MainSource>MainSource</MainSource> |
| 57 |
</DelphiCompile> |
| 58 |
<DCCReference Include="NicoVitanD_pas.pas"> |
| 59 |
<Form>Form1</Form> |
| 60 |
</DCCReference> |
| 61 |
<DCCReference Include="NicoVitanD_Login.pas"> |
| 62 |
<Form>LoginForm</Form> |
| 63 |
</DCCReference> |
| 64 |
<DCCReference Include="NIcoVitanD_setting.pas"> |
| 65 |
<Form>SettingForm</Form> |
| 66 |
</DCCReference> |
| 67 |
<DCCReference Include="ProgramInfoTabDlg.pas"> |
| 68 |
<Form>ProgramInfoDlg</Form> |
| 69 |
</DCCReference> |
| 70 |
<BuildConfiguration Include="Release"> |
| 71 |
<Key>Cfg_2</Key> |
| 72 |
<CfgParent>Base</CfgParent> |
| 73 |
</BuildConfiguration> |
| 74 |
<BuildConfiguration Include="Base"> |
| 75 |
<Key>Base</Key> |
| 76 |
</BuildConfiguration> |
| 77 |
<BuildConfiguration Include="Debug"> |
| 78 |
<Key>Cfg_1</Key> |
| 79 |
<CfgParent>Base</CfgParent> |
| 80 |
</BuildConfiguration> |
| 81 |
</ItemGroup> |
| 82 |
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/> |
| 83 |
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/> |
| 84 |
<ProjectExtensions> |
| 85 |
<Borland.Personality>Delphi.Personality.12</Borland.Personality> |
| 86 |
<Borland.ProjectType/> |
| 87 |
<BorlandProject> |
| 88 |
<Delphi.Personality> |
| 89 |
<VersionInfo> |
| 90 |
<VersionInfo Name="IncludeVerInfo">False</VersionInfo> |
| 91 |
<VersionInfo Name="AutoIncBuild">False</VersionInfo> |
| 92 |
<VersionInfo Name="MajorVer">1</VersionInfo> |
| 93 |
<VersionInfo Name="MinorVer">0</VersionInfo> |
| 94 |
<VersionInfo Name="Release">0</VersionInfo> |
| 95 |
<VersionInfo Name="Build">0</VersionInfo> |
| 96 |
<VersionInfo Name="Debug">False</VersionInfo> |
| 97 |
<VersionInfo Name="PreRelease">False</VersionInfo> |
| 98 |
<VersionInfo Name="Special">False</VersionInfo> |
| 99 |
<VersionInfo Name="Private">False</VersionInfo> |
| 100 |
<VersionInfo Name="DLL">False</VersionInfo> |
| 101 |
<VersionInfo Name="Locale">1041</VersionInfo> |
| 102 |
<VersionInfo Name="CodePage">932</VersionInfo> |
| 103 |
</VersionInfo> |
| 104 |
<VersionInfoKeys> |
| 105 |
<VersionInfoKeys Name="CompanyName"/> |
| 106 |
<VersionInfoKeys Name="FileDescription"/> |
| 107 |
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys> |
| 108 |
<VersionInfoKeys Name="InternalName"/> |
| 109 |
<VersionInfoKeys Name="LegalCopyright"/> |
| 110 |
<VersionInfoKeys Name="LegalTrademarks"/> |
| 111 |
<VersionInfoKeys Name="OriginalFilename"/> |
| 112 |
<VersionInfoKeys Name="ProductName"/> |
| 113 |
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys> |
| 114 |
<VersionInfoKeys Name="Comments"/> |
| 115 |
</VersionInfoKeys> |
| 116 |
<Source> |
| 117 |
<Source Name="MainSource">NicoVitanD.dpr</Source> |
| 118 |
</Source> |
| 119 |
<Excluded_Packages> |
| 120 |
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k150.bpl">Microsoft Office 2000 オートメーション サーバー ラッパー コンポーネントのサンプル</Excluded_Packages> |
| 121 |
<Excluded_Packages Name="$(BDSBIN)\dclofficexp150.bpl">Microsoft Office XP オートメーション サーバー ラッパー コンポーネントのサンプル</Excluded_Packages> |
| 122 |
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k150.bpl">Embarcadero C++Builder Office 2000 サーバー パッケージ</Excluded_Packages> |
| 123 |
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp150.bpl">Embarcadero C++Builder Office XP サーバー パッケージ</Excluded_Packages> |
| 124 |
</Excluded_Packages> |
| 125 |
</Delphi.Personality> |
| 126 |
<Platforms> |
| 127 |
<Platform value="Win32">True</Platform> |
| 128 |
</Platforms> |
| 129 |
<ModelSupport>False</ModelSupport> |
| 130 |
</BorlandProject> |
| 131 |
<ProjectFileVersion>12</ProjectFileVersion> |
| 132 |
</ProjectExtensions> |
| 133 |
</Project> |