1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 14.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+ <ProjectGUID >{63CEEE7D-2A82-3FDB-AF79-23F77BB29AC1}</ProjectGUID >
23+ <Platform >Win32</Platform >
24+ <ProjectName >HLSL</ProjectName >
25+ </PropertyGroup >
26+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28+ <ConfigurationType >StaticLibrary</ConfigurationType >
29+ <CharacterSet >MultiByte</CharacterSet >
30+ <PlatformToolset >v141</PlatformToolset >
31+ </PropertyGroup >
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
33+ <ConfigurationType >StaticLibrary</ConfigurationType >
34+ <CharacterSet >MultiByte</CharacterSet >
35+ <PlatformToolset >v141</PlatformToolset >
36+ </PropertyGroup >
37+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
38+ <ConfigurationType >StaticLibrary</ConfigurationType >
39+ <CharacterSet >MultiByte</CharacterSet >
40+ <PlatformToolset >v141</PlatformToolset >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
43+ <ConfigurationType >StaticLibrary</ConfigurationType >
44+ <CharacterSet >MultiByte</CharacterSet >
45+ <PlatformToolset >v141</PlatformToolset >
46+ </PropertyGroup >
47+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
48+ <ImportGroup Label =" ExtensionSettings" >
49+ </ImportGroup >
50+ <ImportGroup Label =" PropertySheets" >
51+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
52+ <Import Project =" $(SolutionDir)Common.props" />
53+ </ImportGroup >
54+ <PropertyGroup Label =" UserMacros" />
55+ <ItemDefinitionGroup >
56+ <ClCompile >
57+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
58+ <PreprocessorDefinitions >WIN32;_WINDOWS;AMD_EXTENSIONS;NV_EXTENSIONS;ENABLE_HLSL;GLSLANG_OSINCLUDE_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions >
59+ </ClCompile >
60+ <ResourceCompile >
61+ <PreprocessorDefinitions >WIN32;_WINDOWS;AMD_EXTENSIONS;NV_EXTENSIONS;ENABLE_HLSL;GLSLANG_OSINCLUDE_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions >
62+ </ResourceCompile >
63+ </ItemDefinitionGroup >
64+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
65+ <ClCompile >
66+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
67+ <DebugInformationFormat >
68+ </DebugInformationFormat >
69+ </ClCompile >
70+ <ResourceCompile >
71+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
72+ </ResourceCompile >
73+ </ItemDefinitionGroup >
74+ <ItemGroup >
75+ <ClInclude Include =" glslang\hlsl\hlslAttributes.h" />
76+ <ClInclude Include =" glslang\hlsl\hlslParseHelper.h" />
77+ <ClInclude Include =" glslang\hlsl\hlslTokens.h" />
78+ <ClInclude Include =" glslang\hlsl\hlslScanContext.h" />
79+ <ClInclude Include =" glslang\hlsl\hlslOpMap.h" />
80+ <ClInclude Include =" glslang\hlsl\hlslTokenStream.h" />
81+ <ClInclude Include =" glslang\hlsl\hlslGrammar.h" />
82+ <ClInclude Include =" glslang\hlsl\hlslParseables.h" />
83+ <ClCompile Include =" glslang\hlsl\hlslAttributes.cpp" />
84+ <ClCompile Include =" glslang\hlsl\hlslParseHelper.cpp" />
85+ <ClCompile Include =" glslang\hlsl\hlslScanContext.cpp" />
86+ <ClCompile Include =" glslang\hlsl\hlslOpMap.cpp" />
87+ <ClCompile Include =" glslang\hlsl\hlslTokenStream.cpp" />
88+ <ClCompile Include =" glslang\hlsl\hlslGrammar.cpp" />
89+ <ClCompile Include =" glslang\hlsl\hlslParseables.cpp" />
90+ </ItemGroup >
91+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
92+ <ImportGroup Label =" ExtensionTargets" >
93+ </ImportGroup >
94+ </Project >
0 commit comments