blob: 0e2afa828bc1487051d22d3b12175b2667728cc3 [file] [log] [blame]
John Kessenich9fd55bd2012-12-13 00:05:26 +00001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
John Kessenichf3591992014-01-23 21:40:33 +00004 <ProjectConfiguration Include="Debug CRT DLL|Win32">
5 <Configuration>Debug CRT DLL</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
John Kessenich9fd55bd2012-12-13 00:05:26 +00008 <ProjectConfiguration Include="Debug|Win32">
9 <Configuration>Debug</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
John Kessenichf3591992014-01-23 21:40:33 +000012 <ProjectConfiguration Include="Release CRT DLL|Win32">
13 <Configuration>Release CRT DLL</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
John Kessenich9fd55bd2012-12-13 00:05:26 +000016 <ProjectConfiguration Include="Release|Win32">
17 <Configuration>Release</Configuration>
18 <Platform>Win32</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">
John Kessenichece0d0c2012-12-13 00:09:49 +000027 <ConfigurationType>StaticLibrary</ConfigurationType>
John Kessenich9fd55bd2012-12-13 00:05:26 +000028 <UseOfMfc>false</UseOfMfc>
29 <CharacterSet>MultiByte</CharacterSet>
John Kessenichefb2b7d2014-01-23 00:35:24 +000030 <PlatformToolset>v110_xp</PlatformToolset>
John Kessenich9fd55bd2012-12-13 00:05:26 +000031 </PropertyGroup>
John Kessenichf3591992014-01-23 21:40:33 +000032 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'" Label="Configuration">
33 <ConfigurationType>StaticLibrary</ConfigurationType>
34 <UseOfMfc>false</UseOfMfc>
35 <CharacterSet>MultiByte</CharacterSet>
36 <PlatformToolset>v110_xp</PlatformToolset>
37 </PropertyGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +000038 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
John Kessenichece0d0c2012-12-13 00:09:49 +000039 <ConfigurationType>StaticLibrary</ConfigurationType>
John Kessenich9fd55bd2012-12-13 00:05:26 +000040 <CharacterSet>MultiByte</CharacterSet>
John Kessenichefb2b7d2014-01-23 00:35:24 +000041 <PlatformToolset>v110_xp</PlatformToolset>
John Kessenich9fd55bd2012-12-13 00:05:26 +000042 </PropertyGroup>
John Kessenichf3591992014-01-23 21:40:33 +000043 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'" Label="Configuration">
44 <ConfigurationType>StaticLibrary</ConfigurationType>
45 <CharacterSet>MultiByte</CharacterSet>
46 <PlatformToolset>v110_xp</PlatformToolset>
47 </PropertyGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +000048 <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>
John Kessenichf3591992014-01-23 21:40:33 +000054 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'" Label="PropertySheets">
55 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56 </ImportGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +000057 <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>
John Kessenichf3591992014-01-23 21:40:33 +000060 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'" Label="PropertySheets">
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 </ImportGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +000063 <PropertyGroup Label="UserMacros" />
64 <PropertyGroup>
65 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
66 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">glslang\UserM_Debug\</OutDir>
John Kessenichf3591992014-01-23 21:40:33 +000067 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">glslang\UserM_Debug\</OutDir>
John Kessenich9fd55bd2012-12-13 00:05:26 +000068 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">glslang\UserM_Debug\</IntDir>
John Kessenichf3591992014-01-23 21:40:33 +000069 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">glslang\UserM_Debug\</IntDir>
John Kessenich9fd55bd2012-12-13 00:05:26 +000070 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
John Kessenichf3591992014-01-23 21:40:33 +000071 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">false</LinkIncremental>
John Kessenichece0d0c2012-12-13 00:09:49 +000072 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">glslang\UserM_Release\</OutDir>
John Kessenichf3591992014-01-23 21:40:33 +000073 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">glslang\UserM_Release\</OutDir>
John Kessenichece0d0c2012-12-13 00:09:49 +000074 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">glslang\UserM_Release\</IntDir>
John Kessenichf3591992014-01-23 21:40:33 +000075 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">glslang\UserM_Release\</IntDir>
John Kessenich9fd55bd2012-12-13 00:05:26 +000076 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
John Kessenichf3591992014-01-23 21:40:33 +000077 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">false</LinkIncremental>
John Kessenichece0d0c2012-12-13 00:09:49 +000078 <PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</PostBuildEventUseInBuild>
John Kessenichf3591992014-01-23 21:40:33 +000079 <PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">false</PostBuildEventUseInBuild>
John Kessenichece0d0c2012-12-13 00:09:49 +000080 <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.lib</TargetExt>
John Kessenichf3591992014-01-23 21:40:33 +000081 <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">.lib</TargetExt>
John Kessenichece0d0c2012-12-13 00:09:49 +000082 <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.lib</TargetExt>
John Kessenichf3591992014-01-23 21:40:33 +000083 <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">.lib</TargetExt>
John Kessenichece0d0c2012-12-13 00:09:49 +000084 <PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</PostBuildEventUseInBuild>
John Kessenichf3591992014-01-23 21:40:33 +000085 <PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">false</PostBuildEventUseInBuild>
John Kessenich9fd55bd2012-12-13 00:05:26 +000086 </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>
John Kessenichece0d0c2012-12-13 00:09:49 +000091 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
John Kessenich9fd55bd2012-12-13 00:05:26 +000092 <MinimalRebuild>false</MinimalRebuild>
93 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
John Kessenich9fd55bd2012-12-13 00:05:26 +000094 <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>ProgramDatabase</DebugInformationFormat>
John Kessenichece0d0c2012-12-13 00:09:49 +0000104 <CallingConvention>Cdecl</CallingConvention>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000105 <CompileAs>Default</CompileAs>
John Kessenich28b95b62014-01-22 23:23:19 +0000106 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
John Kessenichece0d0c2012-12-13 00:09:49 +0000107 <StringPooling>true</StringPooling>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000108 </ClCompile>
109 <Link>
110 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
111 <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
112 <SuppressStartupBanner>false</SuppressStartupBanner>
113 <IgnoreSpecificDefaultLibraries>libcmtd.lib;libcd.lib;libcmt.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
114 <GenerateDebugInformation>true</GenerateDebugInformation>
115 <ProgramDatabaseFile>UserM_Debug/glslang.pdb</ProgramDatabaseFile>
116 <SubSystem>Console</SubSystem>
117 <ImportLibrary>UserM_Debug/generic/glslang.lib</ImportLibrary>
118 <OutputFile>$(IntDir)$(TargetName)$(TargetExt)</OutputFile>
119 </Link>
120 <Midl>
121 <TypeLibraryName>UserM_Debug/generic/glslang.tlb</TypeLibraryName>
122 </Midl>
123 <PostBuildEvent>
124 <Message>copy dll</Message>
125 <Command>del Test\$(TargetName)$(TargetExt)
126xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test</Command>
127 </PostBuildEvent>
128 <ResourceCompile>
129 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
130 <Culture>0x0809</Culture>
131 </ResourceCompile>
John Kessenich319de232013-12-04 04:43:40 +0000132 <PreBuildEvent>
133 <Command>SubWCRev . glslang/Include/revision.template glslang/Include/revision.h -q</Command>
134 </PreBuildEvent>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000135 </ItemDefinitionGroup>
John Kessenichf3591992014-01-23 21:40:33 +0000136 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">
137 <ClCompile>
138 <Optimization>Disabled</Optimization>
139 <AdditionalIncludeDirectories>glslang;glslang\MachineIndependent;glslang\OSDependent\Windows;OGLCompilersDLL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
140 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(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>ProgramDatabase</DebugInformationFormat>
153 <CallingConvention>Cdecl</CallingConvention>
154 <CompileAs>Default</CompileAs>
155 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
156 <StringPooling>true</StringPooling>
157 </ClCompile>
158 <Link>
159 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
160 <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
161 <SuppressStartupBanner>false</SuppressStartupBanner>
162 <IgnoreSpecificDefaultLibraries>libcmtd.lib;libcd.lib;libcmt.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
163 <GenerateDebugInformation>true</GenerateDebugInformation>
164 <ProgramDatabaseFile>UserM_Debug/glslang.pdb</ProgramDatabaseFile>
165 <SubSystem>Console</SubSystem>
166 <ImportLibrary>UserM_Debug/generic/glslang.lib</ImportLibrary>
167 <OutputFile>$(IntDir)$(TargetName)$(TargetExt)</OutputFile>
168 </Link>
169 <Midl>
170 <TypeLibraryName>UserM_Debug/generic/glslang.tlb</TypeLibraryName>
171 </Midl>
172 <PostBuildEvent>
173 <Message>copy dll</Message>
174 <Command>del Test\$(TargetName)$(TargetExt)
175xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test</Command>
176 </PostBuildEvent>
177 <ResourceCompile>
178 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
179 <Culture>0x0809</Culture>
180 </ResourceCompile>
181 <PreBuildEvent>
182 <Command>SubWCRev . glslang/Include/revision.template glslang/Include/revision.h -q</Command>
183 </PreBuildEvent>
184 </ItemDefinitionGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000185 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
186 <ClCompile>
187 <Optimization>MaxSpeed</Optimization>
188 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
189 <OmitFramePointers>true</OmitFramePointers>
190 <AdditionalIncludeDirectories>glslang;glslang\MachineIndependent;glslang\OSDependent\Windows;OGLCompilersDLL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
191 <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;_USRDLL;TEST_EXPORTS;GENERIC_COMPILER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
192 <StringPooling>true</StringPooling>
193 <MinimalRebuild>false</MinimalRebuild>
194 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
John Kessenich28b95b62014-01-22 23:23:19 +0000195 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000196 <BufferSecurityCheck>true</BufferSecurityCheck>
197 <FunctionLevelLinking>true</FunctionLevelLinking>
198 <PrecompiledHeaderOutputFile>
199 </PrecompiledHeaderOutputFile>
200 <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
201 <ObjectFileName>UserM_Release/</ObjectFileName>
John Kessenichece0d0c2012-12-13 00:09:49 +0000202 <ProgramDataBaseFileName>
203 </ProgramDataBaseFileName>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000204 <BrowseInformation>
205 </BrowseInformation>
206 <WarningLevel>Level3</WarningLevel>
207 <SuppressStartupBanner>true</SuppressStartupBanner>
208 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
John Kessenichece0d0c2012-12-13 00:09:49 +0000209 <CallingConvention>Cdecl</CallingConvention>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000210 <CompileAs>Default</CompileAs>
211 </ClCompile>
212 <Link>
213 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
214 <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
215 <OutputFile>UserM_Release/generic/glslang.dll</OutputFile>
216 <SuppressStartupBanner>true</SuppressStartupBanner>
217 <IgnoreSpecificDefaultLibraries>libcmtd.lib;libcd.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
218 <GenerateDebugInformation>true</GenerateDebugInformation>
219 <ProgramDatabaseFile>UserM_Release/generic/glslang.pdb</ProgramDatabaseFile>
220 <SubSystem>Console</SubSystem>
221 <OptimizeReferences>true</OptimizeReferences>
222 <EnableCOMDATFolding>true</EnableCOMDATFolding>
223 <ImportLibrary>UserM_Release/generic/glslang.lib</ImportLibrary>
224 </Link>
225 <Midl>
226 <TypeLibraryName>UserM_Release/generic/glslang.tlb</TypeLibraryName>
227 </Midl>
228 <PostBuildEvent>
229 <Message>copy dll</Message>
John Kessenichece0d0c2012-12-13 00:09:49 +0000230 <Command>del Test\$(TargetName)$(TargetExt)
231xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test</Command>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000232 </PostBuildEvent>
233 <ResourceCompile>
234 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
235 <Culture>0x0809</Culture>
236 </ResourceCompile>
John Kessenich319de232013-12-04 04:43:40 +0000237 <PreBuildEvent>
238 <Command>SubWCRev . glslang/Include/revision.template glslang/Include/revision.h -q</Command>
239 </PreBuildEvent>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000240 </ItemDefinitionGroup>
John Kessenichf3591992014-01-23 21:40:33 +0000241 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">
242 <ClCompile>
243 <Optimization>MaxSpeed</Optimization>
244 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
245 <OmitFramePointers>true</OmitFramePointers>
246 <AdditionalIncludeDirectories>glslang;glslang\MachineIndependent;glslang\OSDependent\Windows;OGLCompilersDLL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
247 <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;_USRDLL;TEST_EXPORTS;GENERIC_COMPILER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
248 <StringPooling>true</StringPooling>
249 <MinimalRebuild>false</MinimalRebuild>
250 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
251 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
252 <BufferSecurityCheck>true</BufferSecurityCheck>
253 <FunctionLevelLinking>true</FunctionLevelLinking>
254 <PrecompiledHeaderOutputFile>
255 </PrecompiledHeaderOutputFile>
256 <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
257 <ObjectFileName>UserM_Release/</ObjectFileName>
258 <ProgramDataBaseFileName>
259 </ProgramDataBaseFileName>
260 <BrowseInformation>
261 </BrowseInformation>
262 <WarningLevel>Level3</WarningLevel>
263 <SuppressStartupBanner>true</SuppressStartupBanner>
264 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
265 <CallingConvention>Cdecl</CallingConvention>
266 <CompileAs>Default</CompileAs>
267 </ClCompile>
268 <Link>
269 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
270 <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
271 <OutputFile>UserM_Release/generic/glslang.dll</OutputFile>
272 <SuppressStartupBanner>true</SuppressStartupBanner>
273 <IgnoreSpecificDefaultLibraries>libcmtd.lib;libcd.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
274 <GenerateDebugInformation>true</GenerateDebugInformation>
275 <ProgramDatabaseFile>UserM_Release/generic/glslang.pdb</ProgramDatabaseFile>
276 <SubSystem>Console</SubSystem>
277 <OptimizeReferences>true</OptimizeReferences>
278 <EnableCOMDATFolding>true</EnableCOMDATFolding>
279 <ImportLibrary>UserM_Release/generic/glslang.lib</ImportLibrary>
280 </Link>
281 <Midl>
282 <TypeLibraryName>UserM_Release/generic/glslang.tlb</TypeLibraryName>
283 </Midl>
284 <PostBuildEvent>
285 <Message>copy dll</Message>
286 <Command>del Test\$(TargetName)$(TargetExt)
287xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test</Command>
288 </PostBuildEvent>
289 <ResourceCompile>
290 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
291 <Culture>0x0809</Culture>
292 </ResourceCompile>
293 <PreBuildEvent>
294 <Command>SubWCRev . glslang/Include/revision.template glslang/Include/revision.h -q</Command>
295 </PreBuildEvent>
296 </ItemDefinitionGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000297 <ItemGroup>
John Kessenich53fb4652013-03-07 19:22:07 +0000298 <ClCompile Include="glslang\MachineIndependent\Constant.cpp" />
John Kessenich72133242013-07-08 19:39:16 +0000299 <ClCompile Include="glslang\MachineIndependent\glslang_tab.cpp">
300 <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">4065</DisableSpecificWarnings>
John Kessenichf3591992014-01-23 21:40:33 +0000301 <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">4065</DisableSpecificWarnings>
John Kessenichfb4a0b62013-07-09 23:57:13 +0000302 <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">4065</DisableSpecificWarnings>
John Kessenichf3591992014-01-23 21:40:33 +0000303 <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">4065</DisableSpecificWarnings>
John Kessenich72133242013-07-08 19:39:16 +0000304 </ClCompile>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000305 <ClCompile Include="glslang\MachineIndependent\InfoSink.cpp" />
306 <ClCompile Include="glslang\MachineIndependent\Initialize.cpp" />
John Kessenich27b72e42013-10-14 22:42:16 +0000307 <ClCompile Include="glslang\MachineIndependent\limits.cpp" />
John Kessenichfb57e7c2013-10-15 21:46:20 +0000308 <ClCompile Include="glslang\MachineIndependent\linkValidate.cpp" />
John Kessenich72133242013-07-08 19:39:16 +0000309 <ClCompile Include="glslang\MachineIndependent\preprocessor\Pp.cpp" />
310 <ClCompile Include="glslang\MachineIndependent\preprocessor\PpAtom.cpp" />
311 <ClCompile Include="glslang\MachineIndependent\preprocessor\PpMemory.cpp" />
312 <ClCompile Include="glslang\MachineIndependent\preprocessor\PpScanner.cpp" />
313 <ClCompile Include="glslang\MachineIndependent\preprocessor\PpContext.cpp" />
314 <ClCompile Include="glslang\MachineIndependent\preprocessor\PpSymbols.cpp" />
315 <ClCompile Include="glslang\MachineIndependent\preprocessor\PpTokens.cpp" />
John Kessenich11f9fc72013-11-07 01:06:34 +0000316 <ClCompile Include="glslang\MachineIndependent\reflection.cpp" />
John Kessenich41cf6b52013-06-25 18:10:05 +0000317 <ClCompile Include="glslang\MachineIndependent\Scan.cpp" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000318 <ClCompile Include="glslang\MachineIndependent\Versions.cpp" />
319 <ClCompile Include="OGLCompilersDLL\InitializeDll.cpp" />
320 <ClCompile Include="glslang\MachineIndependent\IntermTraverse.cpp" />
321 <ClCompile Include="glslang\MachineIndependent\Intermediate.cpp" />
322 <ClCompile Include="glslang\MachineIndependent\ParseHelper.cpp" />
323 <ClCompile Include="glslang\MachineIndependent\PoolAlloc.cpp" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000324 <ClCompile Include="glslang\MachineIndependent\RemoveTree.cpp" />
325 <ClCompile Include="glslang\MachineIndependent\ShaderLang.cpp" />
326 <ClCompile Include="glslang\MachineIndependent\SymbolTable.cpp" />
327 <ClCompile Include="glslang\MachineIndependent\intermOut.cpp" />
328 <ClCompile Include="glslang\MachineIndependent\parseConst.cpp" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000329 <ClCompile Include="glslang\OSDependent\Windows\main.cpp" />
330 <ClCompile Include="glslang\OSDependent\Windows\ossource.cpp" />
331 <ClCompile Include="glslang\OSDependent\Linux\ossource.cpp">
332 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
John Kessenichf3591992014-01-23 21:40:33 +0000333 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">true</ExcludedFromBuild>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000334 <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
John Kessenichf3591992014-01-23 21:40:33 +0000335 <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000336 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
John Kessenichf3591992014-01-23 21:40:33 +0000337 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">true</ExcludedFromBuild>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000338 <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
John Kessenichf3591992014-01-23 21:40:33 +0000339 <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000340 </ClCompile>
341 </ItemGroup>
342 <ItemGroup>
343 <ClInclude Include="glslang\MachineIndependent\glslang_tab.cpp.h" />
344 <ClInclude Include="glslang\MachineIndependent\Initialize.h" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000345 <ClInclude Include="glslang\MachineIndependent\ParseHelper.h" />
John Kessenich72133242013-07-08 19:39:16 +0000346 <ClInclude Include="glslang\MachineIndependent\preprocessor\PpContext.h" />
347 <ClInclude Include="glslang\MachineIndependent\preprocessor\PpTokens.h" />
John Kessenich11f9fc72013-11-07 01:06:34 +0000348 <ClInclude Include="glslang\MachineIndependent\reflection.h" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000349 <ClInclude Include="glslang\MachineIndependent\RemoveTree.h" />
350 <ClInclude Include="glslang\MachineIndependent\localintermediate.h" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000351 <ClInclude Include="glslang\Include\BaseTypes.h" />
352 <ClInclude Include="glslang\Include\Common.h" />
353 <ClInclude Include="glslang\Include\ConstantUnion.h" />
354 <ClInclude Include="glslang\Include\InfoSink.h" />
John Kessenich41cf6b52013-06-25 18:10:05 +0000355 <ClInclude Include="glslang\MachineIndependent\Scan.h" />
John Kessenich5f1a0b72013-07-06 19:54:21 +0000356 <ClInclude Include="glslang\MachineIndependent\ScanContext.h" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000357 <ClInclude Include="glslang\MachineIndependent\Versions.h" />
358 <ClInclude Include="OGLCompilersDLL\InitializeDll.h" />
359 <ClInclude Include="glslang\Include\InitializeGlobals.h" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000360 <ClInclude Include="glslang\Include\PoolAlloc.h" />
361 <ClInclude Include="glslang\Include\ResourceLimits.h" />
362 <ClInclude Include="glslang\Include\ShHandle.h" />
363 <ClInclude Include="glslang\MachineIndependent\SymbolTable.h" />
364 <ClInclude Include="glslang\Include\Types.h" />
365 <ClInclude Include="glslang\Include\intermediate.h" />
366 <ClInclude Include="glslang\MachineIndependent\unistd.h" />
367 <ClInclude Include="glslang\Public\ShaderLang.h" />
368 <ClInclude Include="glslang\OSDependent\Windows\osinclude.h" />
369 <ClInclude Include="glslang\OSDependent\Linux\osinclude.h" />
370 </ItemGroup>
371 <ItemGroup>
372 <CustomBuild Include="glslang\MachineIndependent\glslang.y">
373 <FileType>Document</FileType>
374 <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Executing Bison on glslang.y</Message>
John Kessenichf3591992014-01-23 21:40:33 +0000375 <Message Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">Executing Bison on glslang.y</Message>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000376 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">SET BISON_SIMPLE=%(RootDir)%(Directory)..\..\tools\bison.simple
377SET BISON_HAIRY=%(RootDir)%(Directory)..\..\tools\bison.simple
378cd %(RootDir)%(Directory)
John Kessenich53f3cc92013-08-01 18:04:50 +0000379%(RootDir)%(Directory)..\..\tools\bison.exe --defines=glslang_tab.cpp.h -t glslang.y -o glslang_tab.cpp</Command>
John Kessenichf3591992014-01-23 21:40:33 +0000380 <Command Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">SET BISON_SIMPLE=%(RootDir)%(Directory)..\..\tools\bison.simple
381SET BISON_HAIRY=%(RootDir)%(Directory)..\..\tools\bison.simple
382cd %(RootDir)%(Directory)
383%(RootDir)%(Directory)..\..\tools\bison.exe --defines=glslang_tab.cpp.h -t glslang.y -o glslang_tab.cpp</Command>
John Kessenich53f3cc92013-08-01 18:04:50 +0000384 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(RootDir)%(Directory)%(Filename)_tab.cpp.h;%(RootDir)%(Directory)%(Filename)_tab.cpp</Outputs>
John Kessenichf3591992014-01-23 21:40:33 +0000385 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">%(RootDir)%(Directory)%(Filename)_tab.cpp.h;%(RootDir)%(Directory)%(Filename)_tab.cpp</Outputs>
John Kessenicha067b582013-03-13 01:58:33 +0000386 <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Executing Bison on glslang.y</Message>
John Kessenichf3591992014-01-23 21:40:33 +0000387 <Message Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">Executing Bison on glslang.y</Message>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000388 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">SET BISON_SIMPLE=%(RootDir)%(Directory)..\..\tools\bison.simple
389SET BISON_HAIRY=%(RootDir)%(Directory)..\..\tools\bison.simple
390cd %(RootDir)%(Directory)
John Kessenich53f3cc92013-08-01 18:04:50 +0000391%(RootDir)%(Directory)..\..\tools\bison.exe --defines=glslang_tab.cpp.h -t glslang.y -o glslang_tab.cpp</Command>
John Kessenichf3591992014-01-23 21:40:33 +0000392 <Command Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">SET BISON_SIMPLE=%(RootDir)%(Directory)..\..\tools\bison.simple
393SET BISON_HAIRY=%(RootDir)%(Directory)..\..\tools\bison.simple
394cd %(RootDir)%(Directory)
395%(RootDir)%(Directory)..\..\tools\bison.exe --defines=glslang_tab.cpp.h -t glslang.y -o glslang_tab.cpp</Command>
John Kessenich53f3cc92013-08-01 18:04:50 +0000396 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(RootDir)%(Directory)%(Filename)_tab.cpp.h;%(RootDir)%(Directory)%(Filename)_tab.cpp</Outputs>
John Kessenichf3591992014-01-23 21:40:33 +0000397 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">%(RootDir)%(Directory)%(Filename)_tab.cpp.h;%(RootDir)%(Directory)%(Filename)_tab.cpp</Outputs>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000398 </CustomBuild>
399 </ItemGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000400 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
401 <ImportGroup Label="ExtensionTargets">
402 </ImportGroup>
403</Project>