118 lines
5.2 KiB
XML
118 lines
5.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<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>{0662C0B7-3F67-4831-B09B-6C67A212DCBE}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>cwber</RootNamespace>
|
|
<AssemblyName>cwber</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\引用DLL\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\output\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>cwber.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
<HintPath>..\output\Microsoft.mshtml.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data.SQLite, Version=1.0.77.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\引用DLL\System.Data.SQLite.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="CacheDB.cs" />
|
|
<Compile Include="ChromeWebBrowser.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="ChromeWebBrowser.Designer.cs">
|
|
<DependentUpon>ChromeWebBrowser.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="common\AppSchemeHandlerFactory.cs" />
|
|
<Compile Include="common\BrowserProcessHandler.cs" />
|
|
<Compile Include="common\ClientApp.cs" />
|
|
<Compile Include="common\ClientBrowser.cs" />
|
|
<Compile Include="common\CwbCookieTask.cs" />
|
|
<Compile Include="common\CwbCookieVisitor.cs" />
|
|
<Compile Include="common\CwbDOMVisitor.cs" />
|
|
<Compile Include="common\CwbJsExtendHandler.cs" />
|
|
<Compile Include="common\CwbListenerItem.cs" />
|
|
<Compile Include="common\CwbMenuHandler.cs" />
|
|
<Compile Include="common\CwbRenderHandler.cs" />
|
|
<Compile Include="common\CwbStringVisitor.cs" />
|
|
<Compile Include="common\FileDownloadHandler.cs" />
|
|
<Compile Include="common\RenderProcessHandler.cs" />
|
|
<Compile Include="common\RequestResourceHandler.cs" />
|
|
<Compile Include="common\CwbDisplayHandler.cs" />
|
|
<Compile Include="common\CwbKeyboardHandler.cs" />
|
|
<Compile Include="common\CwbLifeSpanHandler.cs" />
|
|
<Compile Include="common\CwbLoadHandler.cs" />
|
|
<Compile Include="common\CwbRequestHandler.cs" />
|
|
<Compile Include="Core\CwbCookie.cs" />
|
|
<Compile Include="Core\CwbDocument.cs" />
|
|
<Compile Include="Core\CwbElement.cs" />
|
|
<Compile Include="cwber_types.cs" />
|
|
<Compile Include="CwbGlobal.cs" />
|
|
<Compile Include="JsMethodCall.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="WinApi.cs" />
|
|
<Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="ChromeWebBrowser.resx">
|
|
<DependentUpon>ChromeWebBrowser.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="a.ico" />
|
|
<Content Include="cwber.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Cef3.24\Cef3.24.csproj">
|
|
<Project>{9936e27c-dd01-4914-9543-59ce8a5382a1}</Project>
|
|
<Name>Cef3.24</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |