change project/solution name (matches repo name)

This commit is contained in:
Gered 2013-02-09 11:46:48 -05:00
parent 3095735268
commit 8254693b1e

View file

@ -12,11 +12,11 @@ if _ACTION == "clean" then
os.rmdir(BUILD_DIR)
end
solution "EngineTest"
solution "MyGameFramework"
configurations { "Debug", "Release" }
location (BUILD_DIR .. "/" .. _ACTION)
project "EngineTest"
project "MyGameFramework"
kind "WindowedApp"
language "C++"
location (BUILD_DIR .. "/" .. _ACTION)