aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Sql')
-rw-r--r--src/ext/Sql/ca/sqlca.vcxproj4
-rw-r--r--src/ext/Sql/wixlib/sql.wixproj4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/ext/Sql/ca/sqlca.vcxproj b/src/ext/Sql/ca/sqlca.vcxproj
index dee6e8fb..a6e85afb 100644
--- a/src/ext/Sql/ca/sqlca.vcxproj
+++ b/src/ext/Sql/ca/sqlca.vcxproj
@@ -73,8 +73,8 @@
73 73
74 <ItemGroup> 74 <ItemGroup>
75 <PackageReference Include="WixToolset.WcaUtil" /> 75 <PackageReference Include="WixToolset.WcaUtil" />
76 <PackageReference Include="Microsoft.SourceLink.GitHub" /> 76 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
77 <PackageReference Include="GitInfo" /> 77 <PackageReference Include="GitInfo" PrivateAssets="All" />
78 </ItemGroup> 78 </ItemGroup>
79 79
80 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 80 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
diff --git a/src/ext/Sql/wixlib/sql.wixproj b/src/ext/Sql/wixlib/sql.wixproj
index 8d92f5ad..ef2080c4 100644
--- a/src/ext/Sql/wixlib/sql.wixproj
+++ b/src/ext/Sql/wixlib/sql.wixproj
@@ -19,7 +19,7 @@
19 </ItemGroup> 19 </ItemGroup>
20 20
21 <ItemGroup> 21 <ItemGroup>
22 <PackageReference Include="Microsoft.SourceLink.GitHub" /> 22 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
23 <PackageReference Include="GitInfo" /> 23 <PackageReference Include="GitInfo" PrivateAssets="All" />
24 </ItemGroup> 24 </ItemGroup>
25</Project> 25</Project>