diff --git a/Makefile b/Makefile index c5a6237..7028aca 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ SRC = \ debug: clean-debug mkdir -p bin/Debug - cp SDL2-CS.dll.config bin/Debug + cp app.config bin/Debug/SDL2-CS.dll.config mcs /unsafe -debug -out:bin/Debug/SDL2-CS.dll -target:library $(SRC) clean-debug: @@ -20,7 +20,7 @@ clean-debug: release: clean-release mkdir -p bin/Release - cp SDL2-CS.dll.config bin/Release + cp app.config bin/Release/SDL2-CS.dll.config mcs /unsafe -optimize -out:bin/Release/SDL2-CS.dll -target:library $(SRC) clean-release: diff --git a/SDL2-CS.Core.csproj b/SDL2-CS.Core.csproj index 6d6746a..dfb1926 100644 --- a/SDL2-CS.Core.csproj +++ b/SDL2-CS.Core.csproj @@ -17,8 +17,6 @@ - - Always - + diff --git a/SDL2-CS.csproj b/SDL2-CS.csproj index 5c83e2c..bcae86d 100644 --- a/SDL2-CS.csproj +++ b/SDL2-CS.csproj @@ -82,9 +82,7 @@ - - Always - + diff --git a/SDL2-CS.dll.config b/app.config similarity index 100% rename from SDL2-CS.dll.config rename to app.config