File tree Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 5555 <Link >$(CefSharpTargetDir)\x64\%(RecursiveDir)%(FileName)%(Extension)</Link >
5656 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
5757 </None >
58- <None Include =" @(CefSharpCommonBinariesAnyCPU)" >
59- <Link >$(CefSharpTargetDir)\%(RecursiveDir)%(FileName)%(Extension)</Link >
58+ <None Include =" @(CefSharpCommonBinaries32)" >
59+ <Link >$(CefSharpTargetDir)\x86\%(RecursiveDir)%(FileName)%(Extension)</Link >
60+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
61+ </None >
62+ <None Include =" @(CefSharpCommonBinaries64)" >
63+ <Link >$(CefSharpTargetDir)\x64\%(RecursiveDir)%(FileName)%(Extension)</Link >
6064 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
6165 </None >
6266 </ItemGroup >
Original file line number Diff line number Diff line change 2121 <Choose >
2222 <When Condition =" '$(Platform)' == 'AnyCPU'" >
2323 <ItemGroup >
24- <None Include =" @(CefSharpOffscreenBinariesAnyCPU)" >
25- <Link >$(CefSharpTargetDir)\%(RecursiveDir)%(FileName)%(Extension)</Link >
24+ <None Include =" @(CefSharpOffScreenBinaries32)" >
25+ <Link >$(CefSharpTargetDir)\x86\%(RecursiveDir)%(FileName)%(Extension)</Link >
26+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
27+ </None >
28+ <None Include =" @(CefSharpOffScreenBinaries64)" >
29+ <Link >$(CefSharpTargetDir)\x64\%(RecursiveDir)%(FileName)%(Extension)</Link >
2630 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
2731 </None >
2832 </ItemGroup >
Original file line number Diff line number Diff line change 2121 <Choose >
2222 <When Condition =" '$(Platform)' == 'AnyCPU'" >
2323 <ItemGroup >
24- <None Include =" @(CefSharpWinFormsBinariesAnyCPU)" >
25- <Link >$(CefSharpTargetDir)\%(RecursiveDir)%(FileName)%(Extension)</Link >
24+ <None Include =" @(CefSharpWinFormsBinaries32)" >
25+ <Link >$(CefSharpTargetDir)\x86\%(RecursiveDir)%(FileName)%(Extension)</Link >
26+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
27+ </None >
28+ <None Include =" @(CefSharpWinFormsBinaries64)" >
29+ <Link >$(CefSharpTargetDir)\x64\%(RecursiveDir)%(FileName)%(Extension)</Link >
2630 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
2731 </None >
2832 </ItemGroup >
Original file line number Diff line number Diff line change 2121 <Choose >
2222 <When Condition =" '$(Platform)' == 'AnyCPU'" >
2323 <ItemGroup >
24- <None Include =" @(CefSharpWpfBinariesAnyCPU)" >
25- <Link >$(CefSharpTargetDir)\%(RecursiveDir)%(FileName)%(Extension)</Link >
24+ <None Include =" @(CefSharpWpfBinaries32)" >
25+ <Link >$(CefSharpTargetDir)\x86\%(RecursiveDir)%(FileName)%(Extension)</Link >
26+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
27+ </None >
28+ <None Include =" @(CefSharpWpfBinaries64)" >
29+ <Link >$(CefSharpTargetDir)\x64\%(RecursiveDir)%(FileName)%(Extension)</Link >
2630 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
2731 </None >
2832 </ItemGroup >
You can’t perform that action at this time.
0 commit comments