[longomatch] Rename LongoMatchGtk.exe to LongoMatch.exe



commit 788ea0da5b32bffeba9575a8ffb306300e668bbd
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Sep 24 22:04:01 2014 +0200

    Rename LongoMatchGtk.exe to LongoMatch.exe
    
    This was kept for database compatibility and it's
    not needed anymore

 LongoMatch.sln                                     |    4 ++--
 .../{LongoMatchGtk.csproj => LongoMatch.csproj}    |    2 +-
 LongoMatch/Makefile.am                             |    2 +-
 LongoMatch/longomatch.in                           |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/LongoMatch.sln b/LongoMatch.sln
index 8263259..f49c728 100644
--- a/LongoMatch.sln
+++ b/LongoMatch.sln
@@ -7,7 +7,7 @@ Project("{2857B73E-F847-4B02-9238-064979017E93}") = "liblongomatch", "libcesarpl
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LongoMatch.Core", 
"LongoMatch.Core\LongoMatch.Core.csproj", "{B70912B2-7ED5-450E-97BD-45A3D45A0358}"
 EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LongoMatchGtk", "LongoMatch\LongoMatchGtk.csproj", 
"{55C6DAC1-C4BF-4350-9F58-AB39E92BE298}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LongoMatch", "LongoMatch\LongoMatch.csproj", 
"{55C6DAC1-C4BF-4350-9F58-AB39E92BE298}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LongoMatch.Multimedia", 
"LongoMatch.Multimedia\LongoMatch.Multimedia.csproj", "{269608A7-5DBC-4A2C-B7AF-D094B6FA88AC}"
 EndProject
@@ -99,7 +99,7 @@ Global
                {E75E30DC-C1CF-4683-9A36-65B91EF10095}.Release|Any CPU.Build.0 = Release|Any CPU
        EndGlobalSection
        GlobalSection(MonoDevelopProperties) = preSolution
-               StartupItem = LongoMatch\LongoMatchGtk.csproj
+               StartupItem = LongoMatch\LongoMatch.csproj
                Policies = $0
                $0.DotNetNamingPolicy = $1
                $1.DirectoryNamespaceAssociation = PrefixedHierarchical
diff --git a/LongoMatch/LongoMatchGtk.csproj b/LongoMatch/LongoMatch.csproj
similarity index 98%
rename from LongoMatch/LongoMatchGtk.csproj
rename to LongoMatch/LongoMatch.csproj
index 5a4c98b..ded7c98 100644
--- a/LongoMatch/LongoMatchGtk.csproj
+++ b/LongoMatch/LongoMatch.csproj
@@ -6,7 +6,7 @@
     <ProjectGuid>{55C6DAC1-C4BF-4350-9F58-AB39E92BE298}</ProjectGuid>
     <OutputType>Exe</OutputType>
     <RootNamespace>LongoMatch</RootNamespace>
-    <AssemblyName>LongoMatchGtk</AssemblyName>
+    <AssemblyName>LongoMatch</AssemblyName>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
diff --git a/LongoMatch/Makefile.am b/LongoMatch/Makefile.am
index 43f35c7..977a241 100644
--- a/LongoMatch/Makefile.am
+++ b/LongoMatch/Makefile.am
@@ -1,4 +1,4 @@
-ASSEMBLY = LongoMatchGtk
+ASSEMBLY = LongoMatch
 TARGET = exe
 LINK = $(REF_DEP_LONGOMATCH)
 
diff --git a/LongoMatch/longomatch.in b/LongoMatch/longomatch.in
index 65ca27d..c24d19a 100644
--- a/LongoMatch/longomatch.in
+++ b/LongoMatch/longomatch.in
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-exec mono "@expanded_libdir@/@PACKAGE@/LongoMatchGtk.exe" "$@"
+exec mono "@expanded_libdir@/@PACKAGE@/LongoMatch.exe" "$@"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]