Skip to content

Commit 79d1c55

Browse files
DevExpressExampleBotDevExpressExampleBot
authored andcommitted
Source auto update [skip ci]
1 parent 22424e5 commit 79d1c55

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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>
@@ -1287,15 +1287,17 @@ $(PostBuildEvent)]]></PostBuildEvent>
12871287
<PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
12881288
<PreLinkEvent/>
12891289
<PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
1290-
<PostBuildEvent>copy /Y &quot;$(BDS)\Redist\win64\WebView2Loader.dll&quot; $(OUTPUTDIR)</PostBuildEvent>
1290+
<PostBuildEvent>copy /Y &quot;$(BDS)\Redist\win64\WebView2Loader.dll&quot; $(OUTPUTDIR)
1291+
</PostBuildEvent>
12911292
<PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
12921293
</PropertyGroup>
12931294
<PropertyGroup Condition="'$(Config)'=='Release' And '$(Platform)'=='Win64x'">
12941295
<PreBuildEvent/>
12951296
<PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
12961297
<PreLinkEvent/>
12971298
<PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
1298-
<PostBuildEvent>copy /Y &quot;$(BDS)\Redist\win64\WebView2Loader.dll&quot; $(OUTPUTDIR)</PostBuildEvent>
1299+
<PostBuildEvent>copy /Y &quot;$(BDS)\Redist\win64\WebView2Loader.dll&quot; $(OUTPUTDIR)
1300+
</PostBuildEvent>
12991301
<PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
13001302
</PropertyGroup>
13011303
</Project>

0 commit comments

Comments
 (0)