
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@19944 e7fa87d3-cd2b-0410-9028-fcbf551c1848
146 lines
4.2 KiB
XML
146 lines
4.2 KiB
XML
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.00"
|
|
Name="Tests - StandAlone"
|
|
ProjectGUID="{660D0A05-69A9-4F09-9664-02FBEB08FAE2}">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="UserM_Debug|Win32"
|
|
OutputDirectory="UserM_Debug"
|
|
IntermediateDirectory="UserM_Debug"
|
|
ConfigurationType="1"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="glslang"
|
|
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,GENERIC_COMPILER"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="5"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderFile=""
|
|
AssemblerListingLocation="UserM_Debug/"
|
|
ObjectFile="UserM_Debug/"
|
|
ProgramDataBaseFileName="UserM_Debug/Standalone"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CallingConvention="1"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386"
|
|
AdditionalDependencies="odbc32.lib odbccp32.lib psapi.lib Standalone\glslang.lib"
|
|
OutputFile="UserM_Debug/StandAlone.exe"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="TRUE"
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="UserM_Debug/StandAlone.pdb"
|
|
SubSystem="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TypeLibraryName="UserM_Debug/StandAlone.tlb"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="move exe"
|
|
CommandLine="xcopy /y UserM_Debug\StandAlone.exe Standalone"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="UserM_Release|Win32"
|
|
OutputDirectory="UserM_Release"
|
|
IntermediateDirectory="UserM_Release"
|
|
ConfigurationType="1"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OmitFramePointers="TRUE"
|
|
AdditionalIncludeDirectories="glslang"
|
|
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,GENERIC_COMPILER"
|
|
StringPooling="TRUE"
|
|
BasicRuntimeChecks="0"
|
|
RuntimeLibrary="4"
|
|
BufferSecurityCheck="TRUE"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderFile=""
|
|
AssemblerListingLocation="UserM_Release/"
|
|
ObjectFile="UserM_Release/"
|
|
ProgramDataBaseFileName="UserM_Release/Standalone"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CallingConvention="1"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386"
|
|
AdditionalDependencies="odbc32.lib odbccp32.lib psapi.lib Standalone\glslang.lib"
|
|
OutputFile="UserM_Release/StandAlone.exe"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="UserM_Release/StandAlone.pdb"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TypeLibraryName="UserM_Release/StandAlone.tlb"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="move exe"
|
|
CommandLine="xcopy /y UserM_Release\StandAlone.exe Standalone"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
|
<File
|
|
RelativePath="Standalone\StandAlone.cpp">
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|