File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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 "$(BDS)\Redist\win64\WebView2Loader.dll" $(OUTPUTDIR)</PostBuildEvent>
1290+ <PostBuildEvent>copy /Y "$(BDS)\Redist\win64\WebView2Loader.dll" $(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 "$(BDS)\Redist\win64\WebView2Loader.dll" $(OUTPUTDIR)</PostBuildEvent>
1299+ <PostBuildEvent>copy /Y "$(BDS)\Redist\win64\WebView2Loader.dll" $(OUTPUTDIR)
1300+ </PostBuildEvent>
12991301 <PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
13001302 </PropertyGroup>
13011303</Project>
You can’t perform that action at this time.
0 commit comments