diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-07-06 12:34:48 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-07-06 12:39:18 -0400 |
| commit | c134594328bd63fb19b88239694523f04108030e (patch) | |
| tree | 7196012533c8497b0e1f2081b3ddb284367482ba /src/ca/sqlca.vcxproj | |
| parent | e761a7cb8dff5ceba9d91eae85c53867950f6819 (diff) | |
| download | wix-c134594328bd63fb19b88239694523f04108030e.tar.gz wix-c134594328bd63fb19b88239694523f04108030e.tar.bz2 wix-c134594328bd63fb19b88239694523f04108030e.zip | |
Add per-platform custom action support.
Diffstat (limited to 'src/ca/sqlca.vcxproj')
| -rw-r--r-- | src/ca/sqlca.vcxproj | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/src/ca/sqlca.vcxproj b/src/ca/sqlca.vcxproj index 3c8c1a6c..e1c5beea 100644 --- a/src/ca/sqlca.vcxproj +++ b/src/ca/sqlca.vcxproj | |||
| @@ -14,13 +14,37 @@ | |||
| 14 | <Configuration>Release</Configuration> | 14 | <Configuration>Release</Configuration> |
| 15 | <Platform>Win32</Platform> | 15 | <Platform>Win32</Platform> |
| 16 | </ProjectConfiguration> | 16 | </ProjectConfiguration> |
| 17 | <ProjectConfiguration Include="Debug|x64"> | ||
| 18 | <Configuration>Debug</Configuration> | ||
| 19 | <Platform>x64</Platform> | ||
| 20 | </ProjectConfiguration> | ||
| 21 | <ProjectConfiguration Include="Release|x64"> | ||
| 22 | <Configuration>Release</Configuration> | ||
| 23 | <Platform>x64</Platform> | ||
| 24 | </ProjectConfiguration> | ||
| 25 | <ProjectConfiguration Include="Debug|ARM"> | ||
| 26 | <Configuration>Debug</Configuration> | ||
| 27 | <Platform>ARM</Platform> | ||
| 28 | </ProjectConfiguration> | ||
| 29 | <ProjectConfiguration Include="Release|ARM"> | ||
| 30 | <Configuration>Release</Configuration> | ||
| 31 | <Platform>ARM</Platform> | ||
| 32 | </ProjectConfiguration> | ||
| 33 | <ProjectConfiguration Include="Debug|ARM64"> | ||
| 34 | <Configuration>Debug</Configuration> | ||
| 35 | <Platform>ARM64</Platform> | ||
| 36 | </ProjectConfiguration> | ||
| 37 | <ProjectConfiguration Include="Release|ARM64"> | ||
| 38 | <Configuration>Release</Configuration> | ||
| 39 | <Platform>ARM64</Platform> | ||
| 40 | </ProjectConfiguration> | ||
| 17 | </ItemGroup> | 41 | </ItemGroup> |
| 18 | 42 | ||
| 19 | <PropertyGroup Label="Globals"> | 43 | <PropertyGroup Label="Globals"> |
| 20 | <ProjectGuid>{4DCA6E4B-A1F1-4450-BC2D-94AC20F31935}</ProjectGuid> | 44 | <ProjectGuid>{4DCA6E4B-A1F1-4450-BC2D-94AC20F31935}</ProjectGuid> |
| 21 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 45 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 22 | <TargetName>sqlca</TargetName> | 46 | <TargetName>sqlca</TargetName> |
| 23 | <PlatformToolset>v141</PlatformToolset> | 47 | <PlatformToolset>v142</PlatformToolset> |
| 24 | <CharacterSet>Unicode</CharacterSet> | 48 | <CharacterSet>Unicode</CharacterSet> |
| 25 | <ProjectModuleDefinitionFile>sqlca.def</ProjectModuleDefinitionFile> | 49 | <ProjectModuleDefinitionFile>sqlca.def</ProjectModuleDefinitionFile> |
| 26 | <Description>WiX Toolset Sql CustomAction</Description> | 50 | <Description>WiX Toolset Sql CustomAction</Description> |
