97 lines
4.6 KiB
XML
97 lines
4.6 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>
|
|
<ProductVersion>10.0.0</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{AF5F8ED3-D534-4609-94ED-B2800455B88F}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>UniversalEditor.Engines.GTK</RootNamespace>
|
|
<AssemblyName>UniversalEditor.Environments.GTK</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\..\Output\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\..\Output\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="Mono.Posix" />
|
|
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<Package>gtk-sharp-2.0</Package>
|
|
</Reference>
|
|
<Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<Package>gtk-sharp-2.0</Package>
|
|
</Reference>
|
|
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<Package>glib-sharp-2.0</Package>
|
|
</Reference>
|
|
<Reference Include="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<Package>glade-sharp-2.0</Package>
|
|
</Reference>
|
|
<Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<Package>gtk-sharp-2.0</Package>
|
|
</Reference>
|
|
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<Package>gtk-sharp-2.0</Package>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="gtk-gui\gui.stetic">
|
|
<LogicalName>gui.stetic</LogicalName>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="gtk-gui\generated.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
<Compile Include="GTKEngine.cs" />
|
|
<Compile Include="gtk-gui\UniversalEditor.Engines.GTK.Editor.cs" />
|
|
<Compile Include="Editor.cs" />
|
|
<Compile Include="MainWindow.cs" />
|
|
<Compile Include="gtk-gui\UniversalEditor.Engines.GTK.MainWindow.cs" />
|
|
<Compile Include="Dialogs\CreateDocumentDialog.cs" />
|
|
<Compile Include="gtk-gui\UniversalEditor.Engines.GTK.Dialogs.CreateDocumentDialog.cs" />
|
|
<Compile Include="Controls\ObjectModelBrowser.cs" />
|
|
<Compile Include="gtk-gui\UniversalEditor.Engines.GTK.ObjectModelBrowser.cs" />
|
|
<Compile Include="Dialogs\AboutDialog.cs" />
|
|
<Compile Include="gtk-gui\UniversalEditor.Engines.GTK.Dialogs.AboutDialog.cs" />
|
|
<Compile Include="Dialogs\DataFormatOptionsDialog.cs" />
|
|
<Compile Include="gtk-gui\UniversalEditor.Engines.GTK.Dialogs.DataFormatOptionsDialog.cs" />
|
|
<Compile Include="Dialogs\CrashDialog.cs" />
|
|
<Compile Include="gtk-gui\UniversalEditor.Engines.GTK.Dialogs.CrashDialog.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\Libraries\UniversalEditor.Core\UniversalEditor.Core.csproj">
|
|
<Project>{2D4737E6-6D95-408A-90DB-8DFF38147E85}</Project>
|
|
<Name>UniversalEditor.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Plugins\UniversalEditor.Essential\UniversalEditor.Essential.csproj">
|
|
<Project>{30467E5C-05BC-4856-AADC-13906EF4CADD}</Project>
|
|
<Name>UniversalEditor.Essential</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Libraries\UniversalEditor.UserInterface\UniversalEditor.UserInterface.csproj">
|
|
<Project>{8622EBC4-8E20-476E-B284-33D472081F5C}</Project>
|
|
<Name>UniversalEditor.UserInterface</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Dialogs\" />
|
|
<Folder Include="Controls\" />
|
|
</ItemGroup>
|
|
</Project> |