From f3ae14eb98121dcf8bbb40c98a36e9a2b8ead124 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Mon, 4 Nov 2013 14:51:16 -0500 Subject: [PATCH] Change SDL2# project names. --- Makefile | 4 ++-- SDL2#.csproj => SDL2-CS.csproj | 4 ++-- SDL2#.dll.config => SDL2-CS.dll.config | 0 SDL2#.sln => SDL2-CS.sln | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) rename SDL2#.csproj => SDL2-CS.csproj (99%) rename SDL2#.dll.config => SDL2-CS.dll.config (100%) rename SDL2#.sln => SDL2-CS.sln (88%) diff --git a/Makefile b/Makefile index c27771f..21d1467 100644 --- a/Makefile +++ b/Makefile @@ -95,8 +95,8 @@ MINITK = \ build: clean mkdir bin - cp SDL2#.dll.config bin - dmcs /unsafe -debug -out:bin/SDL2#.dll -target:library $(SDL2) $(MINITK) $(DEPS) + cp SDL2-CS.dll.config bin + dmcs /unsafe -debug -out:bin/SDL2-CS.dll -target:library $(SDL2) $(MINITK) $(DEPS) clean: rm -rf bin diff --git a/SDL2#.csproj b/SDL2-CS.csproj similarity index 99% rename from SDL2#.csproj rename to SDL2-CS.csproj index 15e4e4c..d9d882a 100644 --- a/SDL2#.csproj +++ b/SDL2-CS.csproj @@ -8,7 +8,7 @@ {85480198-8711-4355-830E-72FD794AD3F6} Library SDL2 - SDL2# + SDL2-CS true @@ -158,7 +158,7 @@ - + Always diff --git a/SDL2#.dll.config b/SDL2-CS.dll.config similarity index 100% rename from SDL2#.dll.config rename to SDL2-CS.dll.config diff --git a/SDL2#.sln b/SDL2-CS.sln similarity index 88% rename from SDL2#.sln rename to SDL2-CS.sln index 214e55c..7040003 100644 --- a/SDL2#.sln +++ b/SDL2-CS.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SDL2#", "SDL2#.csproj", "{85480198-8711-4355-830E-72FD794AD3F6}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SDL2-CS", "SDL2-CS.csproj", "{85480198-8711-4355-830E-72FD794AD3F6}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -27,6 +27,6 @@ Global {85480198-8711-4355-830E-72FD794AD3F6}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - StartupItem = SDL2#.csproj + StartupItem = SDL2-CS.csproj EndGlobalSection EndGlobal