File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Expand file tree Collapse file tree 2 files changed +13
-10
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.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 >
You can’t perform that action at this time.
0 commit comments