diff options
Diffstat (limited to 'src/ca')
-rw-r--r-- | src/ca/packages.config | 6 | ||||
-rw-r--r-- | src/ca/vsca.vcxproj | 34 |
2 files changed, 17 insertions, 23 deletions
diff --git a/src/ca/packages.config b/src/ca/packages.config deleted file mode 100644 index d70a26fe..00000000 --- a/src/ca/packages.config +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <packages> | ||
3 | <package id="Microsoft.VisualStudio.Setup.Configuration.Native" version="1.14.114" targetFramework="native" developmentDependency="true" /> | ||
4 | <package id="WixToolset.DUtil" version="4.0.30" targetFramework="native" /> | ||
5 | <package id="WixToolset.WcaUtil" version="4.0.16" targetFramework="native" /> | ||
6 | </packages> \ No newline at end of file | ||
diff --git a/src/ca/vsca.vcxproj b/src/ca/vsca.vcxproj index e37e94fc..80ff9ff1 100644 --- a/src/ca/vsca.vcxproj +++ b/src/ca/vsca.vcxproj | |||
@@ -1,8 +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 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
4 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props')" /> | ||
5 | <Import Project="..\..\packages\WixToolset.WcaUtil.4.0.16\build\WixToolset.WcaUtil.props" Condition="Exists('..\..\packages\WixToolset.WcaUtil.4.0.16\build\WixToolset.WcaUtil.props')" /> | ||
6 | <ItemGroup Label="ProjectConfigurations"> | 5 | <ItemGroup Label="ProjectConfigurations"> |
7 | <ProjectConfiguration Include="Debug|Win32"> | 6 | <ProjectConfiguration Include="Debug|Win32"> |
8 | <Configuration>Debug</Configuration> | 7 | <Configuration>Debug</Configuration> |
@@ -13,6 +12,7 @@ | |||
13 | <Platform>Win32</Platform> | 12 | <Platform>Win32</Platform> |
14 | </ProjectConfiguration> | 13 | </ProjectConfiguration> |
15 | </ItemGroup> | 14 | </ItemGroup> |
15 | |||
16 | <PropertyGroup Label="Globals"> | 16 | <PropertyGroup Label="Globals"> |
17 | <ProjectGuid>{45308B85-0628-4978-8FC8-6AD9E1AD5949}</ProjectGuid> | 17 | <ProjectGuid>{45308B85-0628-4978-8FC8-6AD9E1AD5949}</ProjectGuid> |
18 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 18 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
@@ -23,36 +23,36 @@ | |||
23 | <Description>WiX Toolset VS CustomAction</Description> | 23 | <Description>WiX Toolset VS CustomAction</Description> |
24 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | 24 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
25 | </PropertyGroup> | 25 | </PropertyGroup> |
26 | |||
26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
28 | <ImportGroup Label="ExtensionSettings"> | 29 | |
29 | </ImportGroup> | ||
30 | <ImportGroup Label="Shared"> | ||
31 | <Import Project="..\..\packages\Microsoft.VisualStudio.Setup.Configuration.Native.1.14.114\build\native\Microsoft.VisualStudio.Setup.Configuration.Native.targets" Condition="Exists('..\..\packages\Microsoft.VisualStudio.Setup.Configuration.Native.1.14.114\build\native\Microsoft.VisualStudio.Setup.Configuration.Native.targets')" /> | ||
32 | </ImportGroup> | ||
33 | <PropertyGroup> | 30 | <PropertyGroup> |
34 | <ProjectAdditionalLinkLibraries>msi.lib</ProjectAdditionalLinkLibraries> | 31 | <ProjectAdditionalLinkLibraries>msi.lib</ProjectAdditionalLinkLibraries> |
35 | </PropertyGroup> | 32 | </PropertyGroup> |
33 | |||
36 | <ItemGroup> | 34 | <ItemGroup> |
37 | <ClCompile Include="dllmain.cpp"> | 35 | <ClCompile Include="dllmain.cpp"> |
38 | <PrecompiledHeader>Create</PrecompiledHeader> | 36 | <PrecompiledHeader>Create</PrecompiledHeader> |
39 | </ClCompile> | 37 | </ClCompile> |
40 | <ClCompile Include="vsca.cpp" /> | 38 | <ClCompile Include="vsca.cpp" /> |
41 | </ItemGroup> | 39 | </ItemGroup> |
40 | |||
42 | <ItemGroup> | 41 | <ItemGroup> |
43 | <ClInclude Include="precomp.h" /> | 42 | <ClInclude Include="precomp.h" /> |
44 | </ItemGroup> | 43 | </ItemGroup> |
44 | |||
45 | <ItemGroup> | 45 | <ItemGroup> |
46 | <None Include="packages.config" /> | ||
47 | <None Include="vsca.def" /> | 46 | <None Include="vsca.def" /> |
48 | </ItemGroup> | 47 | </ItemGroup> |
48 | |||
49 | <ItemGroup> | ||
50 | <PackageReference Include="Microsoft.VisualStudio.Setup.Configuration.Native" Version="1.14.114" /> | ||
51 | <PackageReference Include="WixToolset.Dutil" Version="4.0.62" /> | ||
52 | <PackageReference Include="WixToolset.WcaUtil" Version="4.0.18" /> | ||
53 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" /> | ||
54 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" /> | ||
55 | </ItemGroup> | ||
56 | |||
49 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 57 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
50 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | 58 | </Project> |
51 | <PropertyGroup> | ||
52 | <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> | ||
53 | </PropertyGroup> | ||
54 | <Error Condition="!Exists('..\..\packages\Microsoft.VisualStudio.Setup.Configuration.Native.1.14.114\build\native\Microsoft.VisualStudio.Setup.Configuration.Native.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.VisualStudio.Setup.Configuration.Native.1.14.114\build\native\Microsoft.VisualStudio.Setup.Configuration.Native.targets'))" /> | ||
55 | <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'))" /> | ||
56 | <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'))" /> | ||
57 | </Target> | ||
58 | </Project> \ No newline at end of file | ||