amath/src/main/function/functions.vcxproj

224 lines
10 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|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<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">
<VCProjectVersion>15.0</VCProjectVersion>
<ProjectGuid>{AD6E3CD6-48C4-47D9-94F5-565EE3AF7485}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</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 Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<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|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>$(ProjectDir)../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<Optimization>Disabled</Optimization>
</ClCompile>
<Link>
<TargetMachine>MachineX86</TargetMachine>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>$(ProjectDir)../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<TargetMachine>MachineX86</TargetMachine>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="absolute.cpp" />
<ClCompile Include="aexcosecant.cpp" />
<ClCompile Include="aexsecant.cpp" />
<ClCompile Include="arccos.cpp" />
<ClCompile Include="arccosecant.cpp" />
<ClCompile Include="arccotangent.cpp" />
<ClCompile Include="arccovercosine.cpp" />
<ClCompile Include="arccoversine.cpp" />
<ClCompile Include="archacovercosine.cpp" />
<ClCompile Include="archacoversine.cpp" />
<ClCompile Include="archavercosine.cpp" />
<ClCompile Include="archaversine.cpp" />
<ClCompile Include="arcsecant.cpp" />
<ClCompile Include="arcsin.cpp" />
<ClCompile Include="arctan.cpp" />
<ClCompile Include="arcvercosine.cpp" />
<ClCompile Include="arcversine.cpp" />
<ClCompile Include="ceil.cpp" />
<ClCompile Include="cosecant.cpp" />
<ClCompile Include="cosine.cpp" />
<ClCompile Include="cotangent.cpp" />
<ClCompile Include="covercos.cpp" />
<ClCompile Include="coversin.cpp" />
<ClCompile Include="cube.cpp" />
<ClCompile Include="excosecant.cpp" />
<ClCompile Include="exsecant.cpp" />
<ClCompile Include="floor.cpp" />
<ClCompile Include="hacovercos.cpp" />
<ClCompile Include="hacoversin.cpp" />
<ClCompile Include="havercos.cpp" />
<ClCompile Include="haversin.cpp" />
<ClCompile Include="hyparccosecant.cpp" />
<ClCompile Include="hyparccosine.cpp" />
<ClCompile Include="hyparccotangent.cpp" />
<ClCompile Include="hyparcsecant.cpp" />
<ClCompile Include="hyparcsine.cpp" />
<ClCompile Include="hyparctangent.cpp" />
<ClCompile Include="hypcosecant.cpp" />
<ClCompile Include="hypcosine.cpp" />
<ClCompile Include="hypcotangent.cpp" />
<ClCompile Include="hypsecant.cpp" />
<ClCompile Include="hypsine.cpp" />
<ClCompile Include="hyptangent.cpp" />
<ClCompile Include="ln.cpp" />
<ClCompile Include="log10.cpp" />
<ClCompile Include="log2.cpp" />
<ClCompile Include="node.cpp" />
<ClCompile Include="round.cpp" />
<ClCompile Include="secant.cpp" />
<ClCompile Include="signum.cpp" />
<ClCompile Include="sine.cpp" />
<ClCompile Include="square.cpp" />
<ClCompile Include="tangent.cpp" />
<ClCompile Include="trunc.cpp" />
<ClCompile Include="user.cpp" />
<ClCompile Include="vercos.cpp" />
<ClCompile Include="versin.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="absolute.h" />
<ClInclude Include="aexcosecant.h" />
<ClInclude Include="aexsecant.h" />
<ClInclude Include="arccos.h" />
<ClInclude Include="arccosecant.h" />
<ClInclude Include="arccotangent.h" />
<ClInclude Include="arccovercosine.h" />
<ClInclude Include="arccoversine.h" />
<ClInclude Include="archacovercosine.h" />
<ClInclude Include="archacoversine.h" />
<ClInclude Include="archavercosine.h" />
<ClInclude Include="archaversine.h" />
<ClInclude Include="arcsecant.h" />
<ClInclude Include="arcsin.h" />
<ClInclude Include="arctan.h" />
<ClInclude Include="arcvercosine.h" />
<ClInclude Include="arcversine.h" />
<ClInclude Include="ceil.h" />
<ClInclude Include="cosecant.h" />
<ClInclude Include="cosine.h" />
<ClInclude Include="cotangent.h" />
<ClInclude Include="covercos.h" />
<ClInclude Include="coversin.h" />
<ClInclude Include="cube.h" />
<ClInclude Include="defs.h" />
<ClInclude Include="excosecant.h" />
<ClInclude Include="exsecant.h" />
<ClInclude Include="floor.h" />
<ClInclude Include="hacovercos.h" />
<ClInclude Include="hacoversin.h" />
<ClInclude Include="havercos.h" />
<ClInclude Include="haversin.h" />
<ClInclude Include="hyparccosecant.h" />
<ClInclude Include="hyparccosine.h" />
<ClInclude Include="hyparccotangent.h" />
<ClInclude Include="hyparcsecant.h" />
<ClInclude Include="hyparcsine.h" />
<ClInclude Include="hyparctangent.h" />
<ClInclude Include="hypcosecant.h" />
<ClInclude Include="hypcosine.h" />
<ClInclude Include="hypcotangent.h" />
<ClInclude Include="hypsecant.h" />
<ClInclude Include="hypsine.h" />
<ClInclude Include="hyptangent.h" />
<ClInclude Include="ln.h" />
<ClInclude Include="log10.h" />
<ClInclude Include="log2.h" />
<ClInclude Include="node.h" />
<ClInclude Include="round.h" />
<ClInclude Include="secant.h" />
<ClInclude Include="signum.h" />
<ClInclude Include="sine.h" />
<ClInclude Include="square.h" />
<ClInclude Include="tangent.h" />
<ClInclude Include="trunc.h" />
<ClInclude Include="user.h" />
<ClInclude Include="vercos.h" />
<ClInclude Include="versin.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>