Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2007-09-13 17:24:22 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2007-09-13 17:24:22 +0400
commitf14869f6d50d1f1f872105caf04a4c77366f7372 (patch)
tree312334b9195e90e6a8c7d5f3dd4b8b0d7d655773 /Extras/AspNetEdit/AspNetEdit.mdp
parent5c93c8dbe04ebed31755f8c0f39b8dc355bf4a5f (diff)
parentaf4b53ade3c59c412cbe056827c463b0ae7be73e (diff)
2007-09-13 Michael Hutchinson <mhutchinson@novell.com>
Move (now trivial) JSCall# library into MD SVN rather than distributing binary. * AspNetEdit.mdp, Makefile.am, chrome/Makefile.am: Updated. * AspNetEdit.JSCall/InvalidJSArgumentException.cs, AspNetEdit.JSCall/CommandManager.cs, chrome/content/aspdesigner/JSCall.js: Added. * libs/jscall.dll, libs/JSCall.js: Removed. svn path=/trunk/monodevelop/; revision=85744
Diffstat (limited to 'Extras/AspNetEdit/AspNetEdit.mdp')
-rw-r--r--Extras/AspNetEdit/AspNetEdit.mdp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Extras/AspNetEdit/AspNetEdit.mdp b/Extras/AspNetEdit/AspNetEdit.mdp
index 32e3ff1559..8911fa8f1a 100644
--- a/Extras/AspNetEdit/AspNetEdit.mdp
+++ b/Extras/AspNetEdit/AspNetEdit.mdp
@@ -63,6 +63,8 @@
<File name="./AspNetEdit.Editor.ComponentModel/EventBindingService.cs" subtype="Code" buildaction="Compile" />
<File name="./AspNetEdit.Integration/ToolboxProvider.cs" subtype="Code" buildaction="Compile" />
<File name="./chrome/aspdesigner.manifest.in" subtype="Code" buildaction="Nothing" />
+ <File name="./AspNetEdit.JSCall/CommandManager.cs" subtype="Code" buildaction="Compile" />
+ <File name="./AspNetEdit.JSCall/InvalidJSArgumentException.cs" subtype="Code" buildaction="Compile" />
</Contents>
<References>
<ProjectReference type="Gac" localcopy="False" refto="gecko-sharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=ccf7d78a55e9f021" />
@@ -87,7 +89,6 @@
<ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<ProjectReference type="Project" localcopy="False" refto="MonoDevelop.Deployment" />
- <ProjectReference type="Assembly" localcopy="True" refto="../../build/AddIns/AspNetEdit/jscall.dll" />
<ProjectReference type="Assembly" localcopy="False" refto="../../build/bin/Mono.Addins.dll" />
</References>
<MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="./Makefile.am" SyncReferences="True" IsAutotoolsProject="True" RelativeConfigureInPath="../../">