mirror of https://github.com/mono/CppSharp.git
c-sharpdotnetmonobindingsbridgecclangcpluspluscppsharpglueinteropparserparsingpinvokeswigsyntax-treevisitorsxamarinxamarin-bindings
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
2.7 KiB
71 lines
2.7 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<ProductVersion>8.0.50727</ProductVersion> |
|
<SchemaVersion>2.0</SchemaVersion> |
|
<ProjectGuid>{66212CA6-B8C2-4307-ADDE-DAFEAAB339B9}</ProjectGuid> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>Qt</RootNamespace> |
|
<AssemblyName>QtBindings</AssemblyName> |
|
</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> |
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
<DebugType>none</DebugType> |
|
<Optimize>false</Optimize> |
|
<OutputPath>bin\Release</OutputPath> |
|
<ErrorReport>prompt</ErrorReport> |
|
<WarningLevel>4</WarningLevel> |
|
<ConsolePause>false</ConsolePause> |
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="System" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="AssemblyInfo.cs" /> |
|
<Compile Include="Libs.cs" /> |
|
<Compile Include="Gui\QApplication.cs" /> |
|
<Compile Include="Core\QGlobal.cs" /> |
|
<Compile Include="Core\QCoreApplication.cs" /> |
|
<Compile Include="Core\QObject.cs" /> |
|
<Compile Include="Gui\QPushButton.cs" /> |
|
<Compile Include="Gui\QPaintDevice.cs" /> |
|
<Compile Include="Gui\QWidget.cs" /> |
|
<Compile Include="Gui\QAbstractButton.cs" /> |
|
<Compile Include="Core\QString.cs" /> |
|
<Compile Include="Core\QSize.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\Mono.VisualC.Interop\Mono.VisualC.Interop.csproj"> |
|
<Project>{4A864586-93C5-4DC1-8A80-F094A88506D7}</Project> |
|
<Name>Mono.VisualC.Interop</Name> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="QtBindings.dll.config"> |
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
</None> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Folder Include="Gui\" /> |
|
<Folder Include="Core\" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
<ProjectExtensions> |
|
<MonoDevelop> |
|
<Properties InternalTargetFrameworkVersion="3.5" /> |
|
</MonoDevelop> |
|
</ProjectExtensions> |
|
</Project> |