Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Project Changed
Browse files Browse the repository at this point in the history
svn path=/trunk/lunareclipse/; revision=105855
  • Loading branch information
Manuel Cerón committed Jun 15, 2008
1 parent 4254daf commit 80643a3
Show file tree
Hide file tree
Showing 11 changed files with 88 additions and 535 deletions.
70 changes: 30 additions & 40 deletions AssemblyInfo.cs
@@ -1,42 +1,36 @@
//
// AssemblyInfo.cs
//
// Authors:
// Alan McGovern alan.mcgovern@gmail.com
// Author:
// Manuel Cerón <ceronman@unicauca.edu.co>
//
// Copyright (C) 2007 Alan McGovern
// Copyright (c) 2008 [copyright holders]
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//


using System.Reflection;
using System.Runtime.CompilerServices;

// Information about this assembly is defined by the following
// attributes.
//
// change them to the information which is associated with the assembly
// you compile.
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.

[assembly: AssemblyTitle("")]
[assembly: AssemblyTitle("LunarEclipse")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
Expand All @@ -45,17 +39,13 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// The assembly version has following format :
//
// Major.Minor.Build.Revision
//
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// If the build and revision are set to '*' they will be updated automatically.

[assembly: AssemblyVersion("1.0.*.*")]

[assembly: AssemblyVersion("1.0.*")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.

// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.
// This is not required, if you don't want signing let these attributes like they're.
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
2 changes: 1 addition & 1 deletion Controller/Recorder.cs
Expand Up @@ -50,7 +50,7 @@ public Recorder()
storyboard = new Storyboard();
storyboard.BeginTime = TimeSpan.Zero;
storyboard.Duration = TimeSpan.Zero;
storyboard.SetValue<object>(Storyboard.ChildrenProperty, new TimelineCollection());
storyboard.SetValue(Storyboard.ChildrenProperty, new TimelineCollection());
}

}
Expand Down
114 changes: 56 additions & 58 deletions LunarEclipse.mdp
@@ -1,35 +1,46 @@
<Project name="LunarEclipse" fileversion="2.0" language="C#" clr-version="Net_2_0" standardNamespace="LunarEclipse" ctype="DotNetProject">
<Project name="LunarEclipse" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
<Configurations active="Debug">
<Configuration name="Release" ctype="DotNetProjectConfiguration">
<Output directory="bin/Release/" assembly="LunarEclipse" executeScript="" executeBeforeBuild="" executeAfterBuild="" executeBeforeBuildArguments="" executeAfterBuildArguments="" />
<Configuration name="Debug" ctype="DotNetProjectConfiguration">
<Output directory="bin/Debug" assembly="LunarEclipse" />
<Build debugmode="True" target="Exe" />
<Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
<CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="False" mainclass="" definesymbols="TRACE" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
<CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
</Configuration>
<Configuration name="Debug" ctype="DotNetProjectConfiguration">
<Output directory="bin/Debug/" assembly="LunarEclipse" executeScript="" executeBeforeBuild="" executeAfterBuild="" executeBeforeBuildArguments="" executeAfterBuildArguments="" />
<Build debugmode="True" target="Exe" />
<Configuration name="Release" ctype="DotNetProjectConfiguration">
<Output directory="bin/Release" assembly="LunarEclipse" />
<Build debugmode="False" target="Exe" />
<Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
<CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" mainclass="" definesymbols="DEBUG;TRACE" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
<CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
</Configuration>
</Configurations>
<Contents>
<File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" resource_id="gui.stetic" />
<File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
<File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/Toolbox.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/UndoEngine.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/UndoActions/UndoActionBase.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/UndoActions/UndoAddObject.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/UndoActions/UndoGroup.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/UndoActions/UndoPropertyChange.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/UndoActions/UndoRotation.cs" subtype="Code" buildaction="Compile" />
<File name="View/GtkMoonlight.cs" subtype="Code" buildaction="Compile" />
<File name="View/Main.cs" subtype="Code" buildaction="Compile" />
<File name="View/MainWindow.cs" subtype="Code" buildaction="Compile" />
<File name="View/PropertyGroupAppearance.cs" subtype="Code" buildaction="Compile" />
<File name="View/PropertyGroupBrushes.cs" subtype="Code" buildaction="Compile" />
<File name="View/PropertyGroupLayout.cs" subtype="Code" buildaction="Compile" />
<File name="Properties/PropertyInfo.cs" subtype="Code" buildaction="Compile" />
<File name="Properties/PropertyManager.cs" subtype="Code" buildaction="Compile" />
<File name="Properties/PropertyType.cs" subtype="Code" buildaction="Compile" />
<File name="Controls/TimeLine/AnimationTimeline.cs" subtype="Code" buildaction="Compile" />
<File name="Controls/TimeLine/IMarker.cs" subtype="Code" buildaction="Compile" />
<File name="Controls/TimeLine/KeyframeEventArgs.cs" subtype="Code" buildaction="Compile" />
<File name="Controls/TimeLine/KeyframeMarker.cs" subtype="Code" buildaction="Compile" />
<File name="Controls/TimeLine/PositionMarker.cs" subtype="Code" buildaction="Compile" />
<File name="Controls/TimeLine/TimelineMarker.cs" subtype="Code" buildaction="Compile" />
<File name="Model/DrawChangeEventArgs.cs" subtype="Code" buildaction="Compile" />
<File name="Model/ISelection.cs" subtype="Code" buildaction="Compile" />
<File name="Model/NameGenerator.cs" subtype="Code" buildaction="Compile" />
<File name="Model/PropertyChangedEventArgs.cs" subtype="Code" buildaction="Compile" />
<File name="Model/SelectedBorder.cs" subtype="Code" buildaction="Compile" />
<File name="Model/SelectionChangedEventArgs.cs" subtype="Code" buildaction="Compile" />
<File name="Model/SelectionRectangle.cs" subtype="Code" buildaction="Compile" />
<File name="Model/StandardSelection.cs" subtype="Code" buildaction="Compile" />
<File name="Model/StoryboardManager.cs" subtype="Code" buildaction="Compile" />
<File name="Model/TransformType.cs" subtype="Code" buildaction="Compile" />
<File name="Model/ZIndexComparer.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Draw/CircleDraw.cs" subtype="Code" buildaction="Compile" />
Expand All @@ -41,48 +52,24 @@
<File name="Model/Draw/SelectionDraw.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Draw/Selector.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Draw/SquareDraw.cs" subtype="Code" buildaction="Compile" />
<File name="Properties/PropertyManager.cs" subtype="Code" buildaction="Compile" />
<File name="Serialization/ReflectionHelper.cs" subtype="Code" buildaction="Compile" />
<File name="Serialization/Serializer.cs" subtype="Code" buildaction="Compile" />
<File name="View/GtkMoonlight.cs" subtype="Code" buildaction="Compile" />
<File name="View/Main.cs" subtype="Code" buildaction="Compile" />
<File name="View/MainWindow.cs" subtype="Code" buildaction="Compile" />
<File name="gtk-gui/LunarEclipse.View.MainWindow.cs" subtype="Code" buildaction="Compile" />
<File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
<File name="Serialization/PropertyData.cs" subtype="Code" buildaction="Compile" />
<File name="Model/NameGenerator.cs" subtype="Code" buildaction="Compile" />
<File name="Controls/TimeLine/KeyframeEventArgs.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/StoryboardEventArgs.cs" subtype="Code" buildaction="Compile" />
<File name="Model/StoryboardManager.cs" subtype="Code" buildaction="Compile" />
<File name="Model/DrawChangeEventArgs.cs" subtype="Code" buildaction="Compile" />
<File name="Model/SelectionChangedEventArgs.cs" subtype="Code" buildaction="Compile" />
<File name="Properties/PropertyInfo.cs" subtype="Code" buildaction="Compile" />
<File name="Properties/PropertyType.cs" subtype="Code" buildaction="Compile" />
<File name="View/PropertyGroupBrushes.cs" subtype="Code" buildaction="Compile" />
<File name="View/PropertyGroupLayout.cs" subtype="Code" buildaction="Compile" />
<File name="View/PropertyGroupAppearance.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/MoonlightController.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles" subtype="Directory" buildaction="Compile" />
<File name="Model/Locators" subtype="Directory" buildaction="Compile" />
<File name="Model/Handles/AbstractHandle.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/AbstractHandleGroup.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/EndLineHandle.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/IHandle.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/IHandleGroup.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/LineHandle.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/LineHandleGroup.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/LineSegmentHandle.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/PathHandleGroup.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/ResizeHandleGroup.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/RotateHandle.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/TransformHandle.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/RotateHandleGroup.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/StartLineHandle.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/StartPointHandle.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/TransformHandle.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Locators/AbstractLocator.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Locators/RelativeLocator.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Locators/ILocator.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/IHandleGroup.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/LineHandleGroup.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/AbstractHandleGroup.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/ResizeHandleGroup.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Handles/RotateHandleGroup.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Tools" subtype="Directory" buildaction="Compile" />
<File name="Model/Locators/RelativeLocator.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Tools/AbstractTool.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Tools/CircleCreationTool.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Tools/EllipseCreationTool.cs" subtype="Code" buildaction="Compile" />
Expand All @@ -94,20 +81,31 @@
<File name="Model/Tools/SelectionTool.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Tools/ShapeCreationTool.cs" subtype="Code" buildaction="Compile" />
<File name="Model/Tools/SquareCreationTool.cs" subtype="Code" buildaction="Compile" />
<File name="Model/ISelection.cs" subtype="Code" buildaction="Compile" />
<File name="Model/StandardSelection.cs" subtype="Code" buildaction="Compile" />
<File name="Serialization/PropertyData.cs" subtype="Code" buildaction="Compile" />
<File name="Serialization/ReflectionHelper.cs" subtype="Code" buildaction="Compile" />
<File name="Serialization/Serializer.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/MoonlightController.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/Recorder.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/StoryboardEventArgs.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/Toolbox.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/UndoEngine.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/UndoActions/UndoActionBase.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/UndoActions/UndoAddObject.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/UndoActions/UndoGroup.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/UndoActions/UndoPropertyChange.cs" subtype="Code" buildaction="Compile" />
<File name="Controller/UndoActions/UndoRotation.cs" subtype="Code" buildaction="Compile" />
</Contents>
<References>
<ProjectReference type="Gac" localcopy="False" refto="atk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="False" refto="gdk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="False" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
<ProjectReference type="Gac" localcopy="False" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<ProjectReference type="Gac" localcopy="False" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
<ProjectReference type="Gac" localcopy="True" refto="gtksilver, Version=0.0.0.0, Culture=neutral, PublicKeyToken=976ad8f3443f9a4d" />
<ProjectReference type="Gac" localcopy="True" refto="System.Windows, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
<ProjectReference type="Gac" localcopy="True" refto="Mono.Moonlight, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
<ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</References>
<DeploymentInformation target="" script="" strategy="File">
<excludeFiles />
</DeploymentInformation>
<GtkDesignInfo gtkVersion="2.12.2" />
</Project>
1 change: 0 additions & 1 deletion LunarEclipse.mds
Expand Up @@ -10,7 +10,6 @@
<StartMode startupentry="LunarEclipse" single="True">
<Execute type="None" entry="LunarEclipse" />
</StartMode>
<MonoDevelop.ChangeLogAddIn.ChangeLogInfo policy="OneChangeLogInEachDirectory" />
<Entries>
<Entry filename="LunarEclipse.mdp" />
</Entries>
Expand Down
Binary file removed Prebuild.exe
Binary file not shown.

0 comments on commit 80643a3

Please sign in to comment.