Skip to content

Commit 0e14954

Browse files
committed
Update windows project templates
1 parent f336db6 commit 0e14954

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

msvs/template.pg_probackup.vcxproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@
163163
<IgnoreSpecificDefaultLibraries>libc;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
164164
</Link>
165165
</ItemDefinitionGroup>
166-
<!-- @PGROOT@\lib;@ADDLIBS@ @PGSRC@ @ADDINCLUDE@ -->
167166
<ItemGroup>
168167
<ClCompile Include="@PGSRC@\backend\access\transam\xlogreader.c" />
169168
<ClCompile Include="@PGSRC@\bin\pg_basebackup\receivelog.c" />
@@ -204,8 +203,8 @@
204203
<ClInclude Include="..\src\utils\logger.h" />
205204
<ClInclude Include="..\src\utils\parray.h" />
206205
<ClInclude Include="..\src\utils\pgut.h" />
207-
<ClCompile Include="..\src\utils\json.h" />
208-
<ClCompile Include="..\src\utils\thread.h" />
206+
<ClInclude Include="..\src\utils\json.h" />
207+
<ClInclude Include="..\src\utils\thread.h" />
209208
</ItemGroup>
210209
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
211210
<ImportGroup Label="ExtensionTargets">

msvs/template.pg_probackup96.vcxproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@
163163
<IgnoreSpecificDefaultLibraries>libc;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
164164
</Link>
165165
</ItemDefinitionGroup>
166-
<!-- @PGROOT@\lib;@ADDLIBS@ @PGSRC@ @ADDINCLUDE@ -->
167166
<ItemGroup>
168167
<ClCompile Include="@PGSRC@\backend\access\transam\xlogreader.c" />
169168
<ClCompile Include="@PGSRC@\bin\pg_basebackup\receivelog.c" />
@@ -202,8 +201,8 @@
202201
<ClInclude Include="..\src\utils\logger.h" />
203202
<ClInclude Include="..\src\utils\parray.h" />
204203
<ClInclude Include="..\src\utils\pgut.h" />
205-
<ClCompile Include="..\src\utils\json.h" />
206-
<ClCompile Include="..\src\utils\thread.h" />
204+
<ClInclude Include="..\src\utils\json.h" />
205+
<ClInclude Include="..\src\utils\thread.h" />
207206
</ItemGroup>
208207
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
209208
<ImportGroup Label="ExtensionTargets">

0 commit comments

Comments
 (0)