Skip to content

Commit

Permalink
Changed to enable the /clr flag + a number of settings which it was d…
Browse files Browse the repository at this point in the history
…ependent on. #159
  • Loading branch information
perlun committed Aug 28, 2013
1 parent cfaba36 commit e63306f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CefSharp.BrowserSubprocess/CefSharp.BrowserSubprocess.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>$(SolutionDir)</AdditionalIncludeDirectories>
<PrecompiledHeaderFile />
<CompileAsManaged>true</CompileAsManaged>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MinimalRebuild>false</MinimalRebuild>
<ExceptionHandling>Async</ExceptionHandling>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand All @@ -72,6 +77,8 @@
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>$(SolutionDir)</AdditionalIncludeDirectories>
<PrecompiledHeaderFile />
<CompileAsManaged>true</CompileAsManaged>
<ExceptionHandling>Async</ExceptionHandling>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand All @@ -85,6 +92,11 @@
<ItemGroup>
<ClCompile Include="CefSharp.BrowserSubProcess.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CefSharp\CefSharp.vcxproj">
<Project>{7b495581-2271-4f41-9476-acb86e8c864f}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down

0 comments on commit e63306f

Please sign in to comment.