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>2014-01-07 14:13:09 +0400
committerOliver Schneider <oliver@assarbad.net>2014-01-07 14:13:09 +0400
commit67ff11b712289041bf510b343c4e38e60f9615b7 (patch)
tree727841c923bfa6a73c5df0086ac42ae7d262dce5 /Premake4.vs8.sln
parentea8e2147f097e90ee61359a8a38f7553aeb0ae11 (diff)
Customized the project generation so that I can build the premake4.exe for WinDirStat easily
Also adds a version resource to premake4.exe Invokes signtool for Release configuration "scripts.c" is included although it is being generated (This is intentional!) --HG-- branch : WDS-build
Diffstat (limited to 'Premake4.vs8.sln')
-rw-r--r--Premake4.vs8.sln20
1 files changed, 20 insertions, 0 deletions
diff --git a/Premake4.vs8.sln b/Premake4.vs8.sln
new file mode 100644
index 0000000..c4b2b6f
--- /dev/null
+++ b/Premake4.vs8.sln
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Premake4", "Premake4.vs8.vcproj", "{7F000221-EACC-2F4F-A07F-6A5D34AF10D0}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Release|Win32 = Release|Win32
+ Debug|Win32 = Debug|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {7F000221-EACC-2F4F-A07F-6A5D34AF10D0}.Release|Win32.ActiveCfg = Release|Win32
+ {7F000221-EACC-2F4F-A07F-6A5D34AF10D0}.Release|Win32.Build.0 = Release|Win32
+ {7F000221-EACC-2F4F-A07F-6A5D34AF10D0}.Debug|Win32.ActiveCfg = Debug|Win32
+ {7F000221-EACC-2F4F-A07F-6A5D34AF10D0}.Debug|Win32.Build.0 = Debug|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal