1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|x64" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >x64</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|x64" >
9+ <Configuration >Release</Configuration >
10+ <Platform >x64</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <ItemGroup >
14+ <ClInclude Include =" pg_diffix\aggregation\aid.h" />
15+ <ClInclude Include =" pg_diffix\aggregation\aid_tracker.h" />
16+ <ClInclude Include =" pg_diffix\aggregation\bucket_scan.h" />
17+ <ClInclude Include =" pg_diffix\aggregation\common.h" />
18+ <ClInclude Include =" pg_diffix\aggregation\contribution_tracker.h" />
19+ <ClInclude Include =" pg_diffix\aggregation\count.h" />
20+ <ClInclude Include =" pg_diffix\aggregation\led.h" />
21+ <ClInclude Include =" pg_diffix\aggregation\noise.h" />
22+ <ClInclude Include =" pg_diffix\aggregation\star_bucket.h" />
23+ <ClInclude Include =" pg_diffix\aggregation\summable.h" />
24+ <ClInclude Include =" pg_diffix\auth.h" />
25+ <ClInclude Include =" pg_diffix\config.h" />
26+ <ClInclude Include =" pg_diffix\hooks.h" />
27+ <ClInclude Include =" pg_diffix\node_funcs.h" />
28+ <ClInclude Include =" pg_diffix\oid_cache.h" />
29+ <ClInclude Include =" pg_diffix\query\allowed_objects.h" />
30+ <ClInclude Include =" pg_diffix\query\anonymization.h" />
31+ <ClInclude Include =" pg_diffix\query\relation.h" />
32+ <ClInclude Include =" pg_diffix\query\validation.h" />
33+ <ClInclude Include =" pg_diffix\utils.h" />
34+ </ItemGroup >
35+ <ItemGroup >
36+ <ClCompile Include =" src\aggregation\aid.c" />
37+ <ClCompile Include =" src\aggregation\aid_tracker.c" />
38+ <ClCompile Include =" src\aggregation\bucket_scan.c" />
39+ <ClCompile Include =" src\aggregation\common.c" />
40+ <ClCompile Include =" src\aggregation\contribution_tracker.c" />
41+ <ClCompile Include =" src\aggregation\count.c" />
42+ <ClCompile Include =" src\aggregation\count_distinct.c" />
43+ <ClCompile Include =" src\aggregation\count_histogram.c" />
44+ <ClCompile Include =" src\aggregation\led.c" />
45+ <ClCompile Include =" src\aggregation\low_count.c" />
46+ <ClCompile Include =" src\aggregation\noise.c" />
47+ <ClCompile Include =" src\aggregation\star_bucket.c" />
48+ <ClCompile Include =" src\aggregation\sum.c" />
49+ <ClCompile Include =" src\aggregation\summable.c" />
50+ <ClCompile Include =" src\auth.c" />
51+ <ClCompile Include =" src\config.c" />
52+ <ClCompile Include =" src\hooks.c" />
53+ <ClCompile Include =" src\node_funcs.c" />
54+ <ClCompile Include =" src\oid_cache.c" />
55+ <ClCompile Include =" src\pg_diffix.c" />
56+ <ClCompile Include =" src\query\allowed_objects.c" />
57+ <ClCompile Include =" src\query\anonymization.c" />
58+ <ClCompile Include =" src\query\relation.c" />
59+ <ClCompile Include =" src\query\validation.c" />
60+ <ClCompile Include =" src\utils.c" />
61+ </ItemGroup >
62+ <PropertyGroup Label =" Globals" >
63+ <VCProjectVersion >16.0</VCProjectVersion >
64+ <Keyword >Win32Proj</Keyword >
65+ <ProjectGuid >{38363b61-2a14-4350-8136-168f8fc02737}</ProjectGuid >
66+ <RootNamespace >pgdiffix</RootNamespace >
67+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
68+ </PropertyGroup >
69+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
70+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
71+ <ConfigurationType >DynamicLibrary</ConfigurationType >
72+ <UseDebugLibraries >true</UseDebugLibraries >
73+ <PlatformToolset >v143</PlatformToolset >
74+ <CharacterSet >Unicode</CharacterSet >
75+ </PropertyGroup >
76+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
77+ <ConfigurationType >DynamicLibrary</ConfigurationType >
78+ <UseDebugLibraries >false</UseDebugLibraries >
79+ <PlatformToolset >v143</PlatformToolset >
80+ <WholeProgramOptimization >true</WholeProgramOptimization >
81+ <CharacterSet >Unicode</CharacterSet >
82+ </PropertyGroup >
83+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
84+ <ImportGroup Label =" ExtensionSettings" >
85+ </ImportGroup >
86+ <ImportGroup Label =" Shared" >
87+ </ImportGroup >
88+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
89+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
90+ </ImportGroup >
91+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
92+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
93+ </ImportGroup >
94+ <PropertyGroup Label =" UserMacros" />
95+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
96+ <GenerateManifest >false</GenerateManifest >
97+ </PropertyGroup >
98+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
99+ <GenerateManifest >false</GenerateManifest >
100+ </PropertyGroup >
101+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
102+ <ClCompile >
103+ <WarningLevel >Level3</WarningLevel >
104+ <SDLCheck >true</SDLCheck >
105+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
106+ <ConformanceMode >true</ConformanceMode >
107+ <AdditionalIncludeDirectories >$(SolutionDir);$(PGROOT)\include\server\port\win32_msvc;$(PGROOT)\include\server\port\win32;$(PGROOT)\include\server;$(PGROOT)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
108+ <ExceptionHandling >false</ExceptionHandling >
109+ <CompileAs >CompileAsC</CompileAs >
110+ <DisableSpecificWarnings >4244;4715</DisableSpecificWarnings >
111+ </ClCompile >
112+ <Link >
113+ <SubSystem >Console</SubSystem >
114+ <GenerateDebugInformation >true</GenerateDebugInformation >
115+ <AdditionalLibraryDirectories >$(PGROOT)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
116+ <AdditionalDependencies >postgres.lib;%(AdditionalDependencies)</AdditionalDependencies >
117+ </Link >
118+ </ItemDefinitionGroup >
119+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
120+ <ClCompile >
121+ <WarningLevel >Level3</WarningLevel >
122+ <FunctionLevelLinking >true</FunctionLevelLinking >
123+ <IntrinsicFunctions >true</IntrinsicFunctions >
124+ <SDLCheck >true</SDLCheck >
125+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
126+ <ConformanceMode >true</ConformanceMode >
127+ <AdditionalIncludeDirectories >$(SolutionDir);$(PGROOT)\include\server\port\win32_msvc;$(PGROOT)\include\server\port\win32;$(PGROOT)\include\server;$(PGROOT)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
128+ <ExceptionHandling >false</ExceptionHandling >
129+ <CompileAs >CompileAsC</CompileAs >
130+ <DisableSpecificWarnings >4244;4715</DisableSpecificWarnings >
131+ </ClCompile >
132+ <Link >
133+ <SubSystem >Console</SubSystem >
134+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
135+ <OptimizeReferences >true</OptimizeReferences >
136+ <GenerateDebugInformation >true</GenerateDebugInformation >
137+ <AdditionalLibraryDirectories >$(PGROOT)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
138+ <AdditionalDependencies >postgres.lib;%(AdditionalDependencies)</AdditionalDependencies >
139+ </Link >
140+ </ItemDefinitionGroup >
141+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
142+ <ImportGroup Label =" ExtensionTargets" >
143+ </ImportGroup >
144+ </Project >
0 commit comments