blob: 8ee9ecac2d23b2a776578970231a9f10a883b773 [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">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectName>StandAlone</ProjectName>
15 <ProjectGuid>{660D0A05-69A9-4F09-9664-02FBEB08FAE2}</ProjectGuid>
16 </PropertyGroup>
17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
19 <ConfigurationType>Application</ConfigurationType>
20 <UseOfMfc>false</UseOfMfc>
21 <CharacterSet>MultiByte</CharacterSet>
John Kessenich9500dff2013-03-08 06:51:50 +000022 <PlatformToolset>v110</PlatformToolset>
John Kessenich9fd55bd2012-12-13 00:05:26 +000023 </PropertyGroup>
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25 <ConfigurationType>Application</ConfigurationType>
John Kessenich9fd55bd2012-12-13 00:05:26 +000026 <CharacterSet>MultiByte</CharacterSet>
John Kessenich9500dff2013-03-08 06:51:50 +000027 <PlatformToolset>v110</PlatformToolset>
John Kessenich9fd55bd2012-12-13 00:05:26 +000028 </PropertyGroup>
29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30 <ImportGroup Label="ExtensionSettings">
31 </ImportGroup>
32 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
33 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34 </ImportGroup>
35 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 </ImportGroup>
38 <PropertyGroup Label="UserMacros" />
39 <PropertyGroup>
40 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
41 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">StandAlone\UserM_Debug\</OutDir>
42 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">StandAlone\UserM_Debug\</IntDir>
43 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
John Kessenichece0d0c2012-12-13 00:09:49 +000044 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">StandAlone\UserM_Release\</OutDir>
45 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">StandAlone\UserM_Release\</IntDir>
John Kessenich9fd55bd2012-12-13 00:05:26 +000046 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
47 </PropertyGroup>
John Kessenich54f6e562013-08-03 00:04:10 +000048 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
49 <TargetName>glslangValidator</TargetName>
50 </PropertyGroup>
51 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
52 <TargetName>glslangValidator</TargetName>
53 </PropertyGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +000054 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
55 <ClCompile>
56 <Optimization>Disabled</Optimization>
John Kessenich2b07c7e2013-07-31 18:44:13 +000057 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
John Kessenichece0d0c2012-12-13 00:09:49 +000058 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
John Kessenich9fd55bd2012-12-13 00:05:26 +000059 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
John Kessenich9fd55bd2012-12-13 00:05:26 +000060 <PrecompiledHeader>
61 </PrecompiledHeader>
62 <PrecompiledHeaderOutputFile>
63 </PrecompiledHeaderOutputFile>
64 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
65 <ObjectFileName>$(IntDir)</ObjectFileName>
66 <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
67 <WarningLevel>Level3</WarningLevel>
68 <SuppressStartupBanner>true</SuppressStartupBanner>
69 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
John Kessenichece0d0c2012-12-13 00:09:49 +000070 <CallingConvention>Cdecl</CallingConvention>
71 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
John Kessenich9fd55bd2012-12-13 00:05:26 +000072 </ClCompile>
73 <Link>
74 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
John Kessenichece0d0c2012-12-13 00:09:49 +000075 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;glslang\UserM_Debug\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
John Kessenich9fd55bd2012-12-13 00:05:26 +000076 <SuppressStartupBanner>true</SuppressStartupBanner>
John Kessenich9fd55bd2012-12-13 00:05:26 +000077 <GenerateDebugInformation>true</GenerateDebugInformation>
78 <ProgramDatabaseFile>UserM_Debug/StandAlone.pdb</ProgramDatabaseFile>
79 <SubSystem>Console</SubSystem>
John Kessenichece0d0c2012-12-13 00:09:49 +000080 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
John Kessenich9fd55bd2012-12-13 00:05:26 +000081 </Link>
82 <Midl>
83 <TypeLibraryName>UserM_Debug/StandAlone.tlb</TypeLibraryName>
84 </Midl>
85 <PostBuildEvent>
John Kessenich54f6e562013-08-03 00:04:10 +000086 <Message>copy glslangValidator</Message>
87 <Command>xcopy /y StandAlone\UserM_Debug\glslangValidator.exe Test</Command>
John Kessenich9fd55bd2012-12-13 00:05:26 +000088 </PostBuildEvent>
89 <ResourceCompile>
90 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
91 <Culture>0x0409</Culture>
92 </ResourceCompile>
93 <PreLinkEvent>
94 <Command>
95 </Command>
96 </PreLinkEvent>
97 </ItemDefinitionGroup>
98 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
99 <ClCompile>
100 <Optimization>MaxSpeed</Optimization>
101 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
102 <OmitFramePointers>true</OmitFramePointers>
John Kessenich2b07c7e2013-07-31 18:44:13 +0000103 <AdditionalIncludeDirectories>glslang;glslang\OSDependent\Windows</AdditionalIncludeDirectories>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000104 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;GENERIC_COMPILER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105 <StringPooling>true</StringPooling>
106 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
John Kessenichece0d0c2012-12-13 00:09:49 +0000107 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000108 <BufferSecurityCheck>true</BufferSecurityCheck>
109 <FunctionLevelLinking>true</FunctionLevelLinking>
110 <PrecompiledHeader>
111 </PrecompiledHeader>
112 <PrecompiledHeaderOutputFile>
113 </PrecompiledHeaderOutputFile>
114 <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
115 <ObjectFileName>UserM_Release/</ObjectFileName>
John Kessenichece0d0c2012-12-13 00:09:49 +0000116 <ProgramDataBaseFileName>
117 </ProgramDataBaseFileName>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000118 <WarningLevel>Level3</WarningLevel>
119 <SuppressStartupBanner>true</SuppressStartupBanner>
120 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
John Kessenichece0d0c2012-12-13 00:09:49 +0000121 <CallingConvention>Cdecl</CallingConvention>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000122 </ClCompile>
123 <Link>
124 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
John Kessenichece0d0c2012-12-13 00:09:49 +0000125 <AdditionalDependencies>odbc32.lib;odbccp32.lib;psapi.lib;glslang\UserM_Release\glslang.lib;%(AdditionalDependencies)</AdditionalDependencies>
126 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000127 <SuppressStartupBanner>true</SuppressStartupBanner>
John Kessenichece0d0c2012-12-13 00:09:49 +0000128 <IgnoreSpecificDefaultLibraries>
129 </IgnoreSpecificDefaultLibraries>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000130 <GenerateDebugInformation>true</GenerateDebugInformation>
131 <ProgramDatabaseFile>UserM_Release/StandAlone.pdb</ProgramDatabaseFile>
132 <SubSystem>Console</SubSystem>
133 <OptimizeReferences>true</OptimizeReferences>
134 <EnableCOMDATFolding>true</EnableCOMDATFolding>
135 </Link>
136 <Midl>
137 <TypeLibraryName>UserM_Release/StandAlone.tlb</TypeLibraryName>
138 </Midl>
139 <PostBuildEvent>
John Kessenich54f6e562013-08-03 00:04:10 +0000140 <Message>copy glslangValidator</Message>
141 <Command>xcopy /y StandAlone\UserM_Release\glslangValidator.exe Test
142xcopy /y StandAlone\UserM_Release\glslangValidator.exe Install\Windows
143</Command>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000144 </PostBuildEvent>
145 <ResourceCompile>
146 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
147 <Culture>0x0409</Culture>
148 </ResourceCompile>
149 </ItemDefinitionGroup>
150 <ItemGroup>
John Kessenichece0d0c2012-12-13 00:09:49 +0000151 <ClCompile Include="glslang\GenericCodeGen\CodeGen.cpp" />
152 <ClCompile Include="glslang\GenericCodeGen\Link.cpp" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000153 <ClCompile Include="Standalone\StandAlone.cpp" />
154 </ItemGroup>
155 <ItemGroup>
156 <ProjectReference Include="glslang.vcxproj">
157 <Project>{3b146cc5-b2b8-4573-9d46-6139e2edfea3}</Project>
158 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
159 </ProjectReference>
160 </ItemGroup>
John Kessenich2b07c7e2013-07-31 18:44:13 +0000161 <ItemGroup>
162 <ClInclude Include="StandAlone\Worklist.h" />
163 </ItemGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000164 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
165 <ImportGroup Label="ExtensionTargets">
166 </ImportGroup>
167</Project>