From 67ff11b712289041bf510b343c4e38e60f9615b7 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Tue, 7 Jan 2014 10:13:09 +0000 Subject: 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 --- Premake4.vs8.sln | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Premake4.vs8.sln (limited to 'Premake4.vs8.sln') 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 -- cgit v1.2.3