premake/tests/actions/vstudio
LiamDevine 5c4d3cd478 check why <MinimalRebuild>true</MinimalRebuild> is missing in a debug static lib and shared lib build
--------Requires symbols to be set in flags
shared lib missing <DebugInformationFormat>EditAndContinue</DebugInformationFormat> in ClCompile section
--------Requires symbols to be set in flags
shared lib incorrectly <GenerateDebugInformation>true</GenerateDebugInformation> to false in link section
--------Requires symbols to be set in flags


shared lib LinkIncremental set to incorrect value of false
	---Fixed and tests wrote

check all configs %(AdditionalIncludeDirectories) missing before AdditionalIncludeDirectories end tag in ClCompile
	---Fixed if no include Directories supplied, this tag is not present
2010-06-16 23:50:57 +01:00
..
test_vs200x_vcproj.lua Feature 2944697: Add flag to disable Minimal Rebuild in Visual Studio 2010-03-03 13:40:56 +00:00
test_vs2005_csproj.lua Added framework to vstudio C# 2005 2010-03-04 21:51:20 +00:00
test_vs2010_filters.lua changed path seperators to window specific \\ 2010-06-16 00:35:41 +01:00
test_vs2010_flags.lua vcxproj support getting there 2010-06-11 22:07:07 +01:00
test_vs2010_links.lua check why <MinimalRebuild>true</MinimalRebuild> is missing in a debug static lib and shared lib build 2010-06-16 23:50:57 +01:00
test_vs2010_project_kinds.lua check why <MinimalRebuild>true</MinimalRebuild> is missing in a debug static lib and shared lib build 2010-06-16 23:50:57 +01:00
test_vs2010_vcxproj.lua vcxproj.filters done 2010-06-15 23:29:56 +01:00