diff options
Diffstat (limited to 'src/wixstdba')
| -rw-r--r-- | src/wixstdba/wixstdba.vcxproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/wixstdba/wixstdba.vcxproj b/src/wixstdba/wixstdba.vcxproj index 48d013a2..a9d518b4 100644 --- a/src/wixstdba/wixstdba.vcxproj +++ b/src/wixstdba/wixstdba.vcxproj | |||
| @@ -10,6 +10,14 @@ | |||
| 10 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.56\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.56\build\WixToolset.DUtil.props')" /> | 10 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.56\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.56\build\WixToolset.DUtil.props')" /> |
| 11 | 11 | ||
| 12 | <ItemGroup Label="ProjectConfigurations"> | 12 | <ItemGroup Label="ProjectConfigurations"> |
| 13 | <ProjectConfiguration Include="Debug|ARM64"> | ||
| 14 | <Configuration>Debug</Configuration> | ||
| 15 | <Platform>ARM64</Platform> | ||
| 16 | </ProjectConfiguration> | ||
| 17 | <ProjectConfiguration Include="Release|ARM64"> | ||
| 18 | <Configuration>Release</Configuration> | ||
| 19 | <Platform>ARM64</Platform> | ||
| 20 | </ProjectConfiguration> | ||
| 13 | <ProjectConfiguration Include="Debug|Win32"> | 21 | <ProjectConfiguration Include="Debug|Win32"> |
| 14 | <Configuration>Debug</Configuration> | 22 | <Configuration>Debug</Configuration> |
| 15 | <Platform>Win32</Platform> | 23 | <Platform>Win32</Platform> |
| @@ -18,6 +26,14 @@ | |||
| 18 | <Configuration>Release</Configuration> | 26 | <Configuration>Release</Configuration> |
| 19 | <Platform>Win32</Platform> | 27 | <Platform>Win32</Platform> |
| 20 | </ProjectConfiguration> | 28 | </ProjectConfiguration> |
| 29 | <ProjectConfiguration Include="Debug|x64"> | ||
| 30 | <Configuration>Debug</Configuration> | ||
| 31 | <Platform>x64</Platform> | ||
| 32 | </ProjectConfiguration> | ||
| 33 | <ProjectConfiguration Include="Release|x64"> | ||
| 34 | <Configuration>Release</Configuration> | ||
| 35 | <Platform>x64</Platform> | ||
| 36 | </ProjectConfiguration> | ||
| 21 | </ItemGroup> | 37 | </ItemGroup> |
| 22 | 38 | ||
| 23 | <PropertyGroup Label="Globals"> | 39 | <PropertyGroup Label="Globals"> |
