Skip to content

Commit 443ac72

Browse files
committed
Adjusted dproj
1 parent d649ed3 commit 443ac72

1 file changed

Lines changed: 18 additions & 38 deletions

File tree

ragna.dproj

Lines changed: 18 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{D9E8CA95-FBB1-42EA-A7B4-909AC5ACFADD}</ProjectGuid>
44
<MainSource>ragna.dpk</MainSource>
@@ -53,11 +53,7 @@
5353
<DCC_CBuilderOutput>All</DCC_CBuilderOutput>
5454
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
5555
<SanitizedProjectName>ragna</SanitizedProjectName>
56-
<<<<<<< HEAD
57-
<DCC_UnitSearchPath>C:\Users\hunsc\projects\hashload\ragna\modules\DataSetConverter4Delphi\src\;C:\Users\hunsc\projects\hashload\ragna\modules\DataSetConverter4Delphi\unittest\;$(DCC_UnitSearchPath);modules\.dcp;modules\.dcu;modules;modules\DataSetConverter4Delphi\src;modules\DataSetConverter4Delphi\unittest</DCC_UnitSearchPath>
58-
=======
5956
<DCC_UnitSearchPath>C:\Users\hunsc\projects\hashload\ragna\modules\DataSetConverter4Delphi\src\;C:\Users\hunsc\projects\hashload\ragna\modules\DataSetConverter4Delphi\unittest\;modules\.dcp;modules\.dcu;modules;modules\DataSetConverter4Delphi\src;modules\DataSetConverter4Delphi\unittest;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
60-
>>>>>>> 420c31a36258cc2d5becf10ec15c933d883b4c50
6157
</PropertyGroup>
6258
<PropertyGroup Condition="'$(Base_Android)'!=''">
6359
<DCC_CBuilderOutput>None</DCC_CBuilderOutput>
@@ -93,16 +89,16 @@
9389
<DelphiCompile Include="$(MainSource)">
9490
<MainSource>MainSource</MainSource>
9591
</DelphiCompile>
96-
<DCCReference Include="rtl.dcp"></DCCReference>
97-
<DCCReference Include="dbrtl.dcp"></DCCReference>
98-
<DCCReference Include="FireDAC.dcp"></DCCReference>
99-
<DCCReference Include="FireDACCommonDriver.dcp"></DCCReference>
100-
<DCCReference Include="FireDACCommon.dcp"></DCCReference>
101-
<DCCReference Include="src\Ragna.Criteria.pas"></DCCReference>
102-
<DCCReference Include="src\Ragna.Impl.pas"></DCCReference>
103-
<DCCReference Include="src\Ragna.Intf.pas"></DCCReference>
104-
<DCCReference Include="src\Ragna.pas"></DCCReference>
105-
<DCCReference Include="src\Ragna.State.pas"></DCCReference>
92+
<DCCReference Include="rtl.dcp"/>
93+
<DCCReference Include="dbrtl.dcp"/>
94+
<DCCReference Include="FireDAC.dcp"/>
95+
<DCCReference Include="FireDACCommonDriver.dcp"/>
96+
<DCCReference Include="FireDACCommon.dcp"/>
97+
<DCCReference Include="src\Ragna.Criteria.pas"/>
98+
<DCCReference Include="src\Ragna.Impl.pas"/>
99+
<DCCReference Include="src\Ragna.Intf.pas"/>
100+
<DCCReference Include="src\Ragna.pas"/>
101+
<DCCReference Include="src\Ragna.State.pas"/>
106102
<BuildConfiguration Include="Release">
107103
<Key>Cfg_2</Key>
108104
<CfgParent>Base</CfgParent>
@@ -466,9 +462,9 @@
466462
<Operation>1</Operation>
467463
</Platform>
468464
</DeployClass>
469-
<DeployClass Name="ProjectiOSDeviceResourceRules"></DeployClass>
470-
<DeployClass Name="ProjectiOSEntitlements"></DeployClass>
471-
<DeployClass Name="ProjectiOSInfoPList"></DeployClass>
465+
<DeployClass Name="ProjectiOSDeviceResourceRules"/>
466+
<DeployClass Name="ProjectiOSEntitlements"/>
467+
<DeployClass Name="ProjectiOSInfoPList"/>
472468
<DeployClass Name="ProjectiOSResource">
473469
<Platform Name="iOSDevice32">
474470
<Operation>1</Operation>
@@ -480,14 +476,9 @@
480476
<Operation>1</Operation>
481477
</Platform>
482478
</DeployClass>
483-
<<<<<<< HEAD
484-
<DeployClass Name="ProjectOSXEntitlements"></DeployClass>
485-
<DeployClass Name="ProjectOSXInfoPList"></DeployClass>
486-
=======
487479
<DeployClass Name="ProjectOSXDebug"/>
488480
<DeployClass Name="ProjectOSXEntitlements"/>
489481
<DeployClass Name="ProjectOSXInfoPList"/>
490-
>>>>>>> 420c31a36258cc2d5becf10ec15c933d883b4c50
491482
<DeployClass Name="ProjectOSXResource">
492483
<Platform Name="OSX32">
493484
<RemoteDir>Contents\Resources</RemoteDir>
@@ -553,16 +544,6 @@
553544
<Operation>1</Operation>
554545
</Platform>
555546
</DeployClass>
556-
<<<<<<< HEAD
557-
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"></ProjectRoot>
558-
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"></ProjectRoot>
559-
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"></ProjectRoot>
560-
<ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"></ProjectRoot>
561-
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"></ProjectRoot>
562-
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"></ProjectRoot>
563-
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"></ProjectRoot>
564-
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"></ProjectRoot>
565-
=======
566547
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
567548
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
568549
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
@@ -572,7 +553,6 @@
572553
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
573554
<ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
574555
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
575-
>>>>>>> 420c31a36258cc2d5becf10ec15c933d883b4c50
576556
</Deployment>
577557
<Platforms>
578558
<Platform value="Android">False</Platform>
@@ -583,7 +563,7 @@
583563
</BorlandProject>
584564
<ProjectFileVersion>12</ProjectFileVersion>
585565
</ProjectExtensions>
586-
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"></Import>
587-
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"></Import>
588-
<Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"></Import>
589-
</Project>
566+
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
567+
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
568+
<Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
569+
</Project>

0 commit comments

Comments
 (0)