d3d11tex.vcxproj revision 92617aeac109481258f0c3863d09c1b8903d438b
15f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer<?xml version="1.0" encoding="utf-8"?>
25f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
35f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer  <ItemGroup Label="ProjectConfigurations">
45f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer    <ProjectConfiguration Include="Debug|Win32">
50bc735ffcfb223c0186419547abaa5c84482663eChris Lattner      <Configuration>Debug</Configuration>
60bc735ffcfb223c0186419547abaa5c84482663eChris Lattner      <Platform>Win32</Platform>
75f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer    </ProjectConfiguration>
85f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer    <ProjectConfiguration Include="Release|Win32">
95f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer      <Configuration>Release</Configuration>
105f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer      <Platform>Win32</Platform>
115f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer    </ProjectConfiguration>
125f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer  </ItemGroup>
135f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer  <PropertyGroup Label="Globals">
145f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer    <ProjectGuid>{14F73B97-2DC6-423E-97D9-64E3368713DC}</ProjectGuid>
155f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer    <Keyword>Win32Proj</Keyword>
165f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer    <RootNamespace>d3d11tex</RootNamespace>
175f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer  </PropertyGroup>
18eec51cf1ba5f0e62c9cdb81b5c63babdd6e649abJohn McCall  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19d5532b6cfff2977e0c59fa6ead7f7973984a620dJohn McCall  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2001d08018b7cf5ce1601707cfd7a84d22015fc04eDouglas Gregor    <ConfigurationType>Application</ConfigurationType>
2101d08018b7cf5ce1601707cfd7a84d22015fc04eDouglas Gregor    <UseDebugLibraries>true</UseDebugLibraries>
2201d08018b7cf5ce1601707cfd7a84d22015fc04eDouglas Gregor    <CharacterSet>MultiByte</CharacterSet>
23aa49a7d70e58dac2aeb40664ba16d2ea571b8c95Daniel Dunbar  </PropertyGroup>
245f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
255f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer    <ConfigurationType>Application</ConfigurationType>
265f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer    <UseDebugLibraries>false</UseDebugLibraries>
27aa165f8458b51c546bebff947343e1a36f3594cbDouglas Gregor    <WholeProgramOptimization>true</WholeProgramOptimization>
28aa165f8458b51c546bebff947343e1a36f3594cbDouglas Gregor    <CharacterSet>MultiByte</CharacterSet>
29aa165f8458b51c546bebff947343e1a36f3594cbDouglas Gregor  </PropertyGroup>
30aa165f8458b51c546bebff947343e1a36f3594cbDouglas Gregor  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31aa165f8458b51c546bebff947343e1a36f3594cbDouglas Gregor  <ImportGroup Label="ExtensionSettings">
324c5d320a7581f4b80b151630c91cea5727fa9923Sebastian Redl  </ImportGroup>
331060aff23f72135f8b50034a1e80f16725ebc56cTed Kremenek  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
341060aff23f72135f8b50034a1e80f16725ebc56cTed Kremenek    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
351060aff23f72135f8b50034a1e80f16725ebc56cTed Kremenek  </ImportGroup>
361060aff23f72135f8b50034a1e80f16725ebc56cTed Kremenek  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
373fd95ce225393fe4a3623e429766a8c3f487ff9dDouglas Gregor    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
383fd95ce225393fe4a3623e429766a8c3f487ff9dDouglas Gregor  </ImportGroup>
393fd95ce225393fe4a3623e429766a8c3f487ff9dDouglas Gregor  <PropertyGroup Label="UserMacros" />
403fd95ce225393fe4a3623e429766a8c3f487ff9dDouglas Gregor  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
413fd95ce225393fe4a3623e429766a8c3f487ff9dDouglas Gregor    <LinkIncremental>true</LinkIncremental>
423fd95ce225393fe4a3623e429766a8c3f487ff9dDouglas Gregor  </PropertyGroup>
433fd95ce225393fe4a3623e429766a8c3f487ff9dDouglas Gregor  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
443fd95ce225393fe4a3623e429766a8c3f487ff9dDouglas Gregor    <LinkIncremental>false</LinkIncremental>
453fd95ce225393fe4a3623e429766a8c3f487ff9dDouglas Gregor  </PropertyGroup>
463fd95ce225393fe4a3623e429766a8c3f487ff9dDouglas Gregor  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
473fd95ce225393fe4a3623e429766a8c3f487ff9dDouglas Gregor    <ClCompile>
483fd95ce225393fe4a3623e429766a8c3f487ff9dDouglas Gregor      <PrecompiledHeader>NotUsing</PrecompiledHeader>
493fd95ce225393fe4a3623e429766a8c3f487ff9dDouglas Gregor      <WarningLevel>Level3</WarningLevel>
50b4609806e9232593ece09ce08b630836e825865cDouglas Gregor      <Optimization>Disabled</Optimization>
51063daf6e196c51f162e0485478355d8e280eef5cDouglas Gregor      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
52063daf6e196c51f162e0485478355d8e280eef5cDouglas Gregor      <AdditionalIncludeDirectories>$(SolutionDir)\d3d11app</AdditionalIncludeDirectories>
53063daf6e196c51f162e0485478355d8e280eef5cDouglas Gregor    </ClCompile>
54b4609806e9232593ece09ce08b630836e825865cDouglas Gregor    <Link>
551eb4433ac451dc16f4133a88af2d002ac26c58efMike Stump      <SubSystem>Console</SubSystem>
561eb4433ac451dc16f4133a88af2d002ac26c58efMike Stump      <GenerateDebugInformation>true</GenerateDebugInformation>
57f89e55ab1bfb3ea997f8b02997c611a02254eb2dJohn McCall      <AdditionalDependencies>d3d11.lib;%(AdditionalDependencies)</AdditionalDependencies>
58cc324ad80ab940efca006b0064f7ca70a6181816Peter Collingbourne    </Link>
59f89e55ab1bfb3ea997f8b02997c611a02254eb2dJohn McCall  </ItemDefinitionGroup>
60063daf6e196c51f162e0485478355d8e280eef5cDouglas Gregor  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
611eb4433ac451dc16f4133a88af2d002ac26c58efMike Stump    <ClCompile>
62ba0a9006dbc4814e1e35f82812cb5a1dad65e8b8Argyrios Kyrtzidis      <WarningLevel>Level3</WarningLevel>
631eb4433ac451dc16f4133a88af2d002ac26c58efMike Stump      <PrecompiledHeader>NotUsing</PrecompiledHeader>
64b4609806e9232593ece09ce08b630836e825865cDouglas Gregor      <Optimization>MaxSpeed</Optimization>
65b4609806e9232593ece09ce08b630836e825865cDouglas Gregor      <FunctionLevelLinking>true</FunctionLevelLinking>
66b4609806e9232593ece09ce08b630836e825865cDouglas Gregor      <IntrinsicFunctions>true</IntrinsicFunctions>
67063daf6e196c51f162e0485478355d8e280eef5cDouglas Gregor      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
68ba0a9006dbc4814e1e35f82812cb5a1dad65e8b8Argyrios Kyrtzidis      <AdditionalIncludeDirectories>$(SolutionDir)\d3d11app</AdditionalIncludeDirectories>
69b4609806e9232593ece09ce08b630836e825865cDouglas Gregor    </ClCompile>
70b4609806e9232593ece09ce08b630836e825865cDouglas Gregor    <Link>
71b4609806e9232593ece09ce08b630836e825865cDouglas Gregor      <SubSystem>Console</SubSystem>
72b4609806e9232593ece09ce08b630836e825865cDouglas Gregor      <GenerateDebugInformation>true</GenerateDebugInformation>
73b4609806e9232593ece09ce08b630836e825865cDouglas Gregor      <EnableCOMDATFolding>true</EnableCOMDATFolding>
74b4609806e9232593ece09ce08b630836e825865cDouglas Gregor      <OptimizeReferences>true</OptimizeReferences>
75b4609806e9232593ece09ce08b630836e825865cDouglas Gregor      <AdditionalDependencies>d3d11.lib;%(AdditionalDependencies)</AdditionalDependencies>
76b4609806e9232593ece09ce08b630836e825865cDouglas Gregor    </Link>
77aa49a7d70e58dac2aeb40664ba16d2ea571b8c95Daniel Dunbar  </ItemDefinitionGroup>
781eb4433ac451dc16f4133a88af2d002ac26c58efMike Stump  <ItemGroup>
791eb4433ac451dc16f4133a88af2d002ac26c58efMike Stump    <CustomBuild Include="d3d11tex.hlsl">
801eb4433ac451dc16f4133a88af2d002ac26c58efMike Stump      <FileType>Document</FileType>
81b4609806e9232593ece09ce08b630836e825865cDouglas Gregor      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(DXSDK_DIR)\Utilities\bin\x86\fxc.exe" /Fh%(Identity).ps.h /Eps /Tps_4_0 %(Identity)
82b4609806e9232593ece09ce08b630836e825865cDouglas Gregor"$(DXSDK_DIR)\Utilities\bin\x86\fxc.exe" /Fh%(Identity).vs.h /Evs /Tvs_4_0 %(Identity)</Command>
83b4609806e9232593ece09ce08b630836e825865cDouglas Gregor      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(Identity).ps.h;%(Identity).vs.h;%(Outputs)</Outputs>
84b4609806e9232593ece09ce08b630836e825865cDouglas Gregor    </CustomBuild>
8588a3514f36de96b19cdf50141c640df1a5f13f6cDouglas Gregor  </ItemGroup>
8688a3514f36de96b19cdf50141c640df1a5f13f6cDouglas Gregor  <ItemGroup>
8788a3514f36de96b19cdf50141c640df1a5f13f6cDouglas Gregor    <ClInclude Include="..\d3d11app\d3d11app.h" />
8888a3514f36de96b19cdf50141c640df1a5f13f6cDouglas Gregor    <ClInclude Include="d3d11tex.hlsl.ps.h" />
8988a3514f36de96b19cdf50141c640df1a5f13f6cDouglas Gregor    <ClInclude Include="d3d11tex.hlsl.vs.h" />
9088a3514f36de96b19cdf50141c640df1a5f13f6cDouglas Gregor  </ItemGroup>
9188a3514f36de96b19cdf50141c640df1a5f13f6cDouglas Gregor  <ItemGroup>
9288a3514f36de96b19cdf50141c640df1a5f13f6cDouglas Gregor    <ClCompile Include="..\d3d11app\d3d11winmain.cpp" />
9388a3514f36de96b19cdf50141c640df1a5f13f6cDouglas Gregor    <ClCompile Include="d3d11tex.cpp" />
9488a3514f36de96b19cdf50141c640df1a5f13f6cDouglas Gregor  </ItemGroup>
951817bd483b538fd3f4530649f5cb900bad9e8a76Chris Lattner  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
96f89e55ab1bfb3ea997f8b02997c611a02254eb2dJohn McCall  <ImportGroup Label="ExtensionTargets">
97cc324ad80ab940efca006b0064f7ca70a6181816Peter Collingbourne  </ImportGroup>
9888a3514f36de96b19cdf50141c640df1a5f13f6cDouglas Gregor</Project>