{74289092-9F70-4941-AFCB-DFD7BE2140B6}.Release|Linux_x86.ActiveCfg = Release|Any CPU
{74289092-9F70-4941-AFCB-DFD7BE2140B6}.Release|Linux_x86.Build.0 = Release|Any CPU
{7BAE4448-E8F4-48B3-BB11-FA78E7F4506B}.Debug|Linux_x86.ActiveCfg = Debug|Any CPU
- {7BAE4448-E8F4-48B3-BB11-FA78E7F4506B}.Debug|Linux_x86.Build.0 = Debug|Any CPU
{7BAE4448-E8F4-48B3-BB11-FA78E7F4506B}.Release|Linux_x86.ActiveCfg = Release|Any CPU
- {7BAE4448-E8F4-48B3-BB11-FA78E7F4506B}.Release|Linux_x86.Build.0 = Release|Any CPU
{C2980F9B-4798-4C05-99E2-E174810F7C7B}.Debug|Linux_x86.ActiveCfg = Debug|Any CPU
{C2980F9B-4798-4C05-99E2-E174810F7C7B}.Debug|Linux_x86.Build.0 = Debug|Any CPU
{C2980F9B-4798-4C05-99E2-E174810F7C7B}.Release|Linux_x86.ActiveCfg = Release|Any CPU
{C2980F9B-4798-4C05-99E2-E174810F7C7B}.Release|Linux_x86.Build.0 = Release|Any CPU
{E9E14DB5-3C67-4E01-B5C3-4D90D7E31A2E}.Debug|Linux_x86.ActiveCfg = Debug|Any CPU
- {E9E14DB5-3C67-4E01-B5C3-4D90D7E31A2E}.Debug|Linux_x86.Build.0 = Debug|Any CPU
{E9E14DB5-3C67-4E01-B5C3-4D90D7E31A2E}.Release|Linux_x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
<Properties GitUserInfo="UsingGIT" StartupItem="Tests/Tests.csproj">
- <MonoDevelop.Ide.Workspace ActiveConfiguration="Debug|Linux_x86" />
- <MonoDevelop.Ide.Workbench ActiveDocument="Tests/GOLIBTests.cs">
+ <MonoDevelop.Ide.Workspace ActiveConfiguration="Release|Linux_x86" />
+ <MonoDevelop.Ide.Workbench ActiveDocument="src/GraphicObjects/Group.cs">
<Files>
- <File FileName="Tests/GOLIBTests.cs" Line="98" Column="2" />
- <File FileName="src/GraphicObjects/GraphicObject.cs" Line="538" Column="3" />
- <File FileName="src/GraphicObjects/Group.cs" Line="197" Column="1" />
- <File FileName="src/GraphicObjects/PrivateContainer.cs" Line="127" Column="1" />
- <File FileName="src/OpenTKGameWindow.cs" Line="328" Column="10" />
- <File FileName="src/Rectangles.cs" Line="90" Column="21" />
- <File FileName="src/GraphicObjects/Scroller.cs" Line="196" Column="1" />
- <File FileName="src/LayoutingQueue.cs" Line="30" Column="4" />
- <File FileName="src/Interface.cs" Line="56" Column="1" />
- <File FileName="UnitTest/NUnitCrowWindow.cs" Line="163" Column="1" />
+ <File FileName="src/GraphicObjects/GraphicObject.cs" Line="180" Column="41" />
+ <File FileName="src/GraphicObjects/Grid.cs" Line="1" Column="1" />
+ <File FileName="src/OpenTKGameWindow.cs" Line="1" Column="1" />
+ <File FileName="src/LayoutingQueueItem.cs" Line="1" Column="1" />
+ <File FileName="src/GraphicObjects/ILayoutable.cs" Line="1" Column="1" />
+ <File FileName="src/GraphicObjects/ComboBox.cs" Line="1" Column="1" />
+ <File FileName="src/GraphicObjects/GraduatedSlider.cs" Line="1" Column="1" />
+ <File FileName="src/GraphicObjects/Group.cs" Line="1" Column="1" />
</Files>
</MonoDevelop.Ide.Workbench>
<MonoDevelop.Ide.DebuggingService.Breakpoints>
<Watch file="src/GraphicObjects/GraphicObject.cs" line="394" offsetX="672" offsetY="1844" expression="pi.Name" liveUpdate="False" />
<Watch file="src/GraphicObjects/GenericStack.cs" line="108" offsetX="495" offsetY="1377" expression="layoutType" liveUpdate="False" />
<Watch file="src/Colors.cs" line="148" offsetX="367" offsetY="561" expression="R" liveUpdate="False" />
+ <Watch file="src/GraphicObjects/GraphicObject.cs" line="522" offsetX="531" offsetY="6462" expression="layoutType" liveUpdate="False" />
</MonoDevelop.Ide.DebuggingService.PinnedWatches>
<AuthorInfo Name="Jean-Philippe Bruyère" Email="jp_bruyere@hotmail.com" Copyright="jp" Company="" Trademark="" />
</Properties>
\ No newline at end of file
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
+ <CustomCommands>
+ <CustomCommands>
+ <Command type="Execute" command="/usr/local/lib/monodevelop/bin/MonoDevelop.exe --no-redirect" workingdir="/usr/local/lib/monodevelop/bin" />
+ </CustomCommands>
+ </CustomCommands>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
+ <CustomCommands>
+ <CustomCommands>
+ <Command type="Execute" command="/usr/local/lib/monodevelop/bin/MonoDevelop.exe --no-redirect" workingdir="/usr/local/lib/monodevelop/bin" />
+ </CustomCommands>
+ </CustomCommands>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />