aboutsummaryrefslogtreecommitdiff
path: root/src/engine/engine.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/engine.vcxproj')
-rw-r--r--src/engine/engine.vcxproj13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/engine/engine.vcxproj b/src/engine/engine.vcxproj
index 499fcd4d..c2e8f34c 100644
--- a/src/engine/engine.vcxproj
+++ b/src/engine/engine.vcxproj
@@ -2,7 +2,7 @@
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="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
5 <Import Project="..\..\packages\WixToolset.BootstrapperCore.Native.4.0.12\build\WixToolset.BootstrapperCore.Native.props" Condition="Exists('..\..\packages\WixToolset.BootstrapperCore.Native.4.0.12\build\WixToolset.BootstrapperCore.Native.props')" /> 5 <Import Project="..\..\packages\WixToolset.BootstrapperCore.Native.4.0.13\build\WixToolset.BootstrapperCore.Native.props" Condition="Exists('..\..\packages\WixToolset.BootstrapperCore.Native.4.0.13\build\WixToolset.BootstrapperCore.Native.props')" />
6 <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.DUtil.4.0.18\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.18\build\WixToolset.DUtil.props')" />
7 7
8 <ItemGroup Label="ProjectConfigurations"> 8 <ItemGroup Label="ProjectConfigurations">
@@ -50,10 +50,12 @@
50 <ClCompile Include="apply.cpp" /> 50 <ClCompile Include="apply.cpp" />
51 <ClCompile Include="approvedexe.cpp" /> 51 <ClCompile Include="approvedexe.cpp" />
52 <ClCompile Include="bitsengine.cpp" /> 52 <ClCompile Include="bitsengine.cpp" />
53 <ClCompile Include="burnextension.cpp" />
53 <ClCompile Include="catalog.cpp" /> 54 <ClCompile Include="catalog.cpp" />
54 <ClCompile Include="detect.cpp" /> 55 <ClCompile Include="detect.cpp" />
55 <ClCompile Include="embedded.cpp" /> 56 <ClCompile Include="embedded.cpp" />
56 <ClCompile Include="EngineForApplication.cpp" /> 57 <ClCompile Include="EngineForApplication.cpp" />
58 <ClCompile Include="EngineForExtension.cpp" />
57 <ClCompile Include="cabextract.cpp" /> 59 <ClCompile Include="cabextract.cpp" />
58 <ClCompile Include="cache.cpp" /> 60 <ClCompile Include="cache.cpp" />
59 <ClCompile Include="condition.cpp" /> 61 <ClCompile Include="condition.cpp" />
@@ -91,14 +93,10 @@
91 </ItemGroup> 93 </ItemGroup>
92 94
93 <ItemGroup> 95 <ItemGroup>
94 <ClInclude Include="..\inc\BootstrapperApplication.h" />
95 <ClInclude Include="..\inc\BootstrapperEngine.h" />
96 </ItemGroup>
97
98 <ItemGroup>
99 <ClInclude Include="apply.h" /> 96 <ClInclude Include="apply.h" />
100 <ClInclude Include="approvedexe.h" /> 97 <ClInclude Include="approvedexe.h" />
101 <ClInclude Include="bitsengine.h" /> 98 <ClInclude Include="bitsengine.h" />
99 <ClInclude Include="burnextension.h" />
102 <ClInclude Include="cabextract.h" /> 100 <ClInclude Include="cabextract.h" />
103 <ClInclude Include="cache.h" /> 101 <ClInclude Include="cache.h" />
104 <ClInclude Include="catalog.h" /> 102 <ClInclude Include="catalog.h" />
@@ -110,6 +108,7 @@
110 <ClInclude Include="elevation.h" /> 108 <ClInclude Include="elevation.h" />
111 <ClInclude Include="embedded.h" /> 109 <ClInclude Include="embedded.h" />
112 <ClInclude Include="EngineForApplication.h" /> 110 <ClInclude Include="EngineForApplication.h" />
111 <ClInclude Include="EngineForExtension.h" />
113 <ClInclude Include="exeengine.h" /> 112 <ClInclude Include="exeengine.h" />
114 <ClInclude Include="inc\engine.h" /> 113 <ClInclude Include="inc\engine.h" />
115 <ClInclude Include="logging.h" /> 114 <ClInclude Include="logging.h" />
@@ -167,7 +166,7 @@ rc.exe -fo "$(OutDir)engine.res" "$(IntDir)engine.messages.rc"</Command>
167 <PropertyGroup> 166 <PropertyGroup>
168 <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> 167 <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>
169 </PropertyGroup> 168 </PropertyGroup>
170 <Error Condition="!Exists('..\..\packages\WixToolset.BootstrapperCore.Native.4.0.12\build\WixToolset.BootstrapperCore.Native.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.BootstrapperCore.Native.4.0.12\build\WixToolset.BootstrapperCore.Native.props'))" /> 169 <Error Condition="!Exists('..\..\packages\WixToolset.BootstrapperCore.Native.4.0.13\build\WixToolset.BootstrapperCore.Native.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.BootstrapperCore.Native.4.0.13\build\WixToolset.BootstrapperCore.Native.props'))" />
171 <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'))" /> 170 <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'))" />
172 <Error Condition="!Exists('..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets'))" /> 171 <Error Condition="!Exists('..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets'))" />
173 </Target> 172 </Target>