| <?xml version="1.0" encoding="utf-8"?> | |
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| <ItemGroup Label="ProjectConfigurations"> | |
| <ProjectConfiguration Include="Debug|Win32"> | |
| <Configuration>Debug</Configuration> | |
| <Platform>Win32</Platform> | |
| </ProjectConfiguration> | |
| <ProjectConfiguration Include="Release|Win32"> | |
| <Configuration>Release</Configuration> | |
| <Platform>Win32</Platform> | |
| </ProjectConfiguration> | |
| </ItemGroup> | |
| <PropertyGroup Label="Globals"> | |
| <ProjectGuid>{E12EA115-EBC7-47C2-B651-30A0CE986025}</ProjectGuid> | |
| <RootNamespace>essl_to_hlsl</RootNamespace> | |
| <Keyword>Win32Proj</Keyword> | |
| </PropertyGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| <ConfigurationType>Application</ConfigurationType> | |
| <CharacterSet>Unicode</CharacterSet> | |
| <WholeProgramOptimization>true</WholeProgramOptimization> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| <ConfigurationType>Application</ConfigurationType> | |
| <CharacterSet>Unicode</CharacterSet> | |
| </PropertyGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| <ImportGroup Label="ExtensionSettings"> | |
| </ImportGroup> | |
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| </ImportGroup> | |
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| </ImportGroup> | |
| <PropertyGroup Label="UserMacros" /> | |
| <PropertyGroup> | |
| <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> | |
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir> | |
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> | |
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir> | |
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> | |
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
| </PropertyGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| <ClCompile> | |
| <Optimization>Disabled</Optimization> | |
| <AdditionalIncludeDirectories>../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <MinimalRebuild>true</MinimalRebuild> | |
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| <PrecompiledHeader> | |
| </PrecompiledHeader> | |
| <WarningLevel>Level3</WarningLevel> | |
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
| </ClCompile> | |
| <Link> | |
| <AdditionalDependencies>d3d9.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
| <GenerateDebugInformation>true</GenerateDebugInformation> | |
| <SubSystem>Console</SubSystem> | |
| <TargetMachine>MachineX86</TargetMachine> | |
| </Link> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <ClCompile> | |
| <Optimization>MaxSpeed</Optimization> | |
| <IntrinsicFunctions>true</IntrinsicFunctions> | |
| <AdditionalIncludeDirectories>../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
| <FunctionLevelLinking>true</FunctionLevelLinking> | |
| <PrecompiledHeader> | |
| </PrecompiledHeader> | |
| <WarningLevel>Level3</WarningLevel> | |
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| </ClCompile> | |
| <Link> | |
| <AdditionalDependencies>d3d9.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
| <GenerateDebugInformation>true</GenerateDebugInformation> | |
| <SubSystem>Console</SubSystem> | |
| <OptimizeReferences>true</OptimizeReferences> | |
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| <TargetMachine>MachineX86</TargetMachine> | |
| </Link> | |
| </ItemDefinitionGroup> | |
| <ItemGroup> | |
| <ClCompile Include="..\..\src\common\debug.cpp" /> | |
| <ClCompile Include="translator.cpp" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ProjectReference Include="..\..\src\compiler\preprocessor\preprocessor.vcxproj"> | |
| <Project>{fbe32df3-0fb0-4f2f-a424-2c21bd7bc325}</Project> | |
| </ProjectReference> | |
| <ProjectReference Include="..\..\src\compiler\translator_common.vcxproj"> | |
| <Project>{5b3a6db8-1e7e-40d7-92b9-da8aae619fad}</Project> | |
| </ProjectReference> | |
| <ProjectReference Include="..\..\src\compiler\translator_hlsl.vcxproj"> | |
| <Project>{5620f0e4-6c43-49bc-a178-b804e1a0c3a7}</Project> | |
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
| <Private>true</Private> | |
| <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> | |
| <LinkLibraryDependencies>true</LinkLibraryDependencies> | |
| <UseLibraryDependencyInputs>true</UseLibraryDependencyInputs> | |
| </ProjectReference> | |
| </ItemGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| <ImportGroup Label="ExtensionTargets"> | |
| </ImportGroup> | |
| </Project> |