Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2015-11-15 00:25:06 +0300
committerOliver Schneider <oliver@assarbad.net>2015-11-15 00:25:06 +0300
commit36dd45755fdba1849e1ad023f5b005906737638c (patch)
treef88ff68dbf5cfb09b1dbab4c08d8d42b0d7569bb /premake4.lua
parent35861301093da54e4b7f5112c0660a678467c92f (diff)
Fixed GUID
--HG-- branch : WDS-build
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/premake4.lua b/premake4.lua
index 19ef124..3a50c0e 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -86,6 +86,7 @@ end
project "Premake4"
local int_dir = "intermediate/" .. action .. "_$(" .. transformMN("Platform") .. ")_$(" .. transformMN("Configuration") .. ")"
+ uuid "7F000221-EACC-2F4F-A07F-6A5D34AF10D0"
targetname "premake4"
language "C"
kind "ConsoleApp"