2014-11-14 18:19:22 +11:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-05-10 20:28:21 +10:00
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2021-05-08 14:01:51 +10:00
|
|
|
<Import Project="..\packages\cef.redist.x86.90.6.5\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.90.6.5\build\cef.redist.x86.props')" />
|
|
|
|
|
<Import Project="..\packages\cef.redist.x64.90.6.5\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.90.6.5\build\cef.redist.x64.props')" />
|
2018-09-11 11:43:11 +02:00
|
|
|
<Import Project="..\packages\Microsoft.Net.Compilers.2.9.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.9.0\build\Microsoft.Net.Compilers.props')" />
|
2014-11-14 18:19:22 +11:00
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
2014-11-18 13:10:52 +10:00
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
2014-11-14 18:19:22 +11:00
|
|
|
<ProjectGuid>{A4DEB90C-A529-4A93-ACE3-226A39EFCB00}</ProjectGuid>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2014-11-18 13:15:34 +10:00
|
|
|
<RootNamespace>CefSharp.OffScreen.Example</RootNamespace>
|
|
|
|
|
<AssemblyName>CefSharp.OffScreen.Example</AssemblyName>
|
2018-04-12 17:59:23 +10:00
|
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
2014-11-14 18:19:22 +11:00
|
|
|
<FileAlignment>512</FileAlignment>
|
2015-01-06 16:46:09 +10:00
|
|
|
<TargetFrameworkProfile>
|
|
|
|
|
</TargetFrameworkProfile>
|
2018-03-28 13:50:42 +10:00
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
|
</NuGetPackageImportStamp>
|
2014-11-14 18:19:22 +11:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2015-01-06 16:46:09 +10:00
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-11-14 18:19:22 +11:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2015-01-06 16:46:09 +10:00
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-11-14 18:19:22 +11:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2015-01-06 16:46:09 +10:00
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-11-14 18:19:22 +11:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2015-01-06 16:46:09 +10:00
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-11-14 18:19:22 +11:00
|
|
|
</PropertyGroup>
|
2016-06-08 14:24:49 +10:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
|
|
|
</PropertyGroup>
|
2014-11-14 18:19:22 +11:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2021-03-11 15:18:30 +10:00
|
|
|
<ProjectReference Include="..\CefSharp.Core.Runtime\CefSharp.Core.Runtime.vcxproj">
|
|
|
|
|
<Project>{7b495581-2271-4f41-9476-acb86e8c864f}</Project>
|
|
|
|
|
<Name>CefSharp.Core.Runtime</Name>
|
|
|
|
|
</ProjectReference>
|
2020-12-16 10:47:34 +10:00
|
|
|
<ProjectReference Include="..\CefSharp.Core\CefSharp.Core.csproj">
|
|
|
|
|
<Project>{b760b002-d277-4525-9f63-67ed2065034a}</Project>
|
2014-11-14 18:19:22 +11:00
|
|
|
<Name>CefSharp.Core</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\CefSharp.Example\CefSharp.Example.csproj">
|
|
|
|
|
<Project>{a4394e7b-1155-43a6-989e-8ab72dddc9e4}</Project>
|
|
|
|
|
<Name>CefSharp.Example</Name>
|
|
|
|
|
</ProjectReference>
|
2014-11-18 13:15:34 +10:00
|
|
|
<ProjectReference Include="..\CefSharp.OffScreen\CefSharp.OffScreen.csproj">
|
2014-11-14 18:19:22 +11:00
|
|
|
<Project>{483b158d-f57d-49d9-9046-31e6a73f8a53}</Project>
|
2014-11-18 13:15:34 +10:00
|
|
|
<Name>CefSharp.OffScreen</Name>
|
2014-11-14 18:19:22 +11:00
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\CefSharp\CefSharp.csproj">
|
|
|
|
|
<Project>{a55848cc-10e7-40cb-addb-04740b16dd43}</Project>
|
|
|
|
|
<Name>CefSharp</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="app.config" />
|
2016-06-08 14:24:49 +10:00
|
|
|
<None Include="app.manifest" />
|
2018-07-06 07:54:34 +10:00
|
|
|
<None Include="crash_reporter.cfg">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2014-11-18 12:58:18 +10:00
|
|
|
<None Include="packages.config" />
|
2014-11-14 18:19:22 +11:00
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<Import Project="$(SolutionDir)\CefSharp.props" />
|
|
|
|
|
<Import Project="$(SolutionDir)\CefSharp.Native.props" />
|
2017-11-30 21:43:11 +02:00
|
|
|
</Project>
|