blob: 132ddb9e54bf70192cc5465e6f0a8c9b49ff93de [file] [log] [blame]
John Kessenichd492aaf2013-10-29 16:25:15 +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">
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>StandAlone</ProjectName>
23 <ProjectGuid>{660D0A05-69A9-4F09-9664-02FBEB08FAE2}</ProjectGuid>
24 </PropertyGroup>
25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27 <ConfigurationType>Application</ConfigurationType>
28 <UseOfMfc>false</UseOfMfc>
29 <CharacterSet>MultiByte</CharacterSet>
30 <PlatformToolset>v100</PlatformToolset>
31 </PropertyGroup>
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
33 <ConfigurationType>Application</ConfigurationType>
34 <UseOfMfc>false</UseOfMfc>
35 <CharacterSet>MultiByte</CharacterSet>
36 <PlatformToolset>v100</PlatformToolset>
37 </PropertyGroup>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
39 <ConfigurationType>Application</ConfigurationType>
40 <CharacterSet>MultiByte</CharacterSet>
41 <PlatformToolset>v100</PlatformToolset>
42 </PropertyGroup>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
44 <ConfigurationType>Application</ConfigurationType>
45 <CharacterSet>MultiByte</CharacterSet>
46 <PlatformToolset>v100</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'">StandAlone\UserM_Debug\</OutDir>
67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">StandAlone\UserM_Debug64\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">StandAlone\UserM_Debug\</IntDir>
69 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">StandAlone\UserM_Debug64\</IntDir>
70 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
71 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
72 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">StandAlone\UserM_Release\</OutDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">StandAlone\UserM_Release64\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">StandAlone\UserM_Release\</IntDir>
75 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">StandAlone\UserM_Release64\</IntDir>
76 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
77 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
78 </PropertyGroup>
79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
80 <TargetName>glslangValidator</TargetName>
81 </PropertyGroup>
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
83 <TargetName>glslangValidator</TargetName>
84 </PropertyGroup>
85 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
86 <TargetName>glslangValidator</TargetName>
87 </PropertyGroup>
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
89 <TargetName>glslangValidator</TargetName>
90 </PropertyGroup>
91 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
92 <ClCompile>
93 <Optimization>Disabled</Optimization>
94 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
95 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_HAS_ITERATOR_DEBUGGING=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
96 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
97 <PrecompiledHeader>
98 </PrecompiledHeader>
99 <PrecompiledHeaderOutputFile>
100 </PrecompiledHeaderOutputFile>
101 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
102 <ObjectFileName>$(IntDir)</ObjectFileName>
103 <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
104 <WarningLevel>Level3</WarningLevel>
105 <SuppressStartupBanner>true</SuppressStartupBanner>
106 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
107 <CallingConvention>Cdecl</CallingConvention>
108 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
109 </ClCompile>
110 <Link>
111 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
112 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;lib\x86\Debug\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
113 <SuppressStartupBanner>true</SuppressStartupBanner>
114 <GenerateDebugInformation>true</GenerateDebugInformation>
115 <ProgramDatabaseFile>UserM_Debug/StandAlone.pdb</ProgramDatabaseFile>
116 <SubSystem>Console</SubSystem>
117 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
118 </Link>
119 <Midl>
120 <TypeLibraryName>UserM_Debug/StandAlone.tlb</TypeLibraryName>
121 </Midl>
122 <PostBuildEvent>
123 <Message>copy glslangValidator</Message>
124 <Command>xcopy /y StandAlone\UserM_Debug\glslangValidator.exe Test</Command>
125 </PostBuildEvent>
126 <ResourceCompile>
127 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
128 <Culture>0x0409</Culture>
129 </ResourceCompile>
130 <PreLinkEvent>
131 <Command>
132 </Command>
133 </PreLinkEvent>
134 </ItemDefinitionGroup>
135 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
136 <ClCompile>
137 <Optimization>Disabled</Optimization>
138 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
139 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_HAS_ITERATOR_DEBUGGING=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
140 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
141 <PrecompiledHeader>
142 </PrecompiledHeader>
143 <PrecompiledHeaderOutputFile>
144 </PrecompiledHeaderOutputFile>
145 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
146 <ObjectFileName>$(IntDir)</ObjectFileName>
147 <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
148 <WarningLevel>Level3</WarningLevel>
149 <SuppressStartupBanner>true</SuppressStartupBanner>
150 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
151 <CallingConvention>Cdecl</CallingConvention>
152 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
153 </ClCompile>
154 <Link>
155 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;lib\x64\Debug\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
156 <SuppressStartupBanner>true</SuppressStartupBanner>
157 <GenerateDebugInformation>true</GenerateDebugInformation>
158 <ProgramDatabaseFile>UserM_Debug/StandAlone.pdb</ProgramDatabaseFile>
159 <SubSystem>Console</SubSystem>
160 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
161 <TargetMachine>MachineX64</TargetMachine>
162 </Link>
163 <Midl>
164 <TypeLibraryName>UserM_Debug/StandAlone.tlb</TypeLibraryName>
165 </Midl>
166 <PostBuildEvent>
167 <Message>copy glslangValidator</Message>
168 <Command>xcopy /y StandAlone\UserM_Debug64\glslangValidator.exe Test</Command>
169 </PostBuildEvent>
170 <ResourceCompile>
171 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
172 <Culture>0x0409</Culture>
173 </ResourceCompile>
174 <PreLinkEvent>
175 <Command>
176 </Command>
177 </PreLinkEvent>
178 </ItemDefinitionGroup>
179 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
180 <ClCompile>
181 <Optimization>MaxSpeed</Optimization>
182 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
183 <OmitFramePointers>true</OmitFramePointers>
184 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
185 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;GENERIC_COMPILER;_HAS_ITERATOR_DEBUGGING=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
186 <StringPooling>true</StringPooling>
187 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
188 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
189 <BufferSecurityCheck>true</BufferSecurityCheck>
190 <FunctionLevelLinking>true</FunctionLevelLinking>
191 <PrecompiledHeader>
192 </PrecompiledHeader>
193 <PrecompiledHeaderOutputFile>
194 </PrecompiledHeaderOutputFile>
195 <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
196 <ObjectFileName>UserM_Release/</ObjectFileName>
197 <ProgramDataBaseFileName>
198 </ProgramDataBaseFileName>
199 <WarningLevel>Level3</WarningLevel>
200 <SuppressStartupBanner>true</SuppressStartupBanner>
201 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
202 <CallingConvention>Cdecl</CallingConvention>
203 </ClCompile>
204 <Link>
205 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
206 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;lib\x86\Release\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
207 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
208 <SuppressStartupBanner>true</SuppressStartupBanner>
209 <IgnoreSpecificDefaultLibraries>
210 </IgnoreSpecificDefaultLibraries>
211 <GenerateDebugInformation>true</GenerateDebugInformation>
212 <ProgramDatabaseFile>UserM_Release/StandAlone.pdb</ProgramDatabaseFile>
213 <SubSystem>Console</SubSystem>
214 <OptimizeReferences>true</OptimizeReferences>
215 <EnableCOMDATFolding>true</EnableCOMDATFolding>
216 </Link>
217 <Midl>
218 <TypeLibraryName>UserM_Release/StandAlone.tlb</TypeLibraryName>
219 </Midl>
220 <PostBuildEvent>
221 <Message>copy glslangValidator</Message>
222 <Command>xcopy /y StandAlone\UserM_Release\glslangValidator.exe Test
223xcopy /y StandAlone\UserM_Release\glslangValidator.exe Install\Windows
224</Command>
225 </PostBuildEvent>
226 <ResourceCompile>
227 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
228 <Culture>0x0409</Culture>
229 </ResourceCompile>
230 </ItemDefinitionGroup>
231 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
232 <ClCompile>
233 <Optimization>MaxSpeed</Optimization>
234 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
235 <OmitFramePointers>true</OmitFramePointers>
236 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
237 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;GENERIC_COMPILER;_HAS_ITERATOR_DEBUGGING=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
238 <StringPooling>true</StringPooling>
239 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
240 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
241 <BufferSecurityCheck>true</BufferSecurityCheck>
242 <FunctionLevelLinking>true</FunctionLevelLinking>
243 <PrecompiledHeader>
244 </PrecompiledHeader>
245 <PrecompiledHeaderOutputFile>
246 </PrecompiledHeaderOutputFile>
247 <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
248 <ObjectFileName>UserM_Release/</ObjectFileName>
249 <ProgramDataBaseFileName>
250 </ProgramDataBaseFileName>
251 <WarningLevel>Level3</WarningLevel>
252 <SuppressStartupBanner>true</SuppressStartupBanner>
253 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
254 <CallingConvention>Cdecl</CallingConvention>
255 </ClCompile>
256 <Link>
257 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;lib\x64\Release\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
258 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
259 <SuppressStartupBanner>true</SuppressStartupBanner>
260 <IgnoreSpecificDefaultLibraries>
261 </IgnoreSpecificDefaultLibraries>
262 <GenerateDebugInformation>true</GenerateDebugInformation>
263 <ProgramDatabaseFile>UserM_Release/StandAlone.pdb</ProgramDatabaseFile>
264 <SubSystem>Console</SubSystem>
265 <OptimizeReferences>true</OptimizeReferences>
266 <EnableCOMDATFolding>true</EnableCOMDATFolding>
267 </Link>
268 <Midl>
269 <TypeLibraryName>UserM_Release/StandAlone.tlb</TypeLibraryName>
270 </Midl>
271 <PostBuildEvent>
272 <Message>copy glslangValidator</Message>
273 <Command>xcopy /y StandAlone\UserM_Release64\glslangValidator.exe Test
274xcopy /y StandAlone\UserM_Release64\glslangValidator.exe Install\Windows</Command>
275 </PostBuildEvent>
276 <ResourceCompile>
277 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
278 <Culture>0x0409</Culture>
279 </ResourceCompile>
280 </ItemDefinitionGroup>
281 <ItemGroup>
282 <ClCompile Include="glslang\GenericCodeGen\CodeGen.cpp" />
283 <ClCompile Include="glslang\GenericCodeGen\Link.cpp" />
284 <ClCompile Include="Standalone\StandAlone.cpp" />
285 </ItemGroup>
286 <ItemGroup>
287 <ClInclude Include="StandAlone\Worklist.h" />
288 </ItemGroup>
289 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
290 <ImportGroup Label="ExtensionTargets">
291 </ImportGroup>
292</Project>