[longomatch] Rename core assembly to LongoMatch.Core
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Rename core assembly to LongoMatch.Core
- Date: Tue, 8 Jul 2014 09:59:03 +0000 (UTC)
commit 8a7c9c4ba40d67d44397a0633e68ecb0d0432235
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Jul 8 11:58:16 2014 +0200
Rename core assembly to LongoMatch.Core
LongoMatch.Core/LongoMatch.Core.mdp | 4 ++--
LongoMatch.Core/Makefile.am | 2 +-
LongoMatch.GUI/LongoMatch.GUI.mdp | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/LongoMatch.Core/LongoMatch.Core.mdp b/LongoMatch.Core/LongoMatch.Core.mdp
index 975de9c..6ae13ee 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" />
+ <Output directory="../bin" assembly="LongoMatch.Core" />
<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 HAVE_GTK" generatexmldocumentation="False"
ctype="CSharpCompilerParameters" />
</Configuration>
<Configuration name="Release" ctype="DotNetProjectConfiguration">
- <Output directory="../bin" assembly="LongoMatch" />
+ <Output directory="../bin" assembly="LongoMatch.Core" />
<Build debugmode="False" target="Library" />
<Execution consolepause="False" runwithwarnings="True" runtime="MsNet" />
<CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False"
generateoverflowchecks="False" definesymbols="HAVE_GTK" generatexmldocumentation="False"
ctype="CSharpCompilerParameters" />
diff --git a/LongoMatch.Core/Makefile.am b/LongoMatch.Core/Makefile.am
index d2e476c..f96f895 100644
--- a/LongoMatch.Core/Makefile.am
+++ b/LongoMatch.Core/Makefile.am
@@ -1,4 +1,4 @@
-ASSEMBLY = LongoMatch
+ASSEMBLY = LongoMatch.Core
TARGET = library
LINK = $(REF_DEP_LONGOMATCH_CORE)
diff --git a/LongoMatch.GUI/LongoMatch.GUI.mdp b/LongoMatch.GUI/LongoMatch.GUI.mdp
index dbd07d5..b992515 100644
--- a/LongoMatch.GUI/LongoMatch.GUI.mdp
+++ b/LongoMatch.GUI/LongoMatch.GUI.mdp
@@ -1,13 +1,13 @@
<Project name="LongoMatch.GUI" fileversion="2.0" DefaultNamespace="LongoMatch" language="C#"
targetFramework="4.0" ctype="DotNetProject">
<Configurations active="Release">
<Configuration name="Debug" ctype="DotNetProjectConfiguration">
- <Output directory="../bin" assembly="LongoMatch.Gui"
assemblyKeyFile="/home/andoni/Proyectos/longomatch/LongoMatch/." />
+ <Output directory="../bin" assembly="LongoMatch.GUI"
assemblyKeyFile="/home/andoni/Proyectos/longomatch/LongoMatch/." />
<Build debugmode="True" target="Library" />
<Execution consolepause="True" runwithwarnings="True" runtime="MsNet" clr-version="Net_2_0" />
<CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False"
generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
</Configuration>
<Configuration name="Release" ctype="DotNetProjectConfiguration">
- <Output directory="../bin" assembly="LongoMatch.Gui"
assemblyKeyFile="/home/andoni/Proyectos/LongoMatch/LongoMatch.GUI/." />
+ <Output directory="../bin" assembly="LongoMatch.GUI"
assemblyKeyFile="/home/andoni/Proyectos/LongoMatch/LongoMatch.GUI/." />
<Build debugmode="True" target="Library" />
<Execution consolepause="True" runwithwarnings="True" runtime="MsNet" clr-version="Net_2_0" />
<CodeGeneration compiler="Mcs" warninglevel="3" optimize="True" unsafecodeallowed="False"
generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]