Skip to content

Commit

Permalink
Set release build config
Browse files Browse the repository at this point in the history
  • Loading branch information
syulms committed Aug 7, 2019
1 parent de185b0 commit 7efd752
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion WebViewBrowserApp.vcxproj
Expand Up @@ -76,14 +76,16 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(Configuration)_$(Platform)\</OutDir>
<IncludePath>..\..\..\..\..;$(OutDir)EBWebView\x64;$(OutDir)gen\edge_embedded_browser\client\win\current;$(IncludePath)</IncludePath>
<IncludePath>$(IncludePath)</IncludePath>
<TargetName>WebView2Browser</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<OutDir>$(Configuration)_$(Platform)\</OutDir>
<TargetName>WebView2Browser</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down Expand Up @@ -157,6 +159,9 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>xcopy "$(ProjectDir)wvbrowser_ui" "$(OutDir)wvbrowser_ui" /S /I /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="BrowserWindow.h" />
Expand Down
1 change: 1 addition & 0 deletions WebViewBrowserApp.vcxproj.filters
Expand Up @@ -61,5 +61,6 @@
<ItemGroup>
<None Include="ui_bar.html" />
<None Include="packages.config" />
<None Include="$(MSBuildThisFileDirectory)$(EffectivePlatform)\WebView2Loader.dll" />
</ItemGroup>
</Project>

0 comments on commit 7efd752

Please sign in to comment.