[longomatch] Update projects with new assembly names
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Update projects with new assembly names
- Date: Sun, 18 Dec 2011 21:39:54 +0000 (UTC)
commit 34ca5f42da569cf780de9609b212ca3209f17f04
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Wed Nov 23 22:47:57 2011 +0100
Update projects with new assembly names
LongoMatch.Core/LongoMatch.Core.mdp | 4 ++--
LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic | 2 +-
LongoMatch.GUI/gtk-gui/gui.stetic | 1 +
LongoMatch.Services/LongoMatch.Services.mdp | 4 ++--
LongoMatch.mds | 10 +++++-----
5 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/LongoMatch.Core/LongoMatch.Core.mdp b/LongoMatch.Core/LongoMatch.Core.mdp
index f79e37e..11ce898 100644
--- a/LongoMatch.Core/LongoMatch.Core.mdp
+++ b/LongoMatch.Core/LongoMatch.Core.mdp
@@ -1,13 +1,13 @@
<Project name="LongoMatch.Core" fileversion="2.0" DefaultNamespace="LongoMatch.Core" language="C#" targetFramework="4.0" ctype="DotNetProject">
<Configurations active="Release">
<Configuration name="Debug" ctype="DotNetProjectConfiguration">
- <Output directory="../bin" assembly="LongoMatch.Core" />
+ <Output directory="../bin" assembly="LongoMatch" />
<Build debugmode="True" target="Library" />
<Execution consolepause="False" runwithwarnings="True" runtime="MsNet" />
<CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
</Configuration>
<Configuration name="Release" ctype="DotNetProjectConfiguration">
- <Output directory="../bin" assembly="LongoMatch.Core" />
+ <Output directory="../bin" assembly="LongoMatch" />
<Build debugmode="False" target="Library" />
<Execution consolepause="False" runwithwarnings="True" runtime="MsNet" />
<CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
diff --git a/LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic b/LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic
index edd1885..5d0435e 100644
--- a/LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic
@@ -6,7 +6,7 @@
</configuration>
<import>
<widget-library name="../../bin/LongoMatch.Multimedia.dll" />
- <widget-library name="../../bin/LongoMatch.Core.dll" />
+ <widget-library name="../../bin/LongoMatch.dll" />
<widget-library name="../../bin/LongoMatch.GUI.Multimedia.dll" internal="true" />
</import>
<widget class="Gtk.Window" id="LongoMatch.Gui.VolumeWindow" design-size="31 204">
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index b29d4ef..f0f84a5 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -7,6 +7,7 @@
<import>
<widget-library name="../../bin/LongoMatch.GUI.Multimedia.dll" />
<widget-library name="../../bin/LongoMatch.Multimedia.dll" />
+ <widget-library name="../../bin/LongoMatch.dll" />
<widget-library name="../../bin/LongoMatch.Gui.dll" internal="true" />
</import>
<widget class="Gtk.Bin" id="LongoMatch.Gui.Component.ProjectDetailsWidget" design-size="378 268">
diff --git a/LongoMatch.Services/LongoMatch.Services.mdp b/LongoMatch.Services/LongoMatch.Services.mdp
index d8d8fb4..dd92d8c 100644
--- a/LongoMatch.Services/LongoMatch.Services.mdp
+++ b/LongoMatch.Services/LongoMatch.Services.mdp
@@ -29,7 +29,6 @@
<File subtype="Directory" buildaction="Compile" name="." />
</Contents>
<References>
- <ProjectReference type="Project" localcopy="True" refto="LongoMatch.Core" />
<ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Project" localcopy="True" refto="LongoMatch.GUI" />
<ProjectReference type="Gac" localcopy="True" refto="Db4objects.Db4o, Version=7.4.121.14026, Culture=neutral, PublicKeyToken=6199cd4f203aa8eb" />
@@ -38,5 +37,6 @@
<ProjectReference type="Project" localcopy="True" refto="LongoMatch.GUI.Multimedia" />
<ProjectReference type="Gac" localcopy="True" refto="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
+ <ProjectReference type="Project" localcopy="True" refto="LongoMatch.Core" />
</References>
-</Project>
+</Project>
\ No newline at end of file
diff --git a/LongoMatch.mds b/LongoMatch.mds
index 65db516..67a8dc9 100644
--- a/LongoMatch.mds
+++ b/LongoMatch.mds
@@ -21,7 +21,7 @@
<Entry build="True" name="LongoMatch.GUI" configuration="Debug" />
<Entry build="True" name="libcesarplayer" configuration="Debug" />
<Entry build="True" name="LongoMatch.Core" configuration="Debug" />
- <Entry build="True" name="LongoMatch" configuration="Debug" />
+ <Entry build="True" name="LongoMatchGtk" configuration="Debug" />
<Entry build="True" name="LongoMatch.Multimedia" configuration="Debug" />
<Entry build="True" name="LongoMatch.Services" configuration="Debug" />
<Entry build="True" name="LongoMatch.GUI.Multimedia" configuration="Debug" />
@@ -30,17 +30,17 @@
<Entry build="True" name="LongoMatch.GUI" configuration="Release" />
<Entry build="True" name="libcesarplayer" configuration="Release" />
<Entry build="True" name="LongoMatch.Core" configuration="Release" />
- <Entry build="True" name="LongoMatch" configuration="Release" />
+ <Entry build="True" name="LongoMatchGtk" configuration="Release" />
<Entry build="True" name="LongoMatch.Multimedia" configuration="Release" />
<Entry build="True" name="LongoMatch.Services" configuration="Release" />
<Entry build="True" name="LongoMatch.GUI.Multimedia" configuration="Release" />
</Configuration>
</Configurations>
- <StartMode startupentry="LongoMatch" single="True">
+ <StartMode startupentry="LongoMatchGtk" single="True">
<Execute type="None" entry="LongoMatch.GUI" />
<Execute type="None" entry="libcesarplayer" />
<Execute type="None" entry="LongoMatch.Core" />
- <Execute type="None" entry="LongoMatch" />
+ <Execute type="None" entry="LongoMatchGtk" />
<Execute type="None" entry="LongoMatch.Multimedia" />
<Execute type="None" entry="LongoMatch.Services" />
<Execute type="None" entry="LongoMatch.GUI.Multimedia" />
@@ -49,7 +49,7 @@
<Entry filename="LongoMatch.GUI/LongoMatch.GUI.mdp" />
<Entry filename="libcesarplayer/liblongomatch.mdp" />
<Entry filename="LongoMatch.Core/LongoMatch.Core.mdp" />
- <Entry filename="LongoMatch/LongoMatch.mdp" />
+ <Entry filename="LongoMatch/LongoMatchGtk.mdp" />
<Entry filename="LongoMatch.Multimedia/LongoMatch.Multimedia.mdp" />
<Entry filename="LongoMatch.Services/LongoMatch.Services.mdp" />
<Entry filename="LongoMatch.GUI.Multimedia/LongoMatch.GUI.Multimedia.mdp" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]