Reorganized and completed a working GTK engine on linux

This commit is contained in:
Michael Becker 2014-06-23 00:22:05 -04:00
parent 9d3f791cd6
commit 90c61b44d3
9 changed files with 23 additions and 10 deletions

View File

@ -15,7 +15,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\bin\Debug</OutputPath>
<OutputPath>..\..\..\..\Output\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@ -24,7 +24,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\bin\Release</OutputPath>
<OutputPath>..\..\..\..\Output\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
@ -65,15 +65,15 @@
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\..\..\..\..\home\beckermj\Documents\Projects2\UniversalEditor\CSharp\Libraries\UniversalEditor.Core\UniversalEditor.Core.csproj">
<ProjectReference Include="..\..\..\..\Libraries\UniversalEditor.Core\UniversalEditor.Core.csproj">
<Project>{2D4737E6-6D95-408A-90DB-8DFF38147E85}</Project>
<Name>UniversalEditor.Core</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\..\..\..\..\..\home\beckermj\Documents\Projects2\UniversalEditor\CSharp\Plugins\UniversalEditor.Essential\UniversalEditor.Essential.csproj">
<ProjectReference Include="..\..\..\..\Plugins\UniversalEditor.Essential\UniversalEditor.Essential.csproj">
<Project>{30467E5C-05BC-4856-AADC-13906EF4CADD}</Project>
<Name>UniversalEditor.Essential</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\..\..\..\..\..\home\beckermj\Documents\Projects2\UniversalEditor\CSharp\Libraries\UniversalEditor.UserInterface\UniversalEditor.UserInterface.csproj">
<ProjectReference Include="..\..\..\..\Libraries\UniversalEditor.UserInterface\UniversalEditor.UserInterface.csproj">
<Project>{8622EBC4-8E20-476E-B284-33D472081F5C}</Project>
<Name>UniversalEditor.UserInterface</Name>
</ProjectReference>

View File

@ -6,7 +6,7 @@
</configuration>
<import>
<widget-library name="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<widget-library name="../../bin/Debug/UniversalEditor.Environments.GTK.exe" internal="true" />
<widget-library name="../../../Output/Debug/UniversalEditor.Environments.GTK.dll" internal="true" />
</import>
<widget class="Gtk.Window" id="MainWindow" design-size="400 300">
<action-group name="Default">

View File

@ -73,7 +73,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Environments", "Environment
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GTK", "GTK", "{E0422169-2DF9-4B50-A019-84A3251727F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Environments.GTK", "..\..\..\..\..\..\media\0d14d2b2-1b67-4757-8f87-2520a8715f9f\beckermj\Documents\Projects\UniversalEditor\CSharp\Environments\UniversalEditor.Environments.GTK\UniversalEditor.Environments.GTK.csproj", "{AF5F8ED3-D534-4609-94ED-B2800455B88F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Environments.GTK", "Environments\GTK\Engines\UniversalEditor.Environments.GTK\UniversalEditor.Environments.GTK.csproj", "{AF5F8ED3-D534-4609-94ED-B2800455B88F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -495,7 +495,7 @@ Global
{AF5F8ED3-D534-4609-94ED-B2800455B88F} = {E0422169-2DF9-4B50-A019-84A3251727F9}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Libraries\UniversalEditor.Core\UniversalEditor.Core.csproj
StartupItem = Applications\UniversalEditor.Bootstrapper\UniversalEditor.Bootstrapper.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

View File

@ -1,14 +1,24 @@
<Properties>
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
<MonoDevelop.Ide.Workbench>
<MonoDevelop.Ide.Workbench ActiveDocument="Libraries/UniversalEditor.UserInterface/Engine.cs">
<Files>
<File FileName="Applications/UniversalEditor.Bootstrapper/Program.cs" Line="17" Column="1" />
<File FileName="Libraries/UniversalEditor.UserInterface/Engine.cs" Line="30" Column="32" />
</Files>
<Pads>
<Pad Id="ProjectPad">
<State expanded="True">
<Node name="Applications" expanded="True">
<Node name="UniversalEditor.Bootstrapper" expanded="True" />
</Node>
<Node name="Environments" expanded="True">
<Node name="GTK" expanded="True">
<Node name="UniversalEditor.Environments.GTK" expanded="True" selected="True" />
</Node>
</Node>
<Node name="Libraries" expanded="True">
<Node name="UniversalEditor.UserInterface" expanded="True" />
</Node>
</State>
</Pad>
<Pad Id="ClassPad">
@ -17,7 +27,10 @@
</Pads>
</MonoDevelop.Ide.Workbench>
<MonoDevelop.Ide.DebuggingService.Breakpoints>
<BreakpointStore />
<BreakpointStore>
<Breakpoint file="/home/beckermj/Documents/Projects2/UniversalEditor/CSharp/Applications/UniversalEditor.Bootstrapper/Program.cs" line="17" />
<Breakpoint file="/home/beckermj/Documents/Projects2/UniversalEditor/CSharp/Libraries/UniversalEditor.UserInterface/Engine.cs" line="45" />
</BreakpointStore>
</MonoDevelop.Ide.DebuggingService.Breakpoints>
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
</Properties>