|
| 1 | +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | + <PropertyGroup> |
| 3 | + <ProjectGuid>{13E0E121-AAEC-43D4-9386-3CC87E063D43}</ProjectGuid> |
| 4 | + <ProjectVersion>20.3</ProjectVersion> |
| 5 | + <FrameworkType>None</FrameworkType> |
| 6 | + <Base>True</Base> |
| 7 | + <Config Condition="'$(Config)'==''">Debug</Config> |
| 8 | + <Platform Condition="'$(Platform)'==''">Win64</Platform> |
| 9 | + <TargetedPlatforms>3</TargetedPlatforms> |
| 10 | + <AppType>Console</AppType> |
| 11 | + <MainSource>MarkDownToHTML.dpr</MainSource> |
| 12 | + <ProjectName Condition="'$(ProjectName)'==''">MarkDownToHTML</ProjectName> |
| 13 | + </PropertyGroup> |
| 14 | + <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
| 15 | + <Base>true</Base> |
| 16 | + </PropertyGroup> |
| 17 | + <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''"> |
| 18 | + <Base_Win32>true</Base_Win32> |
| 19 | + <CfgParent>Base</CfgParent> |
| 20 | + <Base>true</Base> |
| 21 | + </PropertyGroup> |
| 22 | + <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''"> |
| 23 | + <Base_Win64>true</Base_Win64> |
| 24 | + <CfgParent>Base</CfgParent> |
| 25 | + <Base>true</Base> |
| 26 | + </PropertyGroup> |
| 27 | + <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''"> |
| 28 | + <Cfg_1>true</Cfg_1> |
| 29 | + <CfgParent>Base</CfgParent> |
| 30 | + <Base>true</Base> |
| 31 | + </PropertyGroup> |
| 32 | + <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''"> |
| 33 | + <Cfg_1_Win32>true</Cfg_1_Win32> |
| 34 | + <CfgParent>Cfg_1</CfgParent> |
| 35 | + <Cfg_1>true</Cfg_1> |
| 36 | + <Base>true</Base> |
| 37 | + </PropertyGroup> |
| 38 | + <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''"> |
| 39 | + <Cfg_1_Win64>true</Cfg_1_Win64> |
| 40 | + <CfgParent>Cfg_1</CfgParent> |
| 41 | + <Cfg_1>true</Cfg_1> |
| 42 | + <Base>true</Base> |
| 43 | + </PropertyGroup> |
| 44 | + <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''"> |
| 45 | + <Cfg_2>true</Cfg_2> |
| 46 | + <CfgParent>Base</CfgParent> |
| 47 | + <Base>true</Base> |
| 48 | + </PropertyGroup> |
| 49 | + <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''"> |
| 50 | + <Cfg_2_Win64>true</Cfg_2_Win64> |
| 51 | + <CfgParent>Cfg_2</CfgParent> |
| 52 | + <Cfg_2>true</Cfg_2> |
| 53 | + <Base>true</Base> |
| 54 | + </PropertyGroup> |
| 55 | + <PropertyGroup Condition="'$(Base)'!=''"> |
| 56 | + <DCC_DcuOutput>..\Dcu\$(Platform)\</DCC_DcuOutput> |
| 57 | + <DCC_ExeOutput>..\Bin\$(Platform)\</DCC_ExeOutput> |
| 58 | + <DCC_E>false</DCC_E> |
| 59 | + <DCC_N>false</DCC_N> |
| 60 | + <DCC_S>false</DCC_S> |
| 61 | + <DCC_F>false</DCC_F> |
| 62 | + <DCC_K>false</DCC_K> |
| 63 | + <SanitizedProjectName>MarkDownToHTML</SanitizedProjectName> |
| 64 | + <DCC_UnitSearchPath>..\..\VSoft.CommandLineParser\Src;..\..\..\source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> |
| 65 | + <VerInfo_Locale>1033</VerInfo_Locale> |
| 66 | + <VerInfo_Keys>CompanyName=Ethea S.r.l.;FileDescription=MarkdownToHTML;FileVersion=1.3.0.0;InternalName=MarkdownToHTML;LegalCopyright=Copyright (c) Ethea S.r.l.;LegalTrademarks=;OriginalFilename=;ProgramID=;ProductName=MarkdownToHTML;ProductVersion=1.3;Comments=</VerInfo_Keys> |
| 67 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 68 | + <VerInfo_MinorVer>3</VerInfo_MinorVer> |
| 69 | + </PropertyGroup> |
| 70 | + <PropertyGroup Condition="'$(Base_Win32)'!=''"> |
| 71 | + <DCC_ConsoleTarget>true</DCC_ConsoleTarget> |
| 72 | + <Manifest_File>(None)</Manifest_File> |
| 73 | + <AppDPIAwarenessMode>none</AppDPIAwarenessMode> |
| 74 | + <Icon_MainIcon>mdfolder_multires.ico</Icon_MainIcon> |
| 75 | + </PropertyGroup> |
| 76 | + <PropertyGroup Condition="'$(Base_Win64)'!=''"> |
| 77 | + <DCC_ConsoleTarget>true</DCC_ConsoleTarget> |
| 78 | + <Manifest_File>(None)</Manifest_File> |
| 79 | + <AppDPIAwarenessMode>none</AppDPIAwarenessMode> |
| 80 | + <Icon_MainIcon>mdfolder_multires.ico</Icon_MainIcon> |
| 81 | + </PropertyGroup> |
| 82 | + <PropertyGroup Condition="'$(Cfg_1)'!=''"> |
| 83 | + <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> |
| 84 | + <DCC_DebugDCUs>true</DCC_DebugDCUs> |
| 85 | + <DCC_Optimize>false</DCC_Optimize> |
| 86 | + <DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck> |
| 87 | + <DCC_RangeChecking>true</DCC_RangeChecking> |
| 88 | + </PropertyGroup> |
| 89 | + <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''"> |
| 90 | + <Debugger_RunParams>processfile -in:"..\..\..\..\TestFile\MarkDown Support Test.md" -style:none</Debugger_RunParams> |
| 91 | + </PropertyGroup> |
| 92 | + <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''"> |
| 93 | + <Debugger_RunParams>processfile -in:"..\..\..\..\TestFile\MarkDown Support Test.md" -style:none</Debugger_RunParams> |
| 94 | + </PropertyGroup> |
| 95 | + <PropertyGroup Condition="'$(Cfg_2)'!=''"> |
| 96 | + <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> |
| 97 | + </PropertyGroup> |
| 98 | + <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''"> |
| 99 | + <Debugger_RunParams>help transform</Debugger_RunParams> |
| 100 | + </PropertyGroup> |
| 101 | + <ItemGroup> |
| 102 | + <DelphiCompile Include="$(MainSource)"> |
| 103 | + <MainSource>MainSource</MainSource> |
| 104 | + </DelphiCompile> |
| 105 | + <DCCReference Include="..\source\MDProcessorCLI.Console.pas"/> |
| 106 | + <DCCReference Include="..\source\MDProcessorCLI.Bootstrap.pas"/> |
| 107 | + <DCCReference Include="..\source\MDProcessorCLI.Commands.pas"/> |
| 108 | + <DCCReference Include="..\source\MDProcessorCLI.Options.pas"/> |
| 109 | + <DCCReference Include="..\source\MDProcessorCLI.ResourceStrings.pas"/> |
| 110 | + <BuildConfiguration Include="Base"> |
| 111 | + <Key>Base</Key> |
| 112 | + </BuildConfiguration> |
| 113 | + <BuildConfiguration Include="Debug"> |
| 114 | + <Key>Cfg_1</Key> |
| 115 | + <CfgParent>Base</CfgParent> |
| 116 | + </BuildConfiguration> |
| 117 | + <BuildConfiguration Include="Release"> |
| 118 | + <Key>Cfg_2</Key> |
| 119 | + <CfgParent>Base</CfgParent> |
| 120 | + </BuildConfiguration> |
| 121 | + </ItemGroup> |
| 122 | + <ProjectExtensions> |
| 123 | + <Borland.Personality>Delphi.Personality.12</Borland.Personality> |
| 124 | + <Borland.ProjectType>Application</Borland.ProjectType> |
| 125 | + <BorlandProject> |
| 126 | + <Delphi.Personality> |
| 127 | + <Source> |
| 128 | + <Source Name="MainSource">MarkDownToHTML.dpr</Source> |
| 129 | + </Source> |
| 130 | + <Excluded_Packages> |
| 131 | + <Excluded_Packages Name="$(BDSBIN)\bcboffice2k370.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages> |
| 132 | + <Excluded_Packages Name="$(BDSBIN)\bcbofficexp370.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages> |
| 133 | + <Excluded_Packages Name="$(BDSBIN)\dcloffice2k370.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> |
| 134 | + <Excluded_Packages Name="$(BDSBIN)\dclofficexp370.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> |
| 135 | + <Excluded_Packages Name="$(BDSBIN)\dclappanalytics370.bpl">File c:\bds\studio\37.0\bin\dclappanalytics370.bpl not found</Excluded_Packages> |
| 136 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\37.0\Bpl\DclIOCore_4370.bpl">InstantObjects 4 Design-Time Package</Excluded_Packages> |
| 137 | + </Excluded_Packages> |
| 138 | + </Delphi.Personality> |
| 139 | + <Platforms> |
| 140 | + <Platform value="Android">False</Platform> |
| 141 | + <Platform value="Android64">False</Platform> |
| 142 | + <Platform value="iOSDevice64">False</Platform> |
| 143 | + <Platform value="iOSSimARM64">False</Platform> |
| 144 | + <Platform value="Linux64">False</Platform> |
| 145 | + <Platform value="OSX64">False</Platform> |
| 146 | + <Platform value="OSXARM64">False</Platform> |
| 147 | + <Platform value="Win32">True</Platform> |
| 148 | + <Platform value="Win64">True</Platform> |
| 149 | + </Platforms> |
| 150 | + </BorlandProject> |
| 151 | + <ProjectFileVersion>12</ProjectFileVersion> |
| 152 | + </ProjectExtensions> |
| 153 | + <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/> |
| 154 | + <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/> |
| 155 | +</Project> |
0 commit comments