2013-11-12 19:14:11 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2022-05-06 07:32:37 +08:00
|
|
|
|
<Import Project="..\packages\CefSharp.Common.101.0.150\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.101.0.150\build\CefSharp.Common.props')" />
|
|
|
|
|
<Import Project="..\packages\cef.redist.x86.101.0.15\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.101.0.15\build\cef.redist.x86.props')" />
|
|
|
|
|
<Import Project="..\packages\cef.redist.x64.101.0.15\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.101.0.15\build\cef.redist.x64.props')" />
|
2013-11-12 19:14:11 +08:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{BE4C3AD0-8DA2-4246-8C63-EEEB7DC197BE}</ProjectGuid>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>CefSharp.MinimalExample.Wpf</RootNamespace>
|
|
|
|
|
<AssemblyName>CefSharp.MinimalExample.Wpf</AssemblyName>
|
2016-06-07 12:34:55 +08:00
|
|
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
2013-11-12 19:14:11 +08:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2016-06-07 12:34:55 +08:00
|
|
|
|
<TargetFrameworkProfile>
|
|
|
|
|
</TargetFrameworkProfile>
|
2013-11-12 19:14:11 +08:00
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
2018-05-01 10:32:30 +08:00
|
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
|
</NuGetPackageImportStamp>
|
2021-02-08 14:53:54 +08:00
|
|
|
|
<CefSharpAnyCpuSupport>true</CefSharpAnyCpuSupport>
|
2021-02-14 12:49:35 +08:00
|
|
|
|
<CefSharpBuildAction>Content</CefSharpBuildAction>
|
2013-11-12 19:14:11 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2020-02-01 09:32:57 +08:00
|
|
|
|
<OutputPath>bin\x64\Debug\net452\</OutputPath>
|
2013-11-12 19:14:11 +08:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2016-06-07 12:34:55 +08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2013-11-12 19:14:11 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
2020-02-01 09:32:57 +08:00
|
|
|
|
<OutputPath>bin\x64\Release\net452\</OutputPath>
|
2013-11-12 19:14:11 +08:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2016-06-07 12:34:55 +08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2013-11-12 19:14:11 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2020-02-01 09:32:57 +08:00
|
|
|
|
<OutputPath>bin\x86\Debug\net452\</OutputPath>
|
2013-11-12 19:14:11 +08:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2016-06-07 12:34:55 +08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2013-11-12 19:14:11 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
2020-02-01 09:32:57 +08:00
|
|
|
|
<OutputPath>bin\x86\Release\net452\</OutputPath>
|
2013-11-12 19:14:11 +08:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2016-06-07 12:34:55 +08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2013-11-12 19:14:11 +08:00
|
|
|
|
</PropertyGroup>
|
2021-02-08 14:53:54 +08:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\AnyCPU\Debug\net452\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;ANYCPU</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
|
|
|
<OutputPath>bin\AnyCPU\Release\net452\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;ANYCPU</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
2013-11-12 19:14:11 +08:00
|
|
|
|
<PropertyGroup>
|
2014-08-05 12:53:07 +08:00
|
|
|
|
<ApplicationIcon>chromium-256.ico</ApplicationIcon>
|
2013-11-12 19:14:11 +08:00
|
|
|
|
</PropertyGroup>
|
2016-06-08 06:48:56 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
|
|
|
</PropertyGroup>
|
2013-11-12 19:14:11 +08:00
|
|
|
|
<ItemGroup>
|
2022-05-06 07:32:37 +08:00
|
|
|
|
<Reference Include="CefSharp, Version=101.0.150.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
|
|
|
|
|
<HintPath>..\packages\CefSharp.Common.101.0.150\lib\net452\CefSharp.dll</HintPath>
|
2021-02-03 09:06:58 +08:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2022-05-06 07:32:37 +08:00
|
|
|
|
<Reference Include="CefSharp.Core, Version=101.0.150.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
|
|
|
|
|
<HintPath>..\packages\CefSharp.Common.101.0.150\lib\net452\CefSharp.Core.dll</HintPath>
|
2021-02-03 09:06:58 +08:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2022-05-06 07:32:37 +08:00
|
|
|
|
<Reference Include="CefSharp.Wpf, Version=101.0.150.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
|
|
|
|
|
<HintPath>..\packages\CefSharp.Wpf.101.0.150\lib\net452\CefSharp.Wpf.dll</HintPath>
|
2021-02-03 09:06:58 +08:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2020-08-26 14:27:10 +08:00
|
|
|
|
<Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.19\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
|
2017-04-10 08:15:55 +08:00
|
|
|
|
</Reference>
|
2013-11-12 19:14:11 +08:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Xaml">
|
|
|
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2020-08-26 14:27:10 +08:00
|
|
|
|
<Reference Include="System.XML" />
|
2013-11-12 19:14:11 +08:00
|
|
|
|
<Reference Include="WindowsBase" />
|
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
|
<Reference Include="PresentationFramework" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ApplicationDefinition Include="App.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</ApplicationDefinition>
|
|
|
|
|
<Page Include="MainWindow.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Compile Include="App.xaml.cs">
|
|
|
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2017-04-10 08:15:55 +08:00
|
|
|
|
<Compile Include="Behaviours\HoverLinkBehaviour.cs" />
|
2017-12-09 22:11:03 +08:00
|
|
|
|
<Compile Include="Behaviours\TextBoxBindingUpdateOnEnterBehaviour.cs" />
|
2017-04-10 08:15:55 +08:00
|
|
|
|
<Compile Include="Converter\EnvironmentConverter.cs" />
|
|
|
|
|
<Compile Include="Converter\TitleConverter.cs" />
|
2013-11-12 19:14:11 +08:00
|
|
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
|
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
</Compile>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
2016-06-08 06:48:56 +08:00
|
|
|
|
<None Include="app.manifest" />
|
2019-11-15 06:13:59 +08:00
|
|
|
|
<None Include="crash_reporter.cfg">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2013-11-12 19:14:11 +08:00
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
|
|
|
|
<AppDesigner Include="Properties\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App.config" />
|
|
|
|
|
</ItemGroup>
|
2014-07-04 20:05:46 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="chromium-256.ico" />
|
|
|
|
|
</ItemGroup>
|
2016-01-13 08:53:46 +08:00
|
|
|
|
<ItemGroup />
|
2013-11-12 19:14:11 +08:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2021-01-27 13:38:31 +08:00
|
|
|
|
<Target Name="CefSharpAfterBuildDebug" AfterTargets="AfterBuild">
|
2021-03-05 09:15:53 +08:00
|
|
|
|
<CallTarget Targets="CefSharpAfterBuildDiagnostic" />
|
2013-11-12 19:14:11 +08:00
|
|
|
|
</Target>
|
2022-05-06 07:32:37 +08:00
|
|
|
|
<Import Project="..\packages\CefSharp.Common.101.0.150\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.101.0.150\build\CefSharp.Common.targets')" />
|
2015-03-10 13:35:32 +08:00
|
|
|
|
</Project>
|