Skip to content

Commit c067324

Browse files
DevExpressExampleBotDevExpressExampleBot
authored andcommitted
Source auto update [skip ci]
1 parent 9ea5b71 commit c067324

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

CPB/ReportTemplate.cbproj

Lines changed: 5 additions & 3 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>{78325D59-9C55-4DF5-9E88-7E84FAB72DB5}</ProjectGuid>
44
<ProjectVersion>20.3</ProjectVersion>
@@ -1290,15 +1290,17 @@ $(PostBuildEvent)]]></PostBuildEvent>
12901290
<PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
12911291
<PreLinkEvent/>
12921292
<PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
1293-
<PostBuildEvent>copy /Y &quot;$(BDS)\Redist\win64\WebView2Loader.dll&quot; $(OUTPUTDIR)</PostBuildEvent>
1293+
<PostBuildEvent>copy /Y &quot;$(BDS)\Redist\win64\WebView2Loader.dll&quot; $(OUTPUTDIR)
1294+
</PostBuildEvent>
12941295
<PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
12951296
</PropertyGroup>
12961297
<PropertyGroup Condition="'$(Config)'=='Release' And '$(Platform)'=='Win64x'">
12971298
<PreBuildEvent/>
12981299
<PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
12991300
<PreLinkEvent/>
13001301
<PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
1301-
<PostBuildEvent>copy /Y &quot;$(BDS)\Redist\win64\WebView2Loader.dll&quot; $(OUTPUTDIR)</PostBuildEvent>
1302+
<PostBuildEvent>copy /Y &quot;$(BDS)\Redist\win64\WebView2Loader.dll&quot; $(OUTPUTDIR)
1303+
</PostBuildEvent>
13021304
<PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
13031305
</PropertyGroup>
13041306
</Project>

Delphi/ReportTemplate.dproj

Lines changed: 9 additions & 5 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>{C8FCB972-B167-4D60-AB2D-37E035C49AE4}</ProjectGuid>
44
<ProjectVersion>20.3</ProjectVersion>
@@ -1141,31 +1141,35 @@ $(PostBuildEvent)]]></PostBuildEvent>
11411141
<PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
11421142
<PreLinkEvent/>
11431143
<PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
1144-
<PostBuildEvent>copy /Y &quot;$(BDS)\Redist\win32\WebView2Loader.dll&quot; $(OUTPUTDIR)</PostBuildEvent>
1144+
<PostBuildEvent>copy /Y &quot;$(BDS)\Redist\win32\WebView2Loader.dll&quot; $(OUTPUTDIR)
1145+
</PostBuildEvent>
11451146
<PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
11461147
</PropertyGroup>
11471148
<PropertyGroup Condition="'$(Config)'=='Debug' And '$(Platform)'=='Win64'">
11481149
<PreBuildEvent/>
11491150
<PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
11501151
<PreLinkEvent/>
11511152
<PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
1152-
<PostBuildEvent>copy /Y &quot;$(BDS)\Redist\win64\WebView2Loader.dll&quot; $(OUTPUTDIR)</PostBuildEvent>
1153+
<PostBuildEvent>copy /Y &quot;$(BDS)\Redist\win64\WebView2Loader.dll&quot; $(OUTPUTDIR)
1154+
</PostBuildEvent>
11531155
<PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
11541156
</PropertyGroup>
11551157
<PropertyGroup Condition="'$(Config)'=='Release' And '$(Platform)'=='Win32'">
11561158
<PreBuildEvent/>
11571159
<PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
11581160
<PreLinkEvent/>
11591161
<PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
1160-
<PostBuildEvent>copy /Y &quot;$(BDS)\Redist\win32\WebView2Loader.dll&quot; $(OUTPUTDIR)</PostBuildEvent>
1162+
<PostBuildEvent>copy /Y &quot;$(BDS)\Redist\win32\WebView2Loader.dll&quot; $(OUTPUTDIR)
1163+
</PostBuildEvent>
11611164
<PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
11621165
</PropertyGroup>
11631166
<PropertyGroup Condition="'$(Config)'=='Release' And '$(Platform)'=='Win64'">
11641167
<PreBuildEvent/>
11651168
<PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
11661169
<PreLinkEvent/>
11671170
<PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
1168-
<PostBuildEvent>copy /Y &quot;$(BDS)\Redist\win64\WebView2Loader.dll&quot; $(OUTPUTDIR)</PostBuildEvent>
1171+
<PostBuildEvent>copy /Y &quot;$(BDS)\Redist\win64\WebView2Loader.dll&quot; $(OUTPUTDIR)
1172+
</PostBuildEvent>
11691173
<PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
11701174
</PropertyGroup>
11711175
</Project>

0 commit comments

Comments
 (0)