diff options
Diffstat (limited to 'src/be/utilbe.vcxproj')
-rw-r--r-- | src/be/utilbe.vcxproj | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/be/utilbe.vcxproj b/src/be/utilbe.vcxproj index b60fcf9f..3675ccc0 100644 --- a/src/be/utilbe.vcxproj +++ b/src/be/utilbe.vcxproj | |||
@@ -8,6 +8,30 @@ | |||
8 | <Import Project="..\..\packages\WixToolset.BootstrapperCore.Native.4.0.16\build\WixToolset.BootstrapperCore.Native.props" Condition="Exists('..\..\packages\WixToolset.BootstrapperCore.Native.4.0.16\build\WixToolset.BootstrapperCore.Native.props')" /> | 8 | <Import Project="..\..\packages\WixToolset.BootstrapperCore.Native.4.0.16\build\WixToolset.BootstrapperCore.Native.props" Condition="Exists('..\..\packages\WixToolset.BootstrapperCore.Native.4.0.16\build\WixToolset.BootstrapperCore.Native.props')" /> |
9 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props')" /> | 9 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props')" /> |
10 | <ItemGroup Label="ProjectConfigurations"> | 10 | <ItemGroup Label="ProjectConfigurations"> |
11 | <ProjectConfiguration Include="Debug|ARM"> | ||
12 | <Configuration>Debug</Configuration> | ||
13 | <Platform>ARM</Platform> | ||
14 | </ProjectConfiguration> | ||
15 | <ProjectConfiguration Include="Release|ARM"> | ||
16 | <Configuration>Release</Configuration> | ||
17 | <Platform>ARM</Platform> | ||
18 | </ProjectConfiguration> | ||
19 | <ProjectConfiguration Include="Debug|ARM64"> | ||
20 | <Configuration>Debug</Configuration> | ||
21 | <Platform>ARM64</Platform> | ||
22 | </ProjectConfiguration> | ||
23 | <ProjectConfiguration Include="Release|ARM64"> | ||
24 | <Configuration>Release</Configuration> | ||
25 | <Platform>ARM64</Platform> | ||
26 | </ProjectConfiguration> | ||
27 | <ProjectConfiguration Include="Debug|X64"> | ||
28 | <Configuration>Debug</Configuration> | ||
29 | <Platform>X64</Platform> | ||
30 | </ProjectConfiguration> | ||
31 | <ProjectConfiguration Include="Release|X64"> | ||
32 | <Configuration>Release</Configuration> | ||
33 | <Platform>X64</Platform> | ||
34 | </ProjectConfiguration> | ||
11 | <ProjectConfiguration Include="Debug|Win32"> | 35 | <ProjectConfiguration Include="Debug|Win32"> |
12 | <Configuration>Debug</Configuration> | 36 | <Configuration>Debug</Configuration> |
13 | <Platform>Win32</Platform> | 37 | <Platform>Win32</Platform> |
@@ -41,6 +65,7 @@ | |||
41 | <ClCompile Include="utilsearch.cpp" /> | 65 | <ClCompile Include="utilsearch.cpp" /> |
42 | </ItemGroup> | 66 | </ItemGroup> |
43 | <ItemGroup> | 67 | <ItemGroup> |
68 | <ClInclude Include="beDecor.h" /> | ||
44 | <ClInclude Include="detectsha2support.h" /> | 69 | <ClInclude Include="detectsha2support.h" /> |
45 | <ClInclude Include="precomp.h" /> | 70 | <ClInclude Include="precomp.h" /> |
46 | <ClInclude Include="UtilBundleExtension.h" /> | 71 | <ClInclude Include="UtilBundleExtension.h" /> |