mirror of
				https://bitbucket.org/mfeemster/fractorium.git
				synced 2025-10-29 16:30:45 -04:00 
			
		
		
		
	 ee7ca7065e
			
		
	
	ee7ca7065e
	
	
	
		
			
			-Remove all dependencies on Intel Threading Building Blocks. -Write our own version of parallel_for().
		
			
				
	
	
		
			155 lines
		
	
	
		
			8.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			155 lines
		
	
	
		
			8.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <ItemGroup Label="ProjectConfigurations">
 | |
|     <ProjectConfiguration Include="Debug|x64">
 | |
|       <Configuration>Debug</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Release|x64">
 | |
|       <Configuration>Release</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|   </ItemGroup>
 | |
|   <PropertyGroup Label="Globals">
 | |
|     <ProjectGuid>{F6A9102C-69A9-48FB-BC4B-49E49AF43236}</ProjectGuid>
 | |
|     <Keyword>Win32Proj</Keyword>
 | |
|     <RootNamespace>EmberCLns</RootNamespace>
 | |
|     <ProjectName>EmberCL</ProjectName>
 | |
|     <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | |
|     <ConfigurationType>DynamicLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>true</UseDebugLibraries>
 | |
|     <CharacterSet>MultiByte</CharacterSet>
 | |
|     <WholeProgramOptimization>false</WholeProgramOptimization>
 | |
|     <PlatformToolset>v142</PlatformToolset>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | |
|     <ConfigurationType>DynamicLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>false</UseDebugLibraries>
 | |
|     <WholeProgramOptimization>false</WholeProgramOptimization>
 | |
|     <CharacterSet>MultiByte</CharacterSet>
 | |
|     <PlatformToolset>v142</PlatformToolset>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | |
|   <ImportGroup Label="ExtensionSettings">
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" 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)'=='Release|x64'" 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 Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <LinkIncremental>true</LinkIncremental>
 | |
|     <OutDir>$(SolutionDir)..\..\..\Bin\$(Platform)\$(Configuration)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)Obj\$(TargetName)\$(Platform)\$(Configuration)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | |
|     <LinkIncremental>false</LinkIncremental>
 | |
|     <OutDir>$(SolutionDir)..\..\..\Bin\$(Platform)\$(Configuration)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)Obj\$(TargetName)\$(Platform)\$(Configuration)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeader>Use</PrecompiledHeader>
 | |
|       <WarningLevel>Level3</WarningLevel>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;BUILDING_EMBERCL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <ProgramDataBaseFileName>$(TargetDir)$(TargetName).pdb</ProgramDataBaseFileName>
 | |
|       <DisableSpecificWarnings>
 | |
|       </DisableSpecificWarnings>
 | |
|       <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\Source\Ember\;$(ProjectDir)..\..\..\..\glm;$(ProjectDir)..\..\..\..\libxml2\include;$(AMDAPPSDKROOT)\include;$(CUDA_PATH)\include</AdditionalIncludeDirectories>
 | |
|       <StructMemberAlignment>Default</StructMemberAlignment>
 | |
|       <PrecompiledHeaderFile>EmberCLPch.h</PrecompiledHeaderFile>
 | |
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>
 | |
|       <MinimalRebuild>false</MinimalRebuild>
 | |
|       <StringPooling>true</StringPooling>
 | |
|       <FloatingPointExceptions>false</FloatingPointExceptions>
 | |
|       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
 | |
|       <RuntimeTypeInfo>true</RuntimeTypeInfo>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Windows</SubSystem>
 | |
|       <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
 | |
|       <AdditionalDependencies>libxml2.lib;opencl.lib;Opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <AdditionalLibraryDirectories>$(ProjectDir)..\..\..\Deps;$(AMDAPPSDKROOT)\lib\x86_64;$(CUDA_PATH)\lib\$(PlatformName)</AdditionalLibraryDirectories>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | |
|     <ClCompile>
 | |
|       <WarningLevel>Level3</WarningLevel>
 | |
|       <PrecompiledHeader>Use</PrecompiledHeader>
 | |
|       <Optimization>MaxSpeed</Optimization>
 | |
|       <FunctionLevelLinking>true</FunctionLevelLinking>
 | |
|       <IntrinsicFunctions>true</IntrinsicFunctions>
 | |
|       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;BUILDING_EMBERCL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <ProgramDataBaseFileName>$(TargetDir)$(TargetName).pdb</ProgramDataBaseFileName>
 | |
|       <DisableSpecificWarnings>
 | |
|       </DisableSpecificWarnings>
 | |
|       <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\Source\Ember\;$(ProjectDir)..\..\..\..\glm;$(ProjectDir)..\..\..\..\libxml2\include;$(AMDAPPSDKROOT)\include;$(CUDA_PATH)\include</AdditionalIncludeDirectories>
 | |
|       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
 | |
|       <PrecompiledHeaderFile>EmberCLPch.h</PrecompiledHeaderFile>
 | |
|       <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
 | |
|       <FloatingPointModel>Precise</FloatingPointModel>
 | |
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>
 | |
|       <FloatingPointExceptions>false</FloatingPointExceptions>
 | |
|       <StringPooling>true</StringPooling>
 | |
|       <BufferSecurityCheck>false</BufferSecurityCheck>
 | |
|       <RuntimeTypeInfo>true</RuntimeTypeInfo>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Windows</SubSystem>
 | |
|       <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
 | |
|       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | |
|       <OptimizeReferences>true</OptimizeReferences>
 | |
|       <AdditionalDependencies>libxml2.lib;opencl.lib;Opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <AdditionalLibraryDirectories>$(ProjectDir)..\..\..\Deps;$(AMDAPPSDKROOT)\lib\x86_64;$(CUDA_PATH)\lib\$(PlatformName)</AdditionalLibraryDirectories>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="Ember.vcxproj">
 | |
|       <Project>{2bdb7a54-bb1a-476b-a6e5-f81e90ad4e67}</Project>
 | |
|       <Private>true</Private>
 | |
|       <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
 | |
|       <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
 | |
|       <LinkLibraryDependencies>true</LinkLibraryDependencies>
 | |
|       <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
 | |
|     </ProjectReference>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClCompile Include="..\..\..\Source\EmberCL\DllMain.cpp">
 | |
|       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
 | |
|       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
 | |
|     </ClCompile>
 | |
|     <ClCompile Include="..\..\..\Source\EmberCL\FinalAccumOpenCLKernelCreator.cpp" />
 | |
|     <ClCompile Include="..\..\..\Source\EmberCL\DEOpenCLKernelCreator.cpp" />
 | |
|     <ClCompile Include="..\..\..\Source\EmberCL\FunctionMapper.cpp" />
 | |
|     <ClCompile Include="..\..\..\Source\EmberCL\IterOpenCLKernelCreator.cpp" />
 | |
|     <ClCompile Include="..\..\..\Source\EmberCL\OpenCLInfo.cpp" />
 | |
|     <ClCompile Include="..\..\..\Source\EmberCL\OpenCLWrapper.cpp" />
 | |
|     <ClCompile Include="..\..\..\Source\EmberCL\RendererCL.cpp" />
 | |
|     <ClCompile Include="..\..\..\Source\EmberCL\RendererClDevice.cpp" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClInclude Include="..\..\..\Source\EmberCL\EmberCLFunctions.h" />
 | |
|     <ClInclude Include="..\..\..\Source\EmberCL\EmberCLStructs.h" />
 | |
|     <ClInclude Include="..\..\..\Source\EmberCL\DEOpenCLKernelCreator.h" />
 | |
|     <ClInclude Include="..\..\..\Source\EmberCL\FinalAccumOpenCLKernelCreator.h" />
 | |
|     <ClInclude Include="..\..\..\Source\EmberCL\FunctionMapper.h" />
 | |
|     <ClInclude Include="..\..\..\Source\EmberCL\IterOpenCLKernelCreator.h" />
 | |
|     <ClInclude Include="..\..\..\Source\EmberCL\OpenCLInfo.h" />
 | |
|     <ClInclude Include="..\..\..\Source\EmberCL\OpenCLWrapper.h" />
 | |
|     <ClInclude Include="..\..\..\Source\EmberCL\RendererCL.h" />
 | |
|     <ClInclude Include="..\..\..\Source\EmberCL\EmberCLPch.h" />
 | |
|     <ClInclude Include="..\..\..\Source\EmberCL\RendererClDevice.h" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ResourceCompile Include="EmberCL.rc" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | |
|   <ImportGroup Label="ExtensionTargets">
 | |
|   </ImportGroup>
 | |
| </Project> |