72 lines
3.3 KiB
XML
72 lines
3.3 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
|
<ProjectGuid>{252117CA-0ABB-4F36-BFC8-DE23A8089BB9}</ProjectGuid>
|
|||
|
|
<OutputType>Library</OutputType>
|
|||
|
|
<RootNamespace>Xwt.Gtk.Windows</RootNamespace>
|
|||
|
|
<AssemblyName>Xwt.Gtk.Windows</AssemblyName>
|
|||
|
|
<SignAssembly>true</SignAssembly>
|
|||
|
|
<AssemblyOriginatorKeyFile>..\xwt.snk</AssemblyOriginatorKeyFile>
|
|||
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|||
|
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
|
<DebugType>full</DebugType>
|
|||
|
|
<Optimize>false</Optimize>
|
|||
|
|
<OutputPath>bin\Debug</OutputPath>
|
|||
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|||
|
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
|
<WarningLevel>4</WarningLevel>
|
|||
|
|
<ConsolePause>false</ConsolePause>
|
|||
|
|
<LangVersion>6</LangVersion>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|||
|
|
<DebugType>pdbonly</DebugType>
|
|||
|
|
<Optimize>true</Optimize>
|
|||
|
|
<OutputPath>bin\Release</OutputPath>
|
|||
|
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
|
<WarningLevel>4</WarningLevel>
|
|||
|
|
<ConsolePause>false</ConsolePause>
|
|||
|
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
|
<LangVersion>6</LangVersion>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" />
|
|||
|
|
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" />
|
|||
|
|
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" />
|
|||
|
|
<Reference Include="System" />
|
|||
|
|
<Reference Include="System.Drawing" />
|
|||
|
|
<Reference Include="System.Windows.Forms" />
|
|||
|
|
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
|
|||
|
|
<Reference Include="PresentationFramework" />
|
|||
|
|
<Reference Include="WindowsBase" />
|
|||
|
|
<Reference Include="WindowsFormsIntegration" />
|
|||
|
|
<Reference Include="PresentationCore" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Compile Include="GtkWindowsDesktopBackend.cs" />
|
|||
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
|
<Compile Include="Win32.cs" />
|
|||
|
|
<Compile Include="WindowsPlatformBackend.cs" />
|
|||
|
|
<Compile Include="WebViewBackend.cs" />
|
|||
|
|
<Compile Include="..\Xwt.WPF\Xwt.WPFBackend.Interop\IDocHostUIHandler.cs">
|
|||
|
|
<Link>IDocHostUIHandler.cs</Link>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="GtkWin32Interop.cs" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\Xwt.Gtk\Xwt.Gtk.csproj">
|
|||
|
|
<Project>{C3887A93-B2BD-4097-8E2F-3A063EFF32FD}</Project>
|
|||
|
|
<Name>Xwt.Gtk</Name>
|
|||
|
|
<Private>False</Private>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\Xwt\Xwt.csproj">
|
|||
|
|
<Project>{92494904-35FA-4DC9-BDE9-3A3E87AC49D3}</Project>
|
|||
|
|
<Name>Xwt</Name>
|
|||
|
|
<Private>False</Private>
|
|||
|
|
</ProjectReference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
</Project>
|