File tree Expand file tree Collapse file tree 4 files changed +31
-24
lines changed Expand file tree Collapse file tree 4 files changed +31
-24
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <ItemGroup >
4- <Reference Condition =" '$(Platform)' == 'x86'"
5- Include =" $(MSBuildThisFileDirectory)..\CefSharp\x86\CefSharp.dll" />
6- <Reference Condition =" '$(Platform)' == 'x64'"
7- Include =" $(MSBuildThisFileDirectory)..\CefSharp\x64\CefSharp.dll" />
8-
9- <Reference Condition =" '$(Platform)' == 'x86'"
10- Include =" $(MSBuildThisFileDirectory)..\CefSharp\x86\CefSharp.Core.dll" />
11- <Reference Condition =" '$(Platform)' == 'x64'"
12- Include =" $(MSBuildThisFileDirectory)..\CefSharp\x64\CefSharp.Core.dll" />
4+ <Reference Include =" CefSharp" Condition =" '$(Platform)' == 'x86'" >
5+ <HintPath >$(MSBuildThisFileDirectory)..\CefSharp\x86\CefSharp.dll</HintPath >
6+ </Reference >
7+ <Reference Include =" CefSharp" Condition =" '$(Platform)' == 'x64'" >
8+ <HintPath >$(MSBuildThisFileDirectory)..\CefSharp\x64\CefSharp.dll</HintPath >
9+ </Reference >
10+ <Reference Include =" CefSharp.Core" Condition =" '$(Platform)' == 'x86'" >
11+ <HintPath >$(MSBuildThisFileDirectory)..\CefSharp\x86\CefSharp.Core.dll</HintPath >
12+ </Reference >
13+ <Reference Include =" CefSharp.Core" Condition =" '$(Platform)' == 'x64'" >
14+ <HintPath >$(MSBuildThisFileDirectory)..\CefSharp\x64\CefSharp.Core.dll</HintPath >
15+ </Reference >
1316 </ItemGroup >
1417</Project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <ItemGroup >
4- <Reference Condition =" '$(Platform)' == 'x86'"
5- Include =" $(MSBuildThisFileDirectory)..\CefSharp\x86\CefSharp.OffScreen.dll" />
6-
7- <Reference Condition =" '$(Platform)' == 'x64'"
8- Include =" $(MSBuildThisFileDirectory)..\CefSharp\x64\CefSharp.OffScreen.dll" />
4+ <Reference Include =" CefSharp.OffScreen" Condition =" '$(Platform)' == 'x86'" >
5+ <HintPath >$(MSBuildThisFileDirectory)..\CefSharp\x86\CefSharp.OffScreen.dll</HintPath >
6+ </Reference >
7+ <Reference Include =" CefSharp.OffScreen" Condition =" '$(Platform)' == 'x64'" >
8+ <HintPath >$(MSBuildThisFileDirectory)..\CefSharp\x64\CefSharp.OffScreen.dll</HintPath >
9+ </Reference >
910 </ItemGroup >
1011</Project >
12+
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <ItemGroup >
4- <Reference Condition =" '$(Platform)' == 'x86'"
5- Include =" $(MSBuildThisFileDirectory)..\CefSharp\x86\CefSharp.WinForms.dll" />
6-
7- <Reference Condition =" '$(Platform)' == 'x64'"
8- Include =" $(MSBuildThisFileDirectory)..\CefSharp\x64\CefSharp.WinForms.dll" />
4+ <Reference Include =" CefSharp.WinForms" Condition =" '$(Platform)' == 'x86'" >
5+ <HintPath >$(MSBuildThisFileDirectory)..\CefSharp\x86\CefSharp.WinForms.dll</HintPath >
6+ </Reference >
7+ <Reference Include =" CefSharp.WinForms" Condition =" '$(Platform)' == 'x64'" >
8+ <HintPath >$(MSBuildThisFileDirectory)..\CefSharp\x64\CefSharp.WinForms.dll</HintPath >
9+ </Reference >
910 </ItemGroup >
1011</Project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <ItemGroup >
4- <Reference Condition =" '$(Platform)' == 'x86'"
5- Include =" $(MSBuildThisFileDirectory)..\CefSharp\x86\CefSharp.Wpf.dll" />
6-
7- <Reference Condition =" '$(Platform)' == 'x64'"
8- Include =" $(MSBuildThisFileDirectory)..\CefSharp\x64\CefSharp.Wpf.dll" />
4+ <Reference Include =" CefSharp.Wpf" Condition =" '$(Platform)' == 'x86'" >
5+ <HintPath >$(MSBuildThisFileDirectory)..\CefSharp\x86\CefSharp.Wpf.dll</HintPath >
6+ </Reference >
7+ <Reference Include =" CefSharp.Wpf" Condition =" '$(Platform)' == 'x64'" >
8+ <HintPath >$(MSBuildThisFileDirectory)..\CefSharp\x64\CefSharp.Wpf.dll</HintPath >
9+ </Reference >
910 </ItemGroup >
1011</Project >
You can’t perform that action at this time.
0 commit comments