Files
igl/examples/patches/example.vcxproj
T

150 lines
9.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.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>{7F5B7683-7531-481C-8997-6221D7170894}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>example</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<WholeProgramOptimization>false</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<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 Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<IncludePath>C:\Users\kenshi\dev\igl_hg\ext_toolboxes\embree-1.1beta\common;$(IncludePath)</IncludePath>
<OutDir>$(ProjectDir)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>false</LinkIncremental>
<IncludePath>C:\Users\kenshi\dev\igl_hg\ext_toolboxes\embree-1.1beta\common;$(IncludePath)</IncludePath>
<OutDir>$(ProjectDir)\</OutDir>
<TargetName>$(ProjectName)d</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>EIGEN_DONT_ALIGN_STATICALLY;IGL_HEADER_ONLY;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<AdditionalIncludeDirectories>..\..\external\embree;..\..\external\embree\embree;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OpenMPSupport>true</OpenMPSupport>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>glew32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
<Optimization>Disabled</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>EIGEN_DONT_ALIGN_STATICALLY;IGL_HEADER_ONLY;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<AdditionalIncludeDirectories>..\..\external\embree;..\..\external\embree\embree;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OpenMPSupport>true</OpenMPSupport>
<WholeProgramOptimization>false</WholeProgramOptimization>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>false</OptimizeReferences>
<AdditionalDependencies>glew32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\external\embree\embree\builders\heuristic_binning.cpp" />
<ClCompile Include="..\..\external\embree\embree\builders\heuristic_spatial.cpp" />
<ClCompile Include="..\..\external\embree\embree\builders\primrefgen.cpp" />
<ClCompile Include="..\..\external\embree\embree\builders\splitter.cpp" />
<ClCompile Include="..\..\external\embree\embree\builders\splitter_fallback.cpp" />
<ClCompile Include="..\..\external\embree\embree\builders\splitter_parallel.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh2\bvh2.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh2\bvh2_intersector1.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh2\bvh2_intersector4.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh2\bvh2_intersector8.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh4i\bvh4i.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh4i\bvh4i_intersector1.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh4mb\bvh4mb.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh4mb\bvh4mb_builder.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh4mb\bvh4mb_intersector1.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh4mb\bvh4mb_intersector4.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh4mb\bvh4mb_intersector8.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh4\bvh4.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh4\bvh4_intersector1.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh4\bvh4_intersector1_avx.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh4\bvh4_intersector4_chunk.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh4\bvh4_intersector4_hybrid.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh4\bvh4_intersector4_single.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh4\bvh4_intersector8_chunk.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh4\bvh4_intersector8_hybrid.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh4\bvh4_intersector8_single.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh8\bvh8.cpp" />
<ClCompile Include="..\..\external\embree\embree\bvh8\bvh8_intersector1.cpp" />
<ClCompile Include="..\..\external\embree\embree\common\accel.cpp" />
<ClCompile Include="..\..\external\embree\embree\common\alloc.cpp" />
<ClCompile Include="..\..\external\embree\embree\common\registry_accel.cpp" />
<ClCompile Include="..\..\external\embree\embree\common\registry_builder.cpp" />
<ClCompile Include="..\..\external\embree\embree\common\registry_intersector.cpp" />
<ClCompile Include="..\..\external\embree\embree\common\stat.cpp" />
<ClCompile Include="..\..\external\embree\embree\embree.cpp" />
<ClCompile Include="..\..\external\embree\embree\geometry\triangle_mesh.cpp" />
<ClCompile Include="..\..\external\embree\embree\geometry\virtual_scene.cpp" />
<ClCompile Include="..\..\external\embree\embree\sys\filename.cpp" />
<ClCompile Include="..\..\external\embree\embree\sys\platform.cpp" />
<ClCompile Include="..\..\external\embree\embree\sys\stl\string.cpp" />
<ClCompile Include="..\..\external\embree\embree\sys\sync\condition.cpp" />
<ClCompile Include="..\..\external\embree\embree\sys\sync\mutex.cpp" />
<ClCompile Include="..\..\external\embree\embree\sys\sysinfo.cpp" />
<ClCompile Include="..\..\external\embree\embree\sys\taskscheduler.cpp" />
<ClCompile Include="..\..\external\embree\embree\sys\taskscheduler_mic.cpp" />
<ClCompile Include="..\..\external\embree\embree\sys\taskscheduler_sys.cpp" />
<ClCompile Include="..\..\external\embree\embree\sys\thread.cpp" />
<ClCompile Include="example.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\include\igl\embree\orient_outward_ao.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>