2014-09-19 20:48:11 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-08-10 08:48:02 +00:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-09-19 20:48:11 +00:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{D80D4A75-C385-41BD-AE62-83D2E2B595A7}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2016-07-11 23:17:50 +00:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2014-09-22 03:29:40 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2016-02-26 00:39:20 +00:00
|
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
2014-09-22 03:29:40 +00:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2016-07-11 23:17:50 +00:00
|
|
|
|
<WholeProgramOptimization Condition="$(Configuration.Contains(Release))">true</WholeProgramOptimization>
|
|
|
|
|
<UseDebugLibraries Condition="$(Configuration.Contains(Debug))">true</UseDebugLibraries>
|
|
|
|
|
<UseDebugLibraries Condition="!$(Configuration.Contains(Debug))">false</UseDebugLibraries>
|
2014-09-19 20:48:11 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2016-07-11 23:17:50 +00:00
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2014-09-22 03:29:40 +00:00
|
|
|
|
<Import Project="..\DefaultProjectRootDir.props" />
|
2014-09-19 20:48:11 +00:00
|
|
|
|
<Import Project="..\3rdparty.props" />
|
2016-07-11 23:17:50 +00:00
|
|
|
|
<Import Condition="$(Configuration.Contains(Debug))" Project="..\..\common\vsprops\CodeGen_Debug.props" />
|
|
|
|
|
<Import Condition="$(Configuration.Contains(Release))" Project="..\..\common\vsprops\CodeGen_Release.props" />
|
|
|
|
|
<Import Condition="!$(Configuration.Contains(Release))" Project="..\..\common\vsprops\IncrementalLinking.props" />
|
2014-09-19 20:48:11 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2016-07-11 23:17:50 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2014-09-19 20:48:11 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="CL\cl.h" />
|
|
|
|
|
<ClInclude Include="CL\cl.hpp" />
|
|
|
|
|
<ClInclude Include="CL\cl_d3d10.h" />
|
|
|
|
|
<ClInclude Include="CL\cl_d3d11.h" />
|
|
|
|
|
<ClInclude Include="CL\cl_d3d9.h" />
|
|
|
|
|
<ClInclude Include="CL\cl_egl.h" />
|
|
|
|
|
<ClInclude Include="CL\cl_ext.h" />
|
|
|
|
|
<ClInclude Include="CL\cl_gl.h" />
|
|
|
|
|
<ClInclude Include="CL\cl_gl_ext.h" />
|
|
|
|
|
<ClInclude Include="CL\cl_platform.h" />
|
|
|
|
|
<ClInclude Include="CL\opencl.h" />
|
|
|
|
|
</ItemGroup>
|
2014-09-22 03:29:40 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="opencl.cpp" />
|
|
|
|
|
</ItemGroup>
|
2014-09-19 20:48:11 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2016-07-11 23:17:50 +00:00
|
|
|
|
<ImportGroup Label="ExtensionTargets" />
|
|
|
|
|
</Project>
|