blob: f8d1210e9331dca6d64092f74334d776416ebceb [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 Kessenich35f04bd2014-02-19 02:47:20 +00008 <ProjectConfiguration Include="Debug CRT DLL|x64">
9 <Configuration>Debug CRT DLL</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
John Kessenich9fd55bd2012-12-13 00:05:26 +000012 <ProjectConfiguration Include="Debug|Win32">
13 <Configuration>Debug</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
John Kessenich35f04bd2014-02-19 02:47:20 +000016 <ProjectConfiguration Include="Debug|x64">
17 <Configuration>Debug</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
John Kessenichf3591992014-01-23 21:40:33 +000020 <ProjectConfiguration Include="Release CRT DLL|Win32">
21 <Configuration>Release CRT DLL</Configuration>
22 <Platform>Win32</Platform>
23 </ProjectConfiguration>
John Kessenich35f04bd2014-02-19 02:47:20 +000024 <ProjectConfiguration Include="Release CRT DLL|x64">
25 <Configuration>Release CRT DLL</Configuration>
26 <Platform>x64</Platform>
27 </ProjectConfiguration>
John Kessenich9fd55bd2012-12-13 00:05:26 +000028 <ProjectConfiguration Include="Release|Win32">
29 <Configuration>Release</Configuration>
30 <Platform>Win32</Platform>
31 </ProjectConfiguration>
John Kessenich35f04bd2014-02-19 02:47:20 +000032 <ProjectConfiguration Include="Release|x64">
33 <Configuration>Release</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
John Kessenich9fd55bd2012-12-13 00:05:26 +000036 </ItemGroup>
37 <PropertyGroup Label="Globals">
38 <ProjectName>StandAlone</ProjectName>
39 <ProjectGuid>{660D0A05-69A9-4F09-9664-02FBEB08FAE2}</ProjectGuid>
40 </PropertyGroup>
41 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
43 <ConfigurationType>Application</ConfigurationType>
44 <UseOfMfc>false</UseOfMfc>
45 <CharacterSet>MultiByte</CharacterSet>
John Kessenichefb2b7d2014-01-23 00:35:24 +000046 <PlatformToolset>v110_xp</PlatformToolset>
John Kessenich9fd55bd2012-12-13 00:05:26 +000047 </PropertyGroup>
John Kessenich35f04bd2014-02-19 02:47:20 +000048 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
49 <ConfigurationType>Application</ConfigurationType>
50 <UseOfMfc>false</UseOfMfc>
51 <CharacterSet>MultiByte</CharacterSet>
52 <PlatformToolset>v110_xp</PlatformToolset>
53 </PropertyGroup>
John Kessenichf3591992014-01-23 21:40:33 +000054 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'" Label="Configuration">
55 <ConfigurationType>Application</ConfigurationType>
56 <UseOfMfc>false</UseOfMfc>
57 <CharacterSet>MultiByte</CharacterSet>
58 <PlatformToolset>v110_xp</PlatformToolset>
59 </PropertyGroup>
John Kessenich35f04bd2014-02-19 02:47:20 +000060 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|x64'" Label="Configuration">
61 <ConfigurationType>Application</ConfigurationType>
62 <UseOfMfc>false</UseOfMfc>
63 <CharacterSet>MultiByte</CharacterSet>
64 <PlatformToolset>v110_xp</PlatformToolset>
65 </PropertyGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +000066 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
67 <ConfigurationType>Application</ConfigurationType>
John Kessenich9fd55bd2012-12-13 00:05:26 +000068 <CharacterSet>MultiByte</CharacterSet>
John Kessenichefb2b7d2014-01-23 00:35:24 +000069 <PlatformToolset>v110_xp</PlatformToolset>
John Kessenich9fd55bd2012-12-13 00:05:26 +000070 </PropertyGroup>
John Kessenich35f04bd2014-02-19 02:47:20 +000071 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
72 <ConfigurationType>Application</ConfigurationType>
73 <CharacterSet>MultiByte</CharacterSet>
74 <PlatformToolset>v110_xp</PlatformToolset>
75 </PropertyGroup>
John Kessenichf3591992014-01-23 21:40:33 +000076 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'" Label="Configuration">
77 <ConfigurationType>Application</ConfigurationType>
78 <CharacterSet>MultiByte</CharacterSet>
79 <PlatformToolset>v110_xp</PlatformToolset>
80 </PropertyGroup>
John Kessenich35f04bd2014-02-19 02:47:20 +000081 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|x64'" Label="Configuration">
82 <ConfigurationType>Application</ConfigurationType>
83 <CharacterSet>MultiByte</CharacterSet>
84 <PlatformToolset>v110_xp</PlatformToolset>
85 </PropertyGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +000086 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
87 <ImportGroup Label="ExtensionSettings">
88 </ImportGroup>
89 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
90 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
91 </ImportGroup>
John Kessenich35f04bd2014-02-19 02:47:20 +000092 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
93 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
94 </ImportGroup>
John Kessenichf3591992014-01-23 21:40:33 +000095 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'" Label="PropertySheets">
96 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
97 </ImportGroup>
John Kessenich35f04bd2014-02-19 02:47:20 +000098 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|x64'" Label="PropertySheets">
99 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
100 </ImportGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000101 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
102 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
103 </ImportGroup>
John Kessenich35f04bd2014-02-19 02:47:20 +0000104 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
105 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
106 </ImportGroup>
John Kessenichf3591992014-01-23 21:40:33 +0000107 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'" Label="PropertySheets">
108 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
109 </ImportGroup>
John Kessenich35f04bd2014-02-19 02:47:20 +0000110 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|x64'" Label="PropertySheets">
111 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
112 </ImportGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000113 <PropertyGroup Label="UserMacros" />
114 <PropertyGroup>
115 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
116 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">StandAlone\UserM_Debug\</OutDir>
John Kessenichf3591992014-01-23 21:40:33 +0000117 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">StandAlone\UserM_Debug\</OutDir>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000118 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">StandAlone\UserM_Debug\</IntDir>
John Kessenichf3591992014-01-23 21:40:33 +0000119 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">StandAlone\UserM_Debug\</IntDir>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000120 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
John Kessenich35f04bd2014-02-19 02:47:20 +0000121 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
John Kessenichf3591992014-01-23 21:40:33 +0000122 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">true</LinkIncremental>
John Kessenich35f04bd2014-02-19 02:47:20 +0000123 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|x64'">true</LinkIncremental>
John Kessenichece0d0c2012-12-13 00:09:49 +0000124 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">StandAlone\UserM_Release\</OutDir>
John Kessenichf3591992014-01-23 21:40:33 +0000125 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">StandAlone\UserM_Release\</OutDir>
John Kessenichece0d0c2012-12-13 00:09:49 +0000126 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">StandAlone\UserM_Release\</IntDir>
John Kessenichf3591992014-01-23 21:40:33 +0000127 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">StandAlone\UserM_Release\</IntDir>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000128 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
John Kessenich35f04bd2014-02-19 02:47:20 +0000129 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
John Kessenichf3591992014-01-23 21:40:33 +0000130 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">false</LinkIncremental>
John Kessenich35f04bd2014-02-19 02:47:20 +0000131 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|x64'">false</LinkIncremental>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000132 </PropertyGroup>
John Kessenich54f6e562013-08-03 00:04:10 +0000133 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
134 <TargetName>glslangValidator</TargetName>
135 </PropertyGroup>
John Kessenich35f04bd2014-02-19 02:47:20 +0000136 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
137 <TargetName>glslangValidator</TargetName>
138 </PropertyGroup>
John Kessenichf3591992014-01-23 21:40:33 +0000139 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">
140 <TargetName>glslangValidator</TargetName>
141 </PropertyGroup>
John Kessenich35f04bd2014-02-19 02:47:20 +0000142 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|x64'">
143 <TargetName>glslangValidator</TargetName>
144 </PropertyGroup>
John Kessenich54f6e562013-08-03 00:04:10 +0000145 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
146 <TargetName>glslangValidator</TargetName>
147 </PropertyGroup>
John Kessenich35f04bd2014-02-19 02:47:20 +0000148 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
149 <TargetName>glslangValidator</TargetName>
150 </PropertyGroup>
John Kessenichf3591992014-01-23 21:40:33 +0000151 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">
152 <TargetName>glslangValidator</TargetName>
153 </PropertyGroup>
John Kessenich35f04bd2014-02-19 02:47:20 +0000154 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|x64'">
155 <TargetName>glslangValidator</TargetName>
156 </PropertyGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000157 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
158 <ClCompile>
159 <Optimization>Disabled</Optimization>
John Kessenich2b07c7e2013-07-31 18:44:13 +0000160 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
John Kessenichece0d0c2012-12-13 00:09:49 +0000161 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000162 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000163 <PrecompiledHeader>
164 </PrecompiledHeader>
165 <PrecompiledHeaderOutputFile>
166 </PrecompiledHeaderOutputFile>
167 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
168 <ObjectFileName>$(IntDir)</ObjectFileName>
169 <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
170 <WarningLevel>Level3</WarningLevel>
171 <SuppressStartupBanner>true</SuppressStartupBanner>
172 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
John Kessenichece0d0c2012-12-13 00:09:49 +0000173 <CallingConvention>Cdecl</CallingConvention>
John Kessenich28b95b62014-01-22 23:23:19 +0000174 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000175 </ClCompile>
176 <Link>
177 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
John Kessenichece0d0c2012-12-13 00:09:49 +0000178 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;glslang\UserM_Debug\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000179 <SuppressStartupBanner>true</SuppressStartupBanner>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000180 <GenerateDebugInformation>true</GenerateDebugInformation>
181 <ProgramDatabaseFile>UserM_Debug/StandAlone.pdb</ProgramDatabaseFile>
182 <SubSystem>Console</SubSystem>
John Kessenichece0d0c2012-12-13 00:09:49 +0000183 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000184 </Link>
185 <Midl>
186 <TypeLibraryName>UserM_Debug/StandAlone.tlb</TypeLibraryName>
187 </Midl>
188 <PostBuildEvent>
John Kessenich54f6e562013-08-03 00:04:10 +0000189 <Message>copy glslangValidator</Message>
190 <Command>xcopy /y StandAlone\UserM_Debug\glslangValidator.exe Test</Command>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000191 </PostBuildEvent>
192 <ResourceCompile>
193 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
194 <Culture>0x0409</Culture>
195 </ResourceCompile>
196 <PreLinkEvent>
197 <Command>
198 </Command>
199 </PreLinkEvent>
200 </ItemDefinitionGroup>
John Kessenich35f04bd2014-02-19 02:47:20 +0000201 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
202 <ClCompile>
203 <Optimization>Disabled</Optimization>
204 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
205 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
206 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
207 <PrecompiledHeader>
208 </PrecompiledHeader>
209 <PrecompiledHeaderOutputFile>
210 </PrecompiledHeaderOutputFile>
211 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
212 <ObjectFileName>$(IntDir)</ObjectFileName>
213 <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
214 <WarningLevel>Level3</WarningLevel>
215 <SuppressStartupBanner>true</SuppressStartupBanner>
216 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
217 <CallingConvention>Cdecl</CallingConvention>
218 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
219 </ClCompile>
220 <Link>
221 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;$(OutDir)glslang.lib</AdditionalDependencies>
222 <SuppressStartupBanner>true</SuppressStartupBanner>
223 <GenerateDebugInformation>true</GenerateDebugInformation>
224 <ProgramDatabaseFile>UserM_Debug/StandAlone.pdb</ProgramDatabaseFile>
225 <SubSystem>Console</SubSystem>
226 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
227 </Link>
228 <Midl>
229 <TypeLibraryName>UserM_Debug/StandAlone.tlb</TypeLibraryName>
230 </Midl>
231 <PostBuildEvent>
232 <Message>copy glslangValidator</Message>
233 <Command>xcopy /y x64\Debug\glslangValidator.exe Test</Command>
234 </PostBuildEvent>
235 <ResourceCompile>
236 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
237 <Culture>0x0409</Culture>
238 </ResourceCompile>
239 <PreLinkEvent>
240 <Command>
241 </Command>
242 </PreLinkEvent>
243 </ItemDefinitionGroup>
John Kessenichf3591992014-01-23 21:40:33 +0000244 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|Win32'">
245 <ClCompile>
246 <Optimization>Disabled</Optimization>
247 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
248 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
249 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
250 <PrecompiledHeader>
251 </PrecompiledHeader>
252 <PrecompiledHeaderOutputFile>
253 </PrecompiledHeaderOutputFile>
254 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
255 <ObjectFileName>$(IntDir)</ObjectFileName>
256 <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
257 <WarningLevel>Level3</WarningLevel>
258 <SuppressStartupBanner>true</SuppressStartupBanner>
259 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
260 <CallingConvention>Cdecl</CallingConvention>
261 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
262 </ClCompile>
263 <Link>
264 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
265 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;glslang\UserM_Debug\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
266 <SuppressStartupBanner>true</SuppressStartupBanner>
267 <GenerateDebugInformation>true</GenerateDebugInformation>
268 <ProgramDatabaseFile>UserM_Debug/StandAlone.pdb</ProgramDatabaseFile>
269 <SubSystem>Console</SubSystem>
270 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
271 </Link>
272 <Midl>
273 <TypeLibraryName>UserM_Debug/StandAlone.tlb</TypeLibraryName>
274 </Midl>
275 <PostBuildEvent>
276 <Message>copy glslangValidator</Message>
277 <Command>xcopy /y StandAlone\UserM_Debug\glslangValidator.exe Test</Command>
278 </PostBuildEvent>
279 <ResourceCompile>
280 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
281 <Culture>0x0409</Culture>
282 </ResourceCompile>
283 <PreLinkEvent>
284 <Command>
285 </Command>
286 </PreLinkEvent>
287 </ItemDefinitionGroup>
John Kessenich35f04bd2014-02-19 02:47:20 +0000288 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug CRT DLL|x64'">
289 <ClCompile>
290 <Optimization>Disabled</Optimization>
291 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
292 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
293 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
294 <PrecompiledHeader>
295 </PrecompiledHeader>
296 <PrecompiledHeaderOutputFile>
297 </PrecompiledHeaderOutputFile>
298 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
299 <ObjectFileName>$(IntDir)</ObjectFileName>
300 <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
301 <WarningLevel>Level3</WarningLevel>
302 <SuppressStartupBanner>true</SuppressStartupBanner>
303 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
304 <CallingConvention>Cdecl</CallingConvention>
305 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
306 </ClCompile>
307 <Link>
308 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;$(OutDir)glslang.lib</AdditionalDependencies>
309 <SuppressStartupBanner>true</SuppressStartupBanner>
310 <GenerateDebugInformation>true</GenerateDebugInformation>
311 <ProgramDatabaseFile>UserM_Debug/StandAlone.pdb</ProgramDatabaseFile>
312 <SubSystem>Console</SubSystem>
313 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
314 </Link>
315 <Midl>
316 <TypeLibraryName>UserM_Debug/StandAlone.tlb</TypeLibraryName>
317 </Midl>
318 <PostBuildEvent>
319 <Message>copy glslangValidator</Message>
320 <Command>xcopy /y x64\Debug\glslangValidator.exe Test</Command>
321 </PostBuildEvent>
322 <ResourceCompile>
323 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
324 <Culture>0x0409</Culture>
325 </ResourceCompile>
326 <PreLinkEvent>
327 <Command>
328 </Command>
329 </PreLinkEvent>
330 </ItemDefinitionGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000331 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
332 <ClCompile>
333 <Optimization>MaxSpeed</Optimization>
334 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
335 <OmitFramePointers>true</OmitFramePointers>
John Kessenich2b07c7e2013-07-31 18:44:13 +0000336 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000337 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;GENERIC_COMPILER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
338 <StringPooling>true</StringPooling>
339 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
John Kessenich28b95b62014-01-22 23:23:19 +0000340 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000341 <BufferSecurityCheck>true</BufferSecurityCheck>
342 <FunctionLevelLinking>true</FunctionLevelLinking>
343 <PrecompiledHeader>
344 </PrecompiledHeader>
345 <PrecompiledHeaderOutputFile>
346 </PrecompiledHeaderOutputFile>
347 <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
348 <ObjectFileName>UserM_Release/</ObjectFileName>
John Kessenichece0d0c2012-12-13 00:09:49 +0000349 <ProgramDataBaseFileName>
350 </ProgramDataBaseFileName>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000351 <WarningLevel>Level3</WarningLevel>
352 <SuppressStartupBanner>true</SuppressStartupBanner>
353 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
John Kessenichece0d0c2012-12-13 00:09:49 +0000354 <CallingConvention>Cdecl</CallingConvention>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000355 </ClCompile>
356 <Link>
357 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
John Kessenichece0d0c2012-12-13 00:09:49 +0000358 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;glslang\UserM_Release\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
359 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000360 <SuppressStartupBanner>true</SuppressStartupBanner>
John Kessenichece0d0c2012-12-13 00:09:49 +0000361 <IgnoreSpecificDefaultLibraries>
362 </IgnoreSpecificDefaultLibraries>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000363 <GenerateDebugInformation>true</GenerateDebugInformation>
364 <ProgramDatabaseFile>UserM_Release/StandAlone.pdb</ProgramDatabaseFile>
365 <SubSystem>Console</SubSystem>
366 <OptimizeReferences>true</OptimizeReferences>
367 <EnableCOMDATFolding>true</EnableCOMDATFolding>
368 </Link>
369 <Midl>
370 <TypeLibraryName>UserM_Release/StandAlone.tlb</TypeLibraryName>
371 </Midl>
372 <PostBuildEvent>
John Kessenich54f6e562013-08-03 00:04:10 +0000373 <Message>copy glslangValidator</Message>
374 <Command>xcopy /y StandAlone\UserM_Release\glslangValidator.exe Test
375xcopy /y StandAlone\UserM_Release\glslangValidator.exe Install\Windows
376</Command>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000377 </PostBuildEvent>
378 <ResourceCompile>
379 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
380 <Culture>0x0409</Culture>
381 </ResourceCompile>
382 </ItemDefinitionGroup>
John Kessenich35f04bd2014-02-19 02:47:20 +0000383 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
384 <ClCompile>
385 <Optimization>MaxSpeed</Optimization>
386 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
387 <OmitFramePointers>true</OmitFramePointers>
388 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
389 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;GENERIC_COMPILER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
390 <StringPooling>true</StringPooling>
391 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
392 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
393 <BufferSecurityCheck>true</BufferSecurityCheck>
394 <FunctionLevelLinking>true</FunctionLevelLinking>
395 <PrecompiledHeader>
396 </PrecompiledHeader>
397 <PrecompiledHeaderOutputFile>
398 </PrecompiledHeaderOutputFile>
399 <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
400 <ObjectFileName>UserM_Release/</ObjectFileName>
401 <ProgramDataBaseFileName>
402 </ProgramDataBaseFileName>
403 <WarningLevel>Level3</WarningLevel>
404 <SuppressStartupBanner>true</SuppressStartupBanner>
405 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
406 <CallingConvention>Cdecl</CallingConvention>
407 </ClCompile>
408 <Link>
409 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;$(OutDir)glslang.lib</AdditionalDependencies>
410 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
411 <SuppressStartupBanner>true</SuppressStartupBanner>
412 <IgnoreSpecificDefaultLibraries>
413 </IgnoreSpecificDefaultLibraries>
414 <GenerateDebugInformation>true</GenerateDebugInformation>
415 <ProgramDatabaseFile>UserM_Release/StandAlone.pdb</ProgramDatabaseFile>
416 <SubSystem>Console</SubSystem>
417 <OptimizeReferences>true</OptimizeReferences>
418 <EnableCOMDATFolding>true</EnableCOMDATFolding>
419 </Link>
420 <Midl>
421 <TypeLibraryName>UserM_Release/StandAlone.tlb</TypeLibraryName>
422 </Midl>
423 <PostBuildEvent>
424 <Message>copy glslangValidator</Message>
425 <Command>xcopy /y x64\Release\glslangValidator.exe Test</Command>
426 </PostBuildEvent>
427 <ResourceCompile>
428 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
429 <Culture>0x0409</Culture>
430 </ResourceCompile>
431 </ItemDefinitionGroup>
John Kessenichf3591992014-01-23 21:40:33 +0000432 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|Win32'">
433 <ClCompile>
434 <Optimization>MaxSpeed</Optimization>
435 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
436 <OmitFramePointers>true</OmitFramePointers>
437 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
438 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;GENERIC_COMPILER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
439 <StringPooling>true</StringPooling>
440 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
441 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
442 <BufferSecurityCheck>true</BufferSecurityCheck>
443 <FunctionLevelLinking>true</FunctionLevelLinking>
444 <PrecompiledHeader>
445 </PrecompiledHeader>
446 <PrecompiledHeaderOutputFile>
447 </PrecompiledHeaderOutputFile>
448 <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
449 <ObjectFileName>UserM_Release/</ObjectFileName>
450 <ProgramDataBaseFileName>
451 </ProgramDataBaseFileName>
452 <WarningLevel>Level3</WarningLevel>
453 <SuppressStartupBanner>true</SuppressStartupBanner>
454 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
455 <CallingConvention>Cdecl</CallingConvention>
456 </ClCompile>
457 <Link>
458 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
459 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;glslang\UserM_Release\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
460 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
461 <SuppressStartupBanner>true</SuppressStartupBanner>
462 <IgnoreSpecificDefaultLibraries>
463 </IgnoreSpecificDefaultLibraries>
464 <GenerateDebugInformation>true</GenerateDebugInformation>
465 <ProgramDatabaseFile>UserM_Release/StandAlone.pdb</ProgramDatabaseFile>
466 <SubSystem>Console</SubSystem>
467 <OptimizeReferences>true</OptimizeReferences>
468 <EnableCOMDATFolding>true</EnableCOMDATFolding>
469 </Link>
470 <Midl>
471 <TypeLibraryName>UserM_Release/StandAlone.tlb</TypeLibraryName>
472 </Midl>
473 <PostBuildEvent>
474 <Message>copy glslangValidator</Message>
475 <Command>xcopy /y StandAlone\UserM_Release\glslangValidator.exe Test
476xcopy /y StandAlone\UserM_Release\glslangValidator.exe Install\Windows
477</Command>
478 </PostBuildEvent>
479 <ResourceCompile>
480 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
481 <Culture>0x0409</Culture>
482 </ResourceCompile>
483 </ItemDefinitionGroup>
John Kessenich35f04bd2014-02-19 02:47:20 +0000484 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release CRT DLL|x64'">
485 <ClCompile>
486 <Optimization>MaxSpeed</Optimization>
487 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
488 <OmitFramePointers>true</OmitFramePointers>
489 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
490 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;GENERIC_COMPILER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
491 <StringPooling>true</StringPooling>
492 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
493 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
494 <BufferSecurityCheck>true</BufferSecurityCheck>
495 <FunctionLevelLinking>true</FunctionLevelLinking>
496 <PrecompiledHeader>
497 </PrecompiledHeader>
498 <PrecompiledHeaderOutputFile>
499 </PrecompiledHeaderOutputFile>
500 <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
501 <ObjectFileName>UserM_Release/</ObjectFileName>
502 <ProgramDataBaseFileName>
503 </ProgramDataBaseFileName>
504 <WarningLevel>Level3</WarningLevel>
505 <SuppressStartupBanner>true</SuppressStartupBanner>
506 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
507 <CallingConvention>Cdecl</CallingConvention>
508 </ClCompile>
509 <Link>
510 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;$(OutDir)glslang.lib</AdditionalDependencies>
511 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
512 <SuppressStartupBanner>true</SuppressStartupBanner>
513 <IgnoreSpecificDefaultLibraries>
514 </IgnoreSpecificDefaultLibraries>
515 <GenerateDebugInformation>true</GenerateDebugInformation>
516 <ProgramDatabaseFile>UserM_Release/StandAlone.pdb</ProgramDatabaseFile>
517 <SubSystem>Console</SubSystem>
518 <OptimizeReferences>true</OptimizeReferences>
519 <EnableCOMDATFolding>true</EnableCOMDATFolding>
520 </Link>
521 <Midl>
522 <TypeLibraryName>UserM_Release/StandAlone.tlb</TypeLibraryName>
523 </Midl>
524 <PostBuildEvent>
525 <Message>copy glslangValidator</Message>
526 <Command>xcopy /y x64\Release\glslangValidator.exe Test</Command>
527 </PostBuildEvent>
528 <ResourceCompile>
529 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
530 <Culture>0x0409</Culture>
531 </ResourceCompile>
532 </ItemDefinitionGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000533 <ItemGroup>
John Kessenichece0d0c2012-12-13 00:09:49 +0000534 <ClCompile Include="glslang\GenericCodeGen\CodeGen.cpp" />
535 <ClCompile Include="glslang\GenericCodeGen\Link.cpp" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000536 <ClCompile Include="Standalone\StandAlone.cpp" />
537 </ItemGroup>
538 <ItemGroup>
539 <ProjectReference Include="glslang.vcxproj">
540 <Project>{3b146cc5-b2b8-4573-9d46-6139e2edfea3}</Project>
541 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
542 </ProjectReference>
543 </ItemGroup>
John Kessenich2b07c7e2013-07-31 18:44:13 +0000544 <ItemGroup>
545 <ClInclude Include="StandAlone\Worklist.h" />
546 </ItemGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000547 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
548 <ImportGroup Label="ExtensionTargets">
549 </ImportGroup>
550</Project>