John Kessenich | c0827e4 | 2013-11-14 16:05:13 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
| 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | <ItemGroup Label="ProjectConfigurations">
|
| 4 | <ProjectConfiguration Include="Debug|Win32">
|
| 5 | <Configuration>Debug</Configuration>
|
| 6 | <Platform>Win32</Platform>
|
| 7 | </ProjectConfiguration>
|
| 8 | <ProjectConfiguration Include="Debug|x64">
|
| 9 | <Configuration>Debug</Configuration>
|
| 10 | <Platform>x64</Platform>
|
| 11 | </ProjectConfiguration>
|
| 12 | <ProjectConfiguration Include="Release|Win32">
|
| 13 | <Configuration>Release</Configuration>
|
| 14 | <Platform>Win32</Platform>
|
| 15 | </ProjectConfiguration>
|
| 16 | <ProjectConfiguration Include="Release|x64">
|
| 17 | <Configuration>Release</Configuration>
|
| 18 | <Platform>x64</Platform>
|
| 19 | </ProjectConfiguration>
|
| 20 | </ItemGroup>
|
| 21 | <PropertyGroup Label="Globals">
|
| 22 | <ProjectName>glslang</ProjectName>
|
| 23 | <ProjectGuid>{3B146CC5-B2B8-4573-9D46-6139E2EDFEA3}</ProjectGuid>
|
| 24 | </PropertyGroup>
|
| 25 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 27 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 28 | <UseOfMfc>false</UseOfMfc>
|
| 29 | <CharacterSet>MultiByte</CharacterSet>
|
| 30 | <PlatformToolset>v120_xp</PlatformToolset>
|
| 31 | </PropertyGroup>
|
| 32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
| 33 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 34 | <UseOfMfc>false</UseOfMfc>
|
| 35 | <CharacterSet>MultiByte</CharacterSet>
|
| 36 | <PlatformToolset>v120_xp</PlatformToolset>
|
| 37 | </PropertyGroup>
|
| 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 39 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 40 | <CharacterSet>MultiByte</CharacterSet>
|
| 41 | <PlatformToolset>v120_xp</PlatformToolset>
|
| 42 | </PropertyGroup>
|
| 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
| 44 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 45 | <CharacterSet>MultiByte</CharacterSet>
|
| 46 | <PlatformToolset>v120_xp</PlatformToolset>
|
| 47 | </PropertyGroup>
|
| 48 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 49 | <ImportGroup Label="ExtensionSettings">
|
| 50 | </ImportGroup>
|
| 51 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
| 52 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 53 | </ImportGroup>
|
| 54 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
| 55 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 56 | </ImportGroup>
|
| 57 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
| 58 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 59 | </ImportGroup>
|
| 60 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
| 61 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 62 | </ImportGroup>
|
| 63 | <PropertyGroup Label="UserMacros" />
|
| 64 | <PropertyGroup>
|
| 65 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
| 66 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">lib\2013\x86\Debug\</OutDir>
|
| 67 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">lib\2013\x64\Debug\</OutDir>
|
| 68 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">glslang\UserM_Debug\</IntDir>
|
| 69 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">glslang\UserM_Debug64\</IntDir>
|
| 70 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
|
| 71 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental>
|
| 72 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">lib\2013\x86\Release\</OutDir>
|
| 73 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">lib\2013\x64\Release\</OutDir>
|
| 74 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">glslang\UserM_Release\</IntDir>
|
| 75 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">glslang\UserM_Release64\</IntDir>
|
| 76 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
| 77 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
| 78 | <PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</PostBuildEventUseInBuild>
|
| 79 | <PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</PostBuildEventUseInBuild>
|
| 80 | <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.lib</TargetExt>
|
| 81 | <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.lib</TargetExt>
|
| 82 | <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.lib</TargetExt>
|
| 83 | <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.lib</TargetExt>
|
| 84 | <PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</PostBuildEventUseInBuild>
|
| 85 | <PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</PostBuildEventUseInBuild>
|
| 86 | </PropertyGroup>
|
| 87 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 88 | <ClCompile>
|
| 89 | <Optimization>Disabled</Optimization>
|
| 90 | <AdditionalIncludeDirectories>glslang;glslang\MachineIndependent;glslang\OSDependent\Windows;OGLCompilersDLL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| 91 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_HAS_ITERATOR_DEBUGGING=0;_ALLOW_RUNTIME_LIBRARY_MISMATCH;_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH;_ALLOW_MSC_VER_MISMATCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 92 | <MinimalRebuild>false</MinimalRebuild>
|
| 93 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| 94 | <PrecompiledHeaderOutputFile>
|
| 95 | </PrecompiledHeaderOutputFile>
|
| 96 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
| 97 | <ObjectFileName>$(IntDir)</ObjectFileName>
|
| 98 | <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
| 99 | <BrowseInformation>
|
| 100 | </BrowseInformation>
|
| 101 | <WarningLevel>Level3</WarningLevel>
|
| 102 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
| 103 | <DebugInformationFormat>OldStyle</DebugInformationFormat>
|
| 104 | <CallingConvention>Cdecl</CallingConvention>
|
| 105 | <CompileAs>Default</CompileAs>
|
| 106 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
| 107 | <StringPooling>true</StringPooling>
|
| 108 | <AdditionalOptions>/d2Zi+ %(AdditionalOptions)</AdditionalOptions>
|
| 109 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
| 110 | <TreatWarningAsError>false</TreatWarningAsError>
|
| 111 | </ClCompile>
|
| 112 | <Link>
|
| 113 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
|
| 114 | <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| 115 | <SuppressStartupBanner>false</SuppressStartupBanner>
|
| 116 | <IgnoreSpecificDefaultLibraries>libcmtd.lib;libcd.lib;libcmt.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
| 117 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 118 | <ProgramDatabaseFile>UserM_Debug/glslang.pdb</ProgramDatabaseFile>
|
| 119 | <SubSystem>Console</SubSystem>
|
| 120 | <ImportLibrary>UserM_Debug/generic/glslang.lib</ImportLibrary>
|
| 121 | <OutputFile>$(IntDir)$(TargetName)$(TargetExt)</OutputFile>
|
| 122 | </Link>
|
| 123 | <Midl>
|
| 124 | <TypeLibraryName>UserM_Debug/generic/glslang.tlb</TypeLibraryName>
|
| 125 | </Midl>
|
| 126 | <PostBuildEvent>
|
| 127 | <Message>copy dll</Message>
|
| 128 | <Command>del Test\$(TargetName)$(TargetExt)
|
| 129 | xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test</Command>
|
| 130 | </PostBuildEvent>
|
| 131 | <ResourceCompile>
|
| 132 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 133 | <Culture>0x0809</Culture>
|
| 134 | </ResourceCompile>
|
| 135 | </ItemDefinitionGroup>
|
| 136 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 137 | <ClCompile>
|
| 138 | <Optimization>Disabled</Optimization>
|
| 139 | <AdditionalIncludeDirectories>glslang;glslang\MachineIndependent;glslang\OSDependent\Windows;OGLCompilersDLL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| 140 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_HAS_ITERATOR_DEBUGGING=0;_ALLOW_RUNTIME_LIBRARY_MISMATCH;_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH;_ALLOW_MSC_VER_MISMATCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 141 | <MinimalRebuild>false</MinimalRebuild>
|
| 142 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| 143 | <PrecompiledHeaderOutputFile>
|
| 144 | </PrecompiledHeaderOutputFile>
|
| 145 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
| 146 | <ObjectFileName>$(IntDir)</ObjectFileName>
|
| 147 | <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
| 148 | <BrowseInformation>
|
| 149 | </BrowseInformation>
|
| 150 | <WarningLevel>Level3</WarningLevel>
|
| 151 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
| 152 | <DebugInformationFormat>OldStyle</DebugInformationFormat>
|
| 153 | <CallingConvention>Cdecl</CallingConvention>
|
| 154 | <CompileAs>Default</CompileAs>
|
| 155 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
| 156 | <StringPooling>true</StringPooling>
|
| 157 | <AdditionalOptions>/d2Zi+ %(AdditionalOptions)</AdditionalOptions>
|
| 158 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
| 159 | </ClCompile>
|
| 160 | <Link>
|
| 161 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
|
| 162 | <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| 163 | <SuppressStartupBanner>false</SuppressStartupBanner>
|
| 164 | <IgnoreSpecificDefaultLibraries>libcmtd.lib;libcd.lib;libcmt.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
| 165 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 166 | <ProgramDatabaseFile>UserM_Debug/glslang.pdb</ProgramDatabaseFile>
|
| 167 | <SubSystem>Console</SubSystem>
|
| 168 | <ImportLibrary>UserM_Debug/generic/glslang.lib</ImportLibrary>
|
| 169 | <OutputFile>$(IntDir)$(TargetName)$(TargetExt)</OutputFile>
|
| 170 | </Link>
|
| 171 | <Midl>
|
| 172 | <TypeLibraryName>UserM_Debug/generic/glslang.tlb</TypeLibraryName>
|
| 173 | </Midl>
|
| 174 | <PostBuildEvent>
|
| 175 | <Message>copy dll</Message>
|
| 176 | <Command>del Test\$(TargetName)$(TargetExt)
|
| 177 | xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test</Command>
|
| 178 | </PostBuildEvent>
|
| 179 | <ResourceCompile>
|
| 180 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 181 | <Culture>0x0809</Culture>
|
| 182 | </ResourceCompile>
|
| 183 | <Lib>
|
| 184 | <TargetMachine>MachineX64</TargetMachine>
|
| 185 | </Lib>
|
| 186 | </ItemDefinitionGroup>
|
| 187 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 188 | <ClCompile>
|
| 189 | <Optimization>MaxSpeed</Optimization>
|
| 190 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
| 191 | <OmitFramePointers>true</OmitFramePointers>
|
| 192 | <AdditionalIncludeDirectories>glslang;glslang\MachineIndependent;glslang\OSDependent\Windows;OGLCompilersDLL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| 193 | <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;_USRDLL;TEST_EXPORTS;GENERIC_COMPILER;_HAS_ITERATOR_DEBUGGING=0;_ALLOW_RUNTIME_LIBRARY_MISMATCH;_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH;_ALLOW_MSC_VER_MISMATCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 194 | <StringPooling>true</StringPooling>
|
| 195 | <MinimalRebuild>false</MinimalRebuild>
|
| 196 | <BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
| 197 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| 198 | <BufferSecurityCheck>true</BufferSecurityCheck>
|
| 199 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 200 | <PrecompiledHeaderOutputFile>
|
| 201 | </PrecompiledHeaderOutputFile>
|
| 202 | <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
|
| 203 | <ObjectFileName>UserM_Release/</ObjectFileName>
|
| 204 | <ProgramDataBaseFileName>
|
| 205 | </ProgramDataBaseFileName>
|
| 206 | <BrowseInformation>
|
| 207 | </BrowseInformation>
|
| 208 | <WarningLevel>Level3</WarningLevel>
|
| 209 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
| 210 | <DebugInformationFormat>OldStyle</DebugInformationFormat>
|
| 211 | <CallingConvention>Cdecl</CallingConvention>
|
| 212 | <CompileAs>Default</CompileAs>
|
| 213 | <AdditionalOptions>/d2Zi+ %(AdditionalOptions)</AdditionalOptions>
|
| 214 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
| 215 | </ClCompile>
|
| 216 | <Link>
|
| 217 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
|
| 218 | <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| 219 | <OutputFile>UserM_Release/generic/glslang.dll</OutputFile>
|
| 220 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
| 221 | <IgnoreSpecificDefaultLibraries>libcmtd.lib;libcd.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
| 222 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 223 | <ProgramDatabaseFile>UserM_Release/generic/glslang.pdb</ProgramDatabaseFile>
|
| 224 | <SubSystem>Console</SubSystem>
|
| 225 | <OptimizeReferences>true</OptimizeReferences>
|
| 226 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 227 | <ImportLibrary>UserM_Release/generic/glslang.lib</ImportLibrary>
|
| 228 | </Link>
|
| 229 | <Midl>
|
| 230 | <TypeLibraryName>UserM_Release/generic/glslang.tlb</TypeLibraryName>
|
| 231 | </Midl>
|
| 232 | <PostBuildEvent>
|
| 233 | <Message>copy dll</Message>
|
| 234 | <Command>del Test\$(TargetName)$(TargetExt)
|
| 235 | xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test</Command>
|
| 236 | </PostBuildEvent>
|
| 237 | <ResourceCompile>
|
| 238 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 239 | <Culture>0x0809</Culture>
|
| 240 | </ResourceCompile>
|
| 241 | </ItemDefinitionGroup>
|
| 242 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 243 | <ClCompile>
|
| 244 | <Optimization>MaxSpeed</Optimization>
|
| 245 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
| 246 | <OmitFramePointers>true</OmitFramePointers>
|
| 247 | <AdditionalIncludeDirectories>glslang;glslang\MachineIndependent;glslang\OSDependent\Windows;OGLCompilersDLL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| 248 | <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;_USRDLL;TEST_EXPORTS;GENERIC_COMPILER;_HAS_ITERATOR_DEBUGGING=0;_ALLOW_RUNTIME_LIBRARY_MISMATCH;_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH;_ALLOW_MSC_VER_MISMATCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 249 | <StringPooling>true</StringPooling>
|
| 250 | <MinimalRebuild>false</MinimalRebuild>
|
| 251 | <BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
| 252 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| 253 | <BufferSecurityCheck>true</BufferSecurityCheck>
|
| 254 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 255 | <PrecompiledHeaderOutputFile>
|
| 256 | </PrecompiledHeaderOutputFile>
|
| 257 | <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
|
| 258 | <ObjectFileName>UserM_Release/</ObjectFileName>
|
| 259 | <ProgramDataBaseFileName>
|
| 260 | </ProgramDataBaseFileName>
|
| 261 | <BrowseInformation>
|
| 262 | </BrowseInformation>
|
| 263 | <WarningLevel>Level3</WarningLevel>
|
| 264 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
| 265 | <DebugInformationFormat>OldStyle</DebugInformationFormat>
|
| 266 | <CallingConvention>Cdecl</CallingConvention>
|
| 267 | <CompileAs>Default</CompileAs>
|
| 268 | <AdditionalOptions>/d2Zi+ %(AdditionalOptions)</AdditionalOptions>
|
| 269 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
| 270 | </ClCompile>
|
| 271 | <Link>
|
| 272 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
|
| 273 | <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| 274 | <OutputFile>UserM_Release/generic/glslang.dll</OutputFile>
|
| 275 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
| 276 | <IgnoreSpecificDefaultLibraries>libcmtd.lib;libcd.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
| 277 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 278 | <ProgramDatabaseFile>UserM_Release/generic/glslang.pdb</ProgramDatabaseFile>
|
| 279 | <SubSystem>Console</SubSystem>
|
| 280 | <OptimizeReferences>true</OptimizeReferences>
|
| 281 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 282 | <ImportLibrary>UserM_Release/generic/glslang.lib</ImportLibrary>
|
| 283 | </Link>
|
| 284 | <Midl>
|
| 285 | <TypeLibraryName>UserM_Release/generic/glslang.tlb</TypeLibraryName>
|
| 286 | </Midl>
|
| 287 | <PostBuildEvent>
|
| 288 | <Message>copy dll</Message>
|
| 289 | <Command>del Test\$(TargetName)$(TargetExt)
|
| 290 | xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test</Command>
|
| 291 | </PostBuildEvent>
|
| 292 | <ResourceCompile>
|
| 293 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 294 | <Culture>0x0809</Culture>
|
| 295 | </ResourceCompile>
|
| 296 | <Lib>
|
| 297 | <TargetMachine>MachineX64</TargetMachine>
|
| 298 | </Lib>
|
| 299 | </ItemDefinitionGroup>
|
| 300 | <ItemGroup>
|
| 301 | <ClCompile Include="glslang\MachineIndependent\Constant.cpp" />
|
| 302 | <ClCompile Include="glslang\MachineIndependent\glslang_tab.cpp">
|
| 303 | <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">4065</DisableSpecificWarnings>
|
| 304 | <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">4065</DisableSpecificWarnings>
|
| 305 | <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">4065</DisableSpecificWarnings>
|
| 306 | <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|x64'">4065</DisableSpecificWarnings>
|
| 307 | </ClCompile>
|
| 308 | <ClCompile Include="glslang\MachineIndependent\InfoSink.cpp" />
|
| 309 | <ClCompile Include="glslang\MachineIndependent\Initialize.cpp" />
|
| 310 | <ClCompile Include="glslang\MachineIndependent\limits.cpp" />
|
| 311 | <ClCompile Include="glslang\MachineIndependent\linkValidate.cpp" />
|
| 312 | <ClCompile Include="glslang\MachineIndependent\preprocessor\Pp.cpp" />
|
| 313 | <ClCompile Include="glslang\MachineIndependent\preprocessor\PpAtom.cpp" />
|
| 314 | <ClCompile Include="glslang\MachineIndependent\preprocessor\PpMemory.cpp" />
|
| 315 | <ClCompile Include="glslang\MachineIndependent\preprocessor\PpScanner.cpp" />
|
| 316 | <ClCompile Include="glslang\MachineIndependent\preprocessor\PpContext.cpp" />
|
| 317 | <ClCompile Include="glslang\MachineIndependent\preprocessor\PpSymbols.cpp" />
|
| 318 | <ClCompile Include="glslang\MachineIndependent\preprocessor\PpTokens.cpp" />
|
John Kessenich | 474b84b | 2013-11-26 13:37:57 +0000 | [diff] [blame] | 319 | <ClCompile Include="glslang\MachineIndependent\reflection.cpp" />
|
John Kessenich | c0827e4 | 2013-11-14 16:05:13 +0000 | [diff] [blame] | 320 | <ClCompile Include="glslang\MachineIndependent\Scan.cpp" />
|
| 321 | <ClCompile Include="glslang\MachineIndependent\Versions.cpp" />
|
| 322 | <ClCompile Include="OGLCompilersDLL\InitializeDll.cpp" />
|
| 323 | <ClCompile Include="glslang\MachineIndependent\IntermTraverse.cpp" />
|
| 324 | <ClCompile Include="glslang\MachineIndependent\Intermediate.cpp" />
|
| 325 | <ClCompile Include="glslang\MachineIndependent\ParseHelper.cpp" />
|
| 326 | <ClCompile Include="glslang\MachineIndependent\PoolAlloc.cpp" />
|
| 327 | <ClCompile Include="glslang\MachineIndependent\RemoveTree.cpp" />
|
| 328 | <ClCompile Include="glslang\MachineIndependent\ShaderLang.cpp" />
|
| 329 | <ClCompile Include="glslang\MachineIndependent\SymbolTable.cpp" />
|
| 330 | <ClCompile Include="glslang\MachineIndependent\intermOut.cpp" />
|
| 331 | <ClCompile Include="glslang\MachineIndependent\parseConst.cpp" />
|
| 332 | <ClCompile Include="glslang\OSDependent\Windows\main.cpp" />
|
| 333 | <ClCompile Include="glslang\OSDependent\Windows\ossource.cpp" />
|
| 334 | <ClCompile Include="glslang\OSDependent\Linux\ossource.cpp">
|
| 335 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
| 336 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
| 337 | <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
|
| 338 | <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename)1.obj</ObjectFileName>
|
| 339 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
| 340 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
| 341 | <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
|
| 342 | <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename)1.obj</ObjectFileName>
|
| 343 | </ClCompile>
|
| 344 | </ItemGroup>
|
| 345 | <ItemGroup>
|
| 346 | <ClInclude Include="glslang\MachineIndependent\glslang_tab.cpp.h" />
|
| 347 | <ClInclude Include="glslang\MachineIndependent\Initialize.h" />
|
| 348 | <ClInclude Include="glslang\MachineIndependent\ParseHelper.h" />
|
| 349 | <ClInclude Include="glslang\MachineIndependent\preprocessor\PpContext.h" />
|
| 350 | <ClInclude Include="glslang\MachineIndependent\preprocessor\PpTokens.h" />
|
| 351 | <ClInclude Include="glslang\MachineIndependent\reflection.h" />
|
| 352 | <ClInclude Include="glslang\MachineIndependent\RemoveTree.h" />
|
| 353 | <ClInclude Include="glslang\MachineIndependent\localintermediate.h" />
|
| 354 | <ClInclude Include="glslang\Include\BaseTypes.h" />
|
| 355 | <ClInclude Include="glslang\Include\Common.h" />
|
| 356 | <ClInclude Include="glslang\Include\ConstantUnion.h" />
|
| 357 | <ClInclude Include="glslang\Include\InfoSink.h" />
|
| 358 | <ClInclude Include="glslang\MachineIndependent\Scan.h" />
|
| 359 | <ClInclude Include="glslang\MachineIndependent\ScanContext.h" />
|
| 360 | <ClInclude Include="glslang\MachineIndependent\Versions.h" />
|
| 361 | <ClInclude Include="OGLCompilersDLL\InitializeDll.h" />
|
| 362 | <ClInclude Include="glslang\Include\InitializeGlobals.h" />
|
| 363 | <ClInclude Include="glslang\Include\PoolAlloc.h" />
|
| 364 | <ClInclude Include="glslang\Include\ResourceLimits.h" />
|
| 365 | <ClInclude Include="glslang\Include\ShHandle.h" />
|
| 366 | <ClInclude Include="glslang\MachineIndependent\SymbolTable.h" />
|
| 367 | <ClInclude Include="glslang\Include\Types.h" />
|
| 368 | <ClInclude Include="glslang\Include\intermediate.h" />
|
| 369 | <ClInclude Include="glslang\MachineIndependent\unistd.h" />
|
| 370 | <ClInclude Include="glslang\Public\ShaderLang.h" />
|
| 371 | <ClInclude Include="glslang\OSDependent\Windows\osinclude.h" />
|
| 372 | <ClInclude Include="glslang\OSDependent\Linux\osinclude.h" />
|
| 373 | </ItemGroup>
|
| 374 | <ItemGroup>
|
| 375 | <CustomBuild Include="glslang\MachineIndependent\glslang.y">
|
| 376 | <FileType>Document</FileType>
|
| 377 | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Executing Bison on glslang.y</Message>
|
| 378 | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Executing Bison on glslang.y</Message>
|
| 379 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">SET BISON_SIMPLE=%(RootDir)%(Directory)..\..\tools\bison.simple
|
| 380 | SET BISON_HAIRY=%(RootDir)%(Directory)..\..\tools\bison.simple
|
| 381 | cd %(RootDir)%(Directory)
|
| 382 | %(RootDir)%(Directory)..\..\tools\bison.exe --defines=glslang_tab.cpp.h -t glslang.y -o glslang_tab.cpp</Command>
|
| 383 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">SET BISON_SIMPLE=%(RootDir)%(Directory)..\..\tools\bison.simple
|
| 384 | SET BISON_HAIRY=%(RootDir)%(Directory)..\..\tools\bison.simple
|
| 385 | cd %(RootDir)%(Directory)
|
| 386 | %(RootDir)%(Directory)..\..\tools\bison.exe --defines=glslang_tab.cpp.h -t glslang.y -o glslang_tab.cpp</Command>
|
| 387 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(RootDir)%(Directory)%(Filename)_tab.cpp.h;%(RootDir)%(Directory)%(Filename)_tab.cpp</Outputs>
|
| 388 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(RootDir)%(Directory)%(Filename)_tab.cpp.h;%(RootDir)%(Directory)%(Filename)_tab.cpp</Outputs>
|
| 389 | <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Executing Bison on glslang.y</Message>
|
| 390 | <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Executing Bison on glslang.y</Message>
|
| 391 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">SET BISON_SIMPLE=%(RootDir)%(Directory)..\..\tools\bison.simple
|
| 392 | SET BISON_HAIRY=%(RootDir)%(Directory)..\..\tools\bison.simple
|
| 393 | cd %(RootDir)%(Directory)
|
| 394 | %(RootDir)%(Directory)..\..\tools\bison.exe --defines=glslang_tab.cpp.h -t glslang.y -o glslang_tab.cpp</Command>
|
| 395 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">SET BISON_SIMPLE=%(RootDir)%(Directory)..\..\tools\bison.simple
|
| 396 | SET BISON_HAIRY=%(RootDir)%(Directory)..\..\tools\bison.simple
|
| 397 | cd %(RootDir)%(Directory)
|
| 398 | %(RootDir)%(Directory)..\..\tools\bison.exe --defines=glslang_tab.cpp.h -t glslang.y -o glslang_tab.cpp</Command>
|
| 399 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(RootDir)%(Directory)%(Filename)_tab.cpp.h;%(RootDir)%(Directory)%(Filename)_tab.cpp</Outputs>
|
| 400 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(RootDir)%(Directory)%(Filename)_tab.cpp.h;%(RootDir)%(Directory)%(Filename)_tab.cpp</Outputs>
|
| 401 | </CustomBuild>
|
| 402 | </ItemGroup>
|
| 403 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 404 | <ImportGroup Label="ExtensionTargets">
|
| 405 | </ImportGroup>
|
| 406 | </Project> |