diff options
Diffstat (limited to 'src/ca')
-rw-r--r-- | src/ca/fwca.vcxproj | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/ca/fwca.vcxproj b/src/ca/fwca.vcxproj index de77df9b..0172ddbc 100644 --- a/src/ca/fwca.vcxproj +++ b/src/ca/fwca.vcxproj | |||
@@ -1,8 +1,10 @@ | |||
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.WcaUtil.4.0.8\build\WixToolset.WcaUtil.props" Condition="Exists('..\..\packages\WixToolset.WcaUtil.4.0.8\build\WixToolset.WcaUtil.props')" /> | ||
5 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.18\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.18\build\WixToolset.DUtil.props')" /> | 5 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.18\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.18\build\WixToolset.DUtil.props')" /> |
6 | <Import Project="..\..\packages\WixToolset.WcaUtil.4.0.8\build\WixToolset.WcaUtil.props" Condition="Exists('..\..\packages\WixToolset.WcaUtil.4.0.8\build\WixToolset.WcaUtil.props')" /> | ||
7 | |||
6 | <ItemGroup Label="ProjectConfigurations"> | 8 | <ItemGroup Label="ProjectConfigurations"> |
7 | <ProjectConfiguration Include="Debug|Win32"> | 9 | <ProjectConfiguration Include="Debug|Win32"> |
8 | <Configuration>Debug</Configuration> | 10 | <Configuration>Debug</Configuration> |
@@ -13,6 +15,7 @@ | |||
13 | <Platform>Win32</Platform> | 15 | <Platform>Win32</Platform> |
14 | </ProjectConfiguration> | 16 | </ProjectConfiguration> |
15 | </ItemGroup> | 17 | </ItemGroup> |
18 | |||
16 | <PropertyGroup Label="Globals"> | 19 | <PropertyGroup Label="Globals"> |
17 | <ProjectGuid>{F72D34CA-48DA-4DFD-91A9-A0C78BEF6981}</ProjectGuid> | 20 | <ProjectGuid>{F72D34CA-48DA-4DFD-91A9-A0C78BEF6981}</ProjectGuid> |
18 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 21 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
@@ -22,27 +25,34 @@ | |||
22 | <ProjectModuleDefinitionFile>fwca.def</ProjectModuleDefinitionFile> | 25 | <ProjectModuleDefinitionFile>fwca.def</ProjectModuleDefinitionFile> |
23 | <Description>WiX Toolset Firewall CustomAction</Description> | 26 | <Description>WiX Toolset Firewall CustomAction</Description> |
24 | </PropertyGroup> | 27 | </PropertyGroup> |
28 | |||
25 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 30 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
31 | |||
27 | <PropertyGroup> | 32 | <PropertyGroup> |
28 | <ProjectAdditionalLinkLibraries>msi.lib</ProjectAdditionalLinkLibraries> | 33 | <ProjectAdditionalLinkLibraries>msi.lib</ProjectAdditionalLinkLibraries> |
29 | </PropertyGroup> | 34 | </PropertyGroup> |
35 | |||
30 | <ItemGroup> | 36 | <ItemGroup> |
31 | <ClCompile Include="dllmain.cpp"> | 37 | <ClCompile Include="dllmain.cpp"> |
32 | <PrecompiledHeader>Create</PrecompiledHeader> | 38 | <PrecompiledHeader>Create</PrecompiledHeader> |
33 | </ClCompile> | 39 | </ClCompile> |
34 | <ClCompile Include="firewall.cpp" /> | 40 | <ClCompile Include="firewall.cpp" /> |
35 | </ItemGroup> | 41 | </ItemGroup> |
42 | |||
36 | <ItemGroup> | 43 | <ItemGroup> |
37 | <ClInclude Include="cost.h" /> | 44 | <ClInclude Include="cost.h" /> |
38 | <ClInclude Include="CustomMsiErrors.h" /> | 45 | <ClInclude Include="CustomMsiErrors.h" /> |
39 | <ClInclude Include="precomp.h" /> | 46 | <ClInclude Include="precomp.h" /> |
40 | </ItemGroup> | 47 | </ItemGroup> |
48 | |||
41 | <ItemGroup> | 49 | <ItemGroup> |
42 | <None Include="fwca.def" /> | 50 | <None Include="fwca.def" /> |
43 | <None Include="packages.config" /> | 51 | <None Include="packages.config" /> |
44 | </ItemGroup> | 52 | </ItemGroup> |
53 | |||
45 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 54 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
55 | |||
46 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | 56 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
47 | <PropertyGroup> | 57 | <PropertyGroup> |
48 | <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> | 58 | <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> |
@@ -50,4 +60,4 @@ | |||
50 | <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.18\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.18\build\WixToolset.DUtil.props'))" /> | 60 | <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.18\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.18\build\WixToolset.DUtil.props'))" /> |
51 | <Error Condition="!Exists('..\..\packages\WixToolset.WcaUtil.4.0.8\build\WixToolset.WcaUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.WcaUtil.4.0.8\build\WixToolset.WcaUtil.props'))" /> | 61 | <Error Condition="!Exists('..\..\packages\WixToolset.WcaUtil.4.0.8\build\WixToolset.WcaUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.WcaUtil.4.0.8\build\WixToolset.WcaUtil.props'))" /> |
52 | </Target> | 62 | </Target> |
53 | </Project> \ No newline at end of file | 63 | </Project> |