diff options
Diffstat (limited to 'src/ca')
-rw-r--r-- | src/ca/packages.config | 5 | ||||
-rw-r--r-- | src/ca/sqlca.vcxproj | 21 |
2 files changed, 8 insertions, 18 deletions
diff --git a/src/ca/packages.config b/src/ca/packages.config deleted file mode 100644 index e3dc0e43..00000000 --- a/src/ca/packages.config +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <packages> | ||
3 | <package id="WixToolset.DUtil" version="4.0.30" targetFramework="native" /> | ||
4 | <package id="WixToolset.WcaUtil" version="4.0.16" targetFramework="native" /> | ||
5 | </packages> \ No newline at end of file | ||
diff --git a/src/ca/sqlca.vcxproj b/src/ca/sqlca.vcxproj index 112ad18b..18becc5f 100644 --- a/src/ca/sqlca.vcxproj +++ b/src/ca/sqlca.vcxproj | |||
@@ -1,10 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
3 | 3 | ||
4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 4 | <Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
5 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props')" /> | ||
6 | <Import Project="..\..\packages\WixToolset.WcaUtil.4.0.16\build\WixToolset.WcaUtil.props" Condition="Exists('..\..\packages\WixToolset.WcaUtil.4.0.16\build\WixToolset.WcaUtil.props')" /> | ||
7 | |||
8 | <ItemGroup Label="ProjectConfigurations"> | 5 | <ItemGroup Label="ProjectConfigurations"> |
9 | <ProjectConfiguration Include="Debug|Win32"> | 6 | <ProjectConfiguration Include="Debug|Win32"> |
10 | <Configuration>Debug</Configuration> | 7 | <Configuration>Debug</Configuration> |
@@ -72,17 +69,15 @@ | |||
72 | </ItemGroup> | 69 | </ItemGroup> |
73 | 70 | ||
74 | <ItemGroup> | 71 | <ItemGroup> |
75 | <None Include="packages.config" /> | ||
76 | <None Include="sqlca.def" /> | 72 | <None Include="sqlca.def" /> |
77 | </ItemGroup> | 73 | </ItemGroup> |
78 | 74 | ||
79 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 75 | <ItemGroup> |
76 | <PackageReference Include="WixToolset.Dutil" Version="4.0.65" /> | ||
77 | <PackageReference Include="WixToolset.WcaUtil" Version="4.0.18" /> | ||
78 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" /> | ||
79 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" /> | ||
80 | </ItemGroup> | ||
80 | 81 | ||
81 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | 82 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
82 | <PropertyGroup> | ||
83 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | ||
84 | </PropertyGroup> | ||
85 | <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props'))" /> | ||
86 | <Error Condition="!Exists('..\..\packages\WixToolset.WcaUtil.4.0.16\build\WixToolset.WcaUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.WcaUtil.4.0.16\build\WixToolset.WcaUtil.props'))" /> | ||
87 | </Target> | ||
88 | </Project> | 83 | </Project> |