diff options
Diffstat (limited to 'src/ext/VisualStudio')
| -rw-r--r-- | src/ext/VisualStudio/ca/vsca.vcxproj | 4 | ||||
| -rw-r--r-- | src/ext/VisualStudio/wixlib/vs.wixproj | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/ext/VisualStudio/ca/vsca.vcxproj b/src/ext/VisualStudio/ca/vsca.vcxproj index 2ddff8d3..6eb78fd7 100644 --- a/src/ext/VisualStudio/ca/vsca.vcxproj +++ b/src/ext/VisualStudio/ca/vsca.vcxproj | |||
| @@ -55,8 +55,8 @@ | |||
| 55 | <ItemGroup> | 55 | <ItemGroup> |
| 56 | <PackageReference Include="Microsoft.VisualStudio.Setup.Configuration.Native" /> | 56 | <PackageReference Include="Microsoft.VisualStudio.Setup.Configuration.Native" /> |
| 57 | <PackageReference Include="WixToolset.WcaUtil" /> | 57 | <PackageReference Include="WixToolset.WcaUtil" /> |
| 58 | <PackageReference Include="Microsoft.SourceLink.GitHub" /> | 58 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
| 59 | <PackageReference Include="GitInfo" /> | 59 | <PackageReference Include="GitInfo" PrivateAssets="All" /> |
| 60 | </ItemGroup> | 60 | </ItemGroup> |
| 61 | 61 | ||
| 62 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 62 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
diff --git a/src/ext/VisualStudio/wixlib/vs.wixproj b/src/ext/VisualStudio/wixlib/vs.wixproj index 8af4d7ef..61b4a93a 100644 --- a/src/ext/VisualStudio/wixlib/vs.wixproj +++ b/src/ext/VisualStudio/wixlib/vs.wixproj | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | </ItemGroup> | 14 | </ItemGroup> |
| 15 | 15 | ||
| 16 | <ItemGroup> | 16 | <ItemGroup> |
| 17 | <PackageReference Include="Microsoft.SourceLink.GitHub" /> | 17 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
| 18 | <PackageReference Include="GitInfo" /> | 18 | <PackageReference Include="GitInfo" PrivateAssets="All" /> |
| 19 | </ItemGroup> | 19 | </ItemGroup> |
| 20 | </Project> | 20 | </Project> |
