diff options
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> |