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.vcproj
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.vcproj')
-rw-r--r--Premake4.vs8.vcproj1286
1 files changed, 1286 insertions, 0 deletions
diff --git a/Premake4.vs8.vcproj b/Premake4.vs8.vcproj
new file mode 100644
index 0000000..1ef69a0
--- /dev/null
+++ b/Premake4.vs8.vcproj
@@ -0,0 +1,1286 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="Premake4"
+ ProjectGUID="{7F000221-EACC-2F4F-A07F-6A5D34AF10D0}"
+ RootNamespace="Premake4"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="bin\release"
+ IntermediateDirectory="intermediate\vs2005_$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="1"
+ AdditionalIncludeDirectories="src\host\lua-5.1.4\src"
+ PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="false"
+ ProgramDataBaseFileName="$(OutDir)\premake4.pdb"
+ DebugInformationFormat="0"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
+ AdditionalIncludeDirectories="src\host\lua-5.1.4\src"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="ole32.lib"
+ OutputFile="$(OutDir)\premake4.exe"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=""
+ GenerateDebugInformation="false"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ EntryPointSymbol="mainCRTStartup"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="signtool.exe sign /v /a /ph /d &quot;premake4&quot; /du &quot;https://bitbucket.org/windirstat/premake-stable&quot; /tr http://www.startssl.com/timestamp &quot;$(TargetPath)&quot;"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="bin\debug"
+ IntermediateDirectory="intermediate\vs2005_$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="src\host\lua-5.1.4\src"
+ PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="false"
+ ProgramDataBaseFileName="$(OutDir)\premake4.pdb"
+ DebugInformationFormat="4"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
+ AdditionalIncludeDirectories="src\host\lua-5.1.4\src"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="ole32.lib"
+ OutputFile="$(OutDir)\premake4.exe"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories=""
+ GenerateDebugInformation="true"
+ ProgramDataBaseFileName="$(OutDir)\premake4.pdb"
+ SubSystem="1"
+ EntryPointSymbol="mainCRTStartup"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="BUILD.txt"
+ >
+ </File>
+ <File
+ RelativePath="CHANGES.txt"
+ >
+ </File>
+ <File
+ RelativePath="LICENSE.txt"
+ >
+ </File>
+ <File
+ RelativePath="README.txt"
+ >
+ </File>
+ <File
+ RelativePath="premake4.lua"
+ >
+ </File>
+ <Filter
+ Name="samples"
+ Filter=""
+ >
+ <Filter
+ Name="project"
+ Filter=""
+ >
+ <Filter
+ Name="CppConsoleApp"
+ Filter=""
+ >
+ <File
+ RelativePath="samples\project\CppConsoleApp\premake4.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="CppSharedLib"
+ Filter=""
+ >
+ <File
+ RelativePath="samples\project\CppSharedLib\premake4.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="CppStaticLib"
+ Filter=""
+ >
+ <File
+ RelativePath="samples\project\CppStaticLib\premake4.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="CppWindowedApp"
+ Filter=""
+ >
+ <File
+ RelativePath="samples\project\CppWindowedApp\premake4.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="CsConsoleApp"
+ Filter=""
+ >
+ <File
+ RelativePath="samples\project\CsConsoleApp\premake4.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="CsSharedLib"
+ Filter=""
+ >
+ <File
+ RelativePath="samples\project\CsSharedLib\premake4.lua"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="samples\project\premake4.lua"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="scripts"
+ Filter=""
+ >
+ <File
+ RelativePath="scripts\embed.lua"
+ >
+ </File>
+ <File
+ RelativePath="scripts\release.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="src"
+ Filter=""
+ >
+ <File
+ RelativePath="src\_manifest.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\_premake_main.lua"
+ >
+ </File>
+ <Filter
+ Name="actions"
+ Filter=""
+ >
+ <Filter
+ Name="clean"
+ Filter=""
+ >
+ <File
+ RelativePath="src\actions\clean\_clean.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="codeblocks"
+ Filter=""
+ >
+ <File
+ RelativePath="src\actions\codeblocks\_codeblocks.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\codeblocks\codeblocks_cbp.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\codeblocks\codeblocks_workspace.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="codelite"
+ Filter=""
+ >
+ <File
+ RelativePath="src\actions\codelite\_codelite.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\codelite\codelite_project.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\codelite\codelite_workspace.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="example"
+ Filter=""
+ >
+ <File
+ RelativePath="src\actions\example\_example.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\example\example_project.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\example\example_solution.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="make"
+ Filter=""
+ >
+ <File
+ RelativePath="src\actions\make\_make.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\make\make_cpp.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\make\make_csharp.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\make\make_solution.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="vstudio"
+ Filter=""
+ >
+ <File
+ RelativePath="src\actions\vstudio\_vstudio.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\vstudio\vs2002_csproj.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\vstudio\vs2002_csproj_user.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\vstudio\vs2002_solution.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\vstudio\vs2003_solution.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\vstudio\vs2005_csproj.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\vstudio\vs2005_csproj_user.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\vstudio\vs2005_solution.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\vstudio\vs200x_vcproj.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\vstudio\vs200x_vcproj_user.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\vstudio\vs2010_vcxproj.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\vstudio\vs2010_vcxproj_filters.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\vstudio\vs2012.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\vstudio\vs2013.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="xcode"
+ Filter=""
+ >
+ <File
+ RelativePath="src\actions\xcode\_xcode.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\xcode\xcode4_workspace.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\xcode\xcode_common.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\actions\xcode\xcode_project.lua"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="base"
+ Filter=""
+ >
+ <File
+ RelativePath="src\base\action.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\base\api.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\base\bake.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\base\cmdline.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\base\config.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\base\globals.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\base\help.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\base\io.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\base\option.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\base\os.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\base\path.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\base\premake.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\base\project.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\base\solution.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\base\string.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\base\table.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\base\tree.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\base\validate.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="host"
+ Filter=""
+ >
+ <Filter
+ Name="lua-5.1.4"
+ Filter=""
+ >
+ <Filter
+ Name="src"
+ Filter=""
+ >
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lapi.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lapi.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lauxlib.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lauxlib.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lbaselib.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lcode.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lcode.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\ldblib.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\ldebug.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\ldebug.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\ldo.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\ldo.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\ldump.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lfunc.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lfunc.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lgc.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lgc.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\linit.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\liolib.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\llex.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\llex.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\llimits.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lmathlib.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lmem.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lmem.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\loadlib.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lobject.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lobject.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lopcodes.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lopcodes.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\loslib.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lparser.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lparser.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lstate.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lstate.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lstring.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lstring.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lstrlib.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\ltable.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\ltable.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\ltablib.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\ltm.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\ltm.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lua.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\luaconf.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lualib.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lundump.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lundump.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lvm.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lvm.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lzio.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\lua-5.1.4\src\lzio.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <File
+ RelativePath="src\host\os_chdir.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\os_copyfile.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\os_getcwd.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\os_getversion.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\os_is64bit.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\os_isdir.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\os_isfile.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\os_match.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\os_mkdir.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\os_pathsearch.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\os_rmdir.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\os_stat.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\os_uuid.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\path_isabsolute.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\premake.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\premake.h"
+ >
+ </File>
+ <File
+ RelativePath="src\host\premake4.rc"
+ >
+ </File>
+ <File
+ RelativePath="src\host\premake_main.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\scripts.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\string_endswith.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="tools"
+ Filter=""
+ >
+ <File
+ RelativePath="src\tools\dotnet.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\tools\gcc.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\tools\msc.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\tools\ow.lua"
+ >
+ </File>
+ <File
+ RelativePath="src\tools\snc.lua"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="tests"
+ Filter=""
+ >
+ <Filter
+ Name="actions"
+ Filter=""
+ >
+ <Filter
+ Name="codeblocks"
+ Filter=""
+ >
+ <File
+ RelativePath="tests\actions\codeblocks\codeblocks_files.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\codeblocks\environment_variables.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\codeblocks\test_filters.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="codelite"
+ Filter=""
+ >
+ <File
+ RelativePath="tests\actions\codelite\codelite_files.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="make"
+ Filter=""
+ >
+ <File
+ RelativePath="tests\actions\make\test_make_escaping.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\make\test_make_linking.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\make\test_make_pch.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\make\test_makesettings.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\make\test_wiidev.lua"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="tests\actions\test_clean.lua"
+ >
+ </File>
+ <Filter
+ Name="vstudio"
+ Filter=""
+ >
+ <Filter
+ Name="cs2002"
+ Filter=""
+ >
+ <File
+ RelativePath="tests\actions\vstudio\cs2002\test_files.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="cs2005"
+ Filter=""
+ >
+ <File
+ RelativePath="tests\actions\vstudio\cs2005\projectelement.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\cs2005\projectsettings.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\cs2005\propertygroup.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\cs2005\test_files.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="sln2005"
+ Filter=""
+ >
+ <File
+ RelativePath="tests\actions\vstudio\sln2005\dependencies.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\sln2005\header.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\sln2005\layout.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\sln2005\platforms.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\sln2005\projectplatforms.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\sln2005\projects.lua"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="tests\actions\vstudio\test_vs200x_vcproj.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\test_vs200x_vcproj_linker.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\test_vs2010_flags.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\test_vs2010_project_kinds.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\test_vs2010_vcxproj.lua"
+ >
+ </File>
+ <Filter
+ Name="vc200x"
+ Filter=""
+ >
+ <File
+ RelativePath="tests\actions\vstudio\vc200x\debugdir.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\vc200x\header.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\vc200x\test_files.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\vc200x\test_filters.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\vc200x\test_mfc.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="vc2010"
+ Filter=""
+ >
+ <File
+ RelativePath="tests\actions\vstudio\vc2010\test_config_props.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\vc2010\test_debugdir.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\vc2010\test_files.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\vc2010\test_filters.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\vc2010\test_header.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\vc2010\test_link_settings.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\vc2010\test_links.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\vc2010\test_mfc.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\vc2010\test_output_props.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\vc2010\test_pch.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\vstudio\vc2010\test_project_refs.lua"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="xcode"
+ Filter=""
+ >
+ <File
+ RelativePath="tests\actions\xcode\test_file_references.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\xcode\test_xcode4_project.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\xcode\test_xcode4_workspace.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\xcode\test_xcode_common.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\xcode\test_xcode_dependencies.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\actions\xcode\test_xcode_project.lua"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="baking"
+ Filter=""
+ >
+ <File
+ RelativePath="tests\baking\test_merging.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="base"
+ Filter=""
+ >
+ <File
+ RelativePath="tests\base\test_action.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\base\test_api.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\base\test_baking.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\base\test_config.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\base\test_config_bug.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\base\test_location.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\base\test_os.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\base\test_path.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\base\test_premake_command.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\base\test_table.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\base\test_tree.lua"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="folder"
+ Filter=""
+ >
+ <File
+ RelativePath="tests\folder\ok.lua"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="tests\pepperfish_profiler.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\premake4.lua"
+ >
+ </File>
+ <Filter
+ Name="project"
+ Filter=""
+ >
+ <File
+ RelativePath="tests\project\test_eachfile.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\project\test_vpaths.lua"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="tests\test_dofile.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\test_gmake_cpp.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\test_gmake_cs.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\test_keywords.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\test_platforms.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\test_premake.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\test_project.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\test_stress.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\test_string.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\test_targets.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\test_vs2002_sln.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\test_vs2003_sln.lua"
+ >
+ </File>
+ <File
+ RelativePath="tests\testfx.lua"
+ >
+ </File>
+ <Filter
+ Name="tools"
+ Filter=""
+ >
+ <File
+ RelativePath="tests\tools\test_gcc.lua"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>