<?xml version="1.0" encoding="utf-8"?>
|
<Project DefaultTargets="Build" 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>17.0</VCProjectVersion>
|
<Keyword>Win32Proj</Keyword>
|
<ProjectGuid>{4a0b21e3-5563-4bc0-a1ed-ea7a7cc27927}</ProjectGuid>
|
<RootNamespace>agewin</RootNamespace>
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
</PropertyGroup>
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
<PlatformToolset>v143</PlatformToolset>
|
<CharacterSet>Unicode</CharacterSet>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
<PlatformToolset>v143</PlatformToolset>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<CharacterSet>Unicode</CharacterSet>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
<PlatformToolset>v143</PlatformToolset>
|
<CharacterSet>Unicode</CharacterSet>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
<PlatformToolset>v143</PlatformToolset>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<CharacterSet>Unicode</CharacterSet>
|
</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" />
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ClCompile>
|
<WarningLevel>Level3</WarningLevel>
|
<SDLCheck>true</SDLCheck>
|
<PreprocessorDefinitions>WIN32;_DEBUG;AGEWIN_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<ConformanceMode>true</ConformanceMode>
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
</ClCompile>
|
<Link>
|
<SubSystem>Windows</SubSystem>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<EnableUAC>false</EnableUAC>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<ClCompile>
|
<WarningLevel>Level3</WarningLevel>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<SDLCheck>true</SDLCheck>
|
<PreprocessorDefinitions>WIN32;NDEBUG;AGEWIN_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<ConformanceMode>true</ConformanceMode>
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
</ClCompile>
|
<Link>
|
<SubSystem>Windows</SubSystem>
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
<OptimizeReferences>true</OptimizeReferences>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<EnableUAC>false</EnableUAC>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ClCompile>
|
<WarningLevel>Level3</WarningLevel>
|
<SDLCheck>true</SDLCheck>
|
<PreprocessorDefinitions>_DEBUG;AGEWIN_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<ConformanceMode>true</ConformanceMode>
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
</ClCompile>
|
<Link>
|
<SubSystem>Windows</SubSystem>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<EnableUAC>false</EnableUAC>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ClCompile>
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<SDLCheck>false</SDLCheck>
|
<PreprocessorDefinitions>NDEBUG;AGEWIN_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<ConformanceMode>true</ConformanceMode>
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
<AdditionalIncludeDirectories>D:\PostgreSQL\14\include\server\port\win32_msvc;D:\PostgreSQL\14\include\server\port\win32;D:\PostgreSQL\14\include\server;D:\PostgreSQL\14\include;D:\TEST_PROJECT\age_win\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
</ClCompile>
|
<Link>
|
<SubSystem>Windows</SubSystem>
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
<OptimizeReferences>true</OptimizeReferences>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<EnableUAC>false</EnableUAC>
|
<OutputFile>D:\PostgreSQL\14\lib\age.dll</OutputFile>
|
<AdditionalLibraryDirectories>D:\PostgreSQL\14\lib</AdditionalLibraryDirectories>
|
<AdditionalDependencies>postgres.lib;libpq.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemGroup>
|
<ClInclude Include="framework.h" />
|
<ClInclude Include="include\catalog\ag_catalog.h" />
|
<ClInclude Include="include\catalog\ag_graph.h" />
|
<ClInclude Include="include\catalog\ag_label.h" />
|
<ClInclude Include="include\catalog\ag_namespace.h" />
|
<ClInclude Include="include\commands\graph_commands.h" />
|
<ClInclude Include="include\commands\label_commands.h" />
|
<ClInclude Include="include\executor\cypher_executor.h" />
|
<ClInclude Include="include\executor\cypher_utils.h" />
|
<ClInclude Include="include\nodes\ag_nodes.h" />
|
<ClInclude Include="include\nodes\cypher_copyfuncs.h" />
|
<ClInclude Include="include\nodes\cypher_nodes.h" />
|
<ClInclude Include="include\nodes\cypher_outfuncs.h" />
|
<ClInclude Include="include\nodes\cypher_readfuncs.h" />
|
<ClInclude Include="include\optimizer\cypher_createplan.h" />
|
<ClInclude Include="include\optimizer\cypher_pathnode.h" />
|
<ClInclude Include="include\optimizer\cypher_paths.h" />
|
<ClInclude Include="include\parser\ag_scanner.h" />
|
<ClInclude Include="include\parser\cypher_analyze.h" />
|
<ClInclude Include="include\parser\cypher_clause.h" />
|
<ClInclude Include="include\parser\cypher_expr.h" />
|
<ClInclude Include="include\parser\cypher_gram.h" />
|
<ClInclude Include="include\parser\cypher_gram_def.h" />
|
<ClInclude Include="include\parser\cypher_item.h" />
|
<ClInclude Include="include\parser\cypher_keywords.h" />
|
<ClInclude Include="include\parser\cypher_kwlist.h" />
|
<ClInclude Include="include\parser\cypher_kwlist_d.h" />
|
<ClInclude Include="include\parser\cypher_parser.h" />
|
<ClInclude Include="include\parser\cypher_parse_agg.h" />
|
<ClInclude Include="include\parser\cypher_parse_node.h" />
|
<ClInclude Include="include\parser\cypher_transform_entity.h" />
|
<ClInclude Include="include\pg_fix.h" />
|
<ClInclude Include="include\utils\age_global_graph.h" />
|
<ClInclude Include="include\utils\age_graphid_ds.h" />
|
<ClInclude Include="include\utils\age_session_info.h" />
|
<ClInclude Include="include\utils\age_vle.h" />
|
<ClInclude Include="include\utils\agtype.h" />
|
<ClInclude Include="include\utils\agtype_ext.h" />
|
<ClInclude Include="include\utils\agtype_parser.h" />
|
<ClInclude Include="include\utils\agtype_raw.h" />
|
<ClInclude Include="include\utils\ag_cache.h" />
|
<ClInclude Include="include\utils\ag_float8_supp.h" />
|
<ClInclude Include="include\utils\ag_func.h" />
|
<ClInclude Include="include\utils\ag_guc.h" />
|
<ClInclude Include="include\utils\ag_load.h" />
|
<ClInclude Include="include\utils\graphid.h" />
|
<ClInclude Include="include\utils\load\age_load.h" />
|
<ClInclude Include="include\utils\load\ag_load_edges.h" />
|
<ClInclude Include="include\utils\load\ag_load_labels.h" />
|
<ClInclude Include="include\utils\load\csv.h" />
|
<ClInclude Include="include\utils\name_validation.h" />
|
<ClInclude Include="pch.h" />
|
</ItemGroup>
|
<ItemGroup>
|
<ClCompile Include="backend\age.c" />
|
<ClCompile Include="backend\catalog\ag_catalog.c" />
|
<ClCompile Include="backend\catalog\ag_graph.c" />
|
<ClCompile Include="backend\catalog\ag_label.c" />
|
<ClCompile Include="backend\catalog\ag_namespace.c" />
|
<ClCompile Include="backend\commands\graph_commands.c" />
|
<ClCompile Include="backend\commands\label_commands.c" />
|
<ClCompile Include="backend\executor\cypher_create.c" />
|
<ClCompile Include="backend\executor\cypher_delete.c" />
|
<ClCompile Include="backend\executor\cypher_merge.c" />
|
<ClCompile Include="backend\executor\cypher_set.c" />
|
<ClCompile Include="backend\executor\cypher_utils.c" />
|
<ClCompile Include="backend\nodes\ag_nodes.c" />
|
<ClCompile Include="backend\nodes\cypher_copyfuncs.c" />
|
<ClCompile Include="backend\nodes\cypher_outfuncs.c" />
|
<ClCompile Include="backend\nodes\cypher_readfuncs.c" />
|
<ClCompile Include="backend\optimizer\cypher_createplan.c" />
|
<ClCompile Include="backend\optimizer\cypher_pathnode.c" />
|
<ClCompile Include="backend\optimizer\cypher_paths.c" />
|
<ClCompile Include="backend\parser\ag_scanner.c" />
|
<ClCompile Include="backend\parser\cypher_analyze.c" />
|
<ClCompile Include="backend\parser\cypher_clause.c" />
|
<ClCompile Include="backend\parser\cypher_expr.c" />
|
<ClCompile Include="backend\parser\cypher_gram.c" />
|
<ClCompile Include="backend\parser\cypher_item.c" />
|
<ClCompile Include="backend\parser\cypher_keywords.c" />
|
<ClCompile Include="backend\parser\cypher_parser.c" />
|
<ClCompile Include="backend\parser\cypher_parse_agg.c" />
|
<ClCompile Include="backend\parser\cypher_parse_node.c" />
|
<ClCompile Include="backend\parser\cypher_transform_entity.c" />
|
<ClCompile Include="backend\utils\adt\age_global_graph.c" />
|
<ClCompile Include="backend\utils\adt\age_graphid_ds.c" />
|
<ClCompile Include="backend\utils\adt\age_session_info.c" />
|
<ClCompile Include="backend\utils\adt\age_vle.c" />
|
<ClCompile Include="backend\utils\adt\agtype.c" />
|
<ClCompile Include="backend\utils\adt\agtype_ext.c" />
|
<ClCompile Include="backend\utils\adt\agtype_gin.c" />
|
<ClCompile Include="backend\utils\adt\agtype_ops.c" />
|
<ClCompile Include="backend\utils\adt\agtype_parser.c" />
|
<ClCompile Include="backend\utils\adt\agtype_raw.c" />
|
<ClCompile Include="backend\utils\adt\agtype_util.c" />
|
<ClCompile Include="backend\utils\adt\ag_float8_supp.c" />
|
<ClCompile Include="backend\utils\adt\cypher_funcs.c" />
|
<ClCompile Include="backend\utils\adt\graphid.c" />
|
<ClCompile Include="backend\utils\ag_func.c" />
|
<ClCompile Include="backend\utils\ag_guc.c" />
|
<ClCompile Include="backend\utils\cache\ag_cache.c" />
|
<ClCompile Include="backend\utils\graph_generation.c" />
|
<ClCompile Include="backend\utils\load\age_load.c" />
|
<ClCompile Include="backend\utils\load\ag_load_edges.c" />
|
<ClCompile Include="backend\utils\load\ag_load_labels.c" />
|
<ClCompile Include="backend\utils\load\libcsv.c" />
|
<ClCompile Include="backend\utils\name_validation.c" />
|
<ClCompile Include="tc_util.c" />
|
</ItemGroup>
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<ImportGroup Label="ExtensionTargets">
|
</ImportGroup>
|
</Project>
|