78bc57b130
Change-Id: I75b169362ed703bcae0720aeac0602f389435317 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102857 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
786 lines
41 KiB
Groff
786 lines
41 KiB
Groff
diff -ur cppunit-1.15.1.orig/src/cppunit/cppunit_dll.vcxproj cppunit-1.15.1/src/cppunit/cppunit_dll.vcxproj
|
||
--- cppunit-1.15.1.orig/src/cppunit/cppunit_dll.vcxproj 2019-11-28 20:35:43.000000000 +0100
|
||
+++ cppunit-1.15.1/src/cppunit/cppunit_dll.vcxproj 2020-08-03 03:04:20.181281900 +0200
|
||
@@ -1,6 +1,10 @@
|
||
<?xml version="1.0" encoding="utf-8"?>
|
||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
<ItemGroup Label="ProjectConfigurations">
|
||
+ <ProjectConfiguration Include="Debug|ARM64">
|
||
+ <Configuration>Debug</Configuration>
|
||
+ <Platform>ARM64</Platform>
|
||
+ </ProjectConfiguration>
|
||
<ProjectConfiguration Include="Debug|Win32">
|
||
<Configuration>Debug</Configuration>
|
||
<Platform>Win32</Platform>
|
||
@@ -9,6 +13,10 @@
|
||
<Configuration>Debug</Configuration>
|
||
<Platform>x64</Platform>
|
||
</ProjectConfiguration>
|
||
+ <ProjectConfiguration Include="Release|ARM64">
|
||
+ <Configuration>Release</Configuration>
|
||
+ <Platform>ARM64</Platform>
|
||
+ </ProjectConfiguration>
|
||
<ProjectConfiguration Include="Release|Win32">
|
||
<Configuration>Release</Configuration>
|
||
<Platform>Win32</Platform>
|
||
@@ -34,6 +42,11 @@
|
||
<UseOfMfc>false</UseOfMfc>
|
||
<CharacterSet>MultiByte</CharacterSet>
|
||
</PropertyGroup>
|
||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
||
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
||
+ <UseOfMfc>false</UseOfMfc>
|
||
+ <CharacterSet>MultiByte</CharacterSet>
|
||
+ </PropertyGroup>
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||
<UseOfMfc>false</UseOfMfc>
|
||
@@ -44,6 +57,11 @@
|
||
<UseOfMfc>false</UseOfMfc>
|
||
<CharacterSet>MultiByte</CharacterSet>
|
||
</PropertyGroup>
|
||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
||
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
||
+ <UseOfMfc>false</UseOfMfc>
|
||
+ <CharacterSet>MultiByte</CharacterSet>
|
||
+ </PropertyGroup>
|
||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||
<ImportGroup Label="ExtensionSettings">
|
||
</ImportGroup>
|
||
@@ -55,6 +73,10 @@
|
||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
</ImportGroup>
|
||
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
|
||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
+ <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
+ </ImportGroup>
|
||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
@@ -63,6 +85,10 @@
|
||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
</ImportGroup>
|
||
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
|
||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
+ <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
+ </ImportGroup>
|
||
<PropertyGroup Label="UserMacros" />
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
<OutDir>.\DebugDll\</OutDir>
|
||
@@ -76,6 +102,12 @@
|
||
<LinkIncremental>true</LinkIncremental>
|
||
<TargetName>cppunitd_dll</TargetName>
|
||
</PropertyGroup>
|
||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
||
+ <OutDir>.\DebugDll\</OutDir>
|
||
+ <IntDir>.\DebugDll\</IntDir>
|
||
+ <LinkIncremental>true</LinkIncremental>
|
||
+ <TargetName>cppunitd_dll</TargetName>
|
||
+ </PropertyGroup>
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
<OutDir>.\ReleaseDll\</OutDir>
|
||
<IntDir>.\ReleaseDll\</IntDir>
|
||
@@ -86,6 +116,11 @@
|
||
<IntDir>.\ReleaseDll\</IntDir>
|
||
<LinkIncremental>false</LinkIncremental>
|
||
</PropertyGroup>
|
||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
||
+ <OutDir>.\ReleaseDll\</OutDir>
|
||
+ <IntDir>.\ReleaseDll\</IntDir>
|
||
+ <LinkIncremental>false</LinkIncremental>
|
||
+ </PropertyGroup>
|
||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
<ClCompile>
|
||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||
@@ -180,6 +213,52 @@
|
||
<AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
</Link>
|
||
</ItemDefinitionGroup>
|
||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
||
+ <ClCompile>
|
||
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||
+ <InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
||
+ <FunctionLevelLinking>false</FunctionLevelLinking>
|
||
+ <Optimization>Disabled</Optimization>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <WarningLevel>Level3</WarningLevel>
|
||
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||
+ <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CPPUNIT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
+ <AssemblerListingLocation>.\DebugDll\</AssemblerListingLocation>
|
||
+ <PrecompiledHeaderOutputFile>.\DebugDll\cppunit_dll.pch</PrecompiledHeaderOutputFile>
|
||
+ <ObjectFileName>.\DebugDll\</ObjectFileName>
|
||
+ <ProgramDataBaseFileName>.\DebugDll\</ProgramDataBaseFileName>
|
||
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||
+ </ClCompile>
|
||
+ <PostBuildEvent>
|
||
+ <Command>copy "$(TargetPath)" ..\..\lib\$(TargetName).dll
|
||
+copy "$(TargetDir)$(TargetName).lib" ..\..\lib\$(TargetName).lib</Command>
|
||
+ <Message>Copying target to lib/</Message>
|
||
+ </PostBuildEvent>
|
||
+ <Midl>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
+ <TypeLibraryName>.\DebugDll\cppunit_dll.tlb</TypeLibraryName>
|
||
+ <MkTypLibCompatible>true</MkTypLibCompatible>
|
||
+ </Midl>
|
||
+ <ResourceCompile>
|
||
+ <Culture>0x040c</Culture>
|
||
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
+ </ResourceCompile>
|
||
+ <Bscmake>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <OutputFile>.\DebugDll\cppunit_dll.bsc</OutputFile>
|
||
+ </Bscmake>
|
||
+ <Link>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <LinkDLL>true</LinkDLL>
|
||
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
||
+ <SubSystem>Console</SubSystem>
|
||
+ <OutputFile>DebugDll\cppunitd_dll.dll</OutputFile>
|
||
+ <ImportLibrary>.\DebugDll\cppunitd_dll.lib</ImportLibrary>
|
||
+ <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
+ </Link>
|
||
+ </ItemDefinitionGroup>
|
||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
<ClCompile>
|
||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||
@@ -267,6 +345,52 @@
|
||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||
<LinkDLL>true</LinkDLL>
|
||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||
+ <SubSystem>Console</SubSystem>
|
||
+ <OutputFile>.\ReleaseDll\cppunit_dll.dll</OutputFile>
|
||
+ <ImportLibrary>.\ReleaseDll\cppunit_dll.lib</ImportLibrary>
|
||
+ <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
+ </Link>
|
||
+ </ItemDefinitionGroup>
|
||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
||
+ <ClCompile>
|
||
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||
+ <StringPooling>true</StringPooling>
|
||
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
||
+ <Optimization>MaxSpeed</Optimization>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <WarningLevel>Level3</WarningLevel>
|
||
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||
+ <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CPPUNIT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
+ <AssemblerListingLocation>.\ReleaseDll\</AssemblerListingLocation>
|
||
+ <PrecompiledHeaderOutputFile>.\ReleaseDll\cppunit_dll.pch</PrecompiledHeaderOutputFile>
|
||
+ <ObjectFileName>.\ReleaseDll\</ObjectFileName>
|
||
+ <ProgramDataBaseFileName>.\ReleaseDll\</ProgramDataBaseFileName>
|
||
+ </ClCompile>
|
||
+ <PostBuildEvent>
|
||
+ <Command>copy "$(TargetPath)" ..\..\lib\$(TargetName).dll
|
||
+copy "$(TargetDir)$(TargetName).lib" ..\..\lib\$(TargetName).lib</Command>
|
||
+ <Message>Copying target to lib/</Message>
|
||
+ </PostBuildEvent>
|
||
+ <Midl>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
+ <TypeLibraryName>.\ReleaseDll\cppunit_dll.tlb</TypeLibraryName>
|
||
+ <MkTypLibCompatible>true</MkTypLibCompatible>
|
||
+ </Midl>
|
||
+ <ResourceCompile>
|
||
+ <Culture>0x040c</Culture>
|
||
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
+ </ResourceCompile>
|
||
+ <Bscmake>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <OutputFile>.\ReleaseDll\cppunit_dll.bsc</OutputFile>
|
||
+ </Bscmake>
|
||
+ <Link>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <LinkDLL>true</LinkDLL>
|
||
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
||
<SubSystem>Console</SubSystem>
|
||
<OutputFile>.\ReleaseDll\cppunit_dll.dll</OutputFile>
|
||
<ImportLibrary>.\ReleaseDll\cppunit_dll.lib</ImportLibrary>
|
||
diff -ur cppunit-1.15.1.orig/src/DllPlugInTester/DllPlugInTester.vcxproj cppunit-1.15.1/src/DllPlugInTester/DllPlugInTester.vcxproj
|
||
--- cppunit-1.15.1.orig/src/DllPlugInTester/DllPlugInTester.vcxproj 2019-11-28 20:35:43.000000000 +0100
|
||
+++ cppunit-1.15.1/src/DllPlugInTester/DllPlugInTester.vcxproj 2020-08-03 03:05:06.310642100 +0200
|
||
@@ -1,6 +1,10 @@
|
||
<?xml version="1.0" encoding="utf-8"?>
|
||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
<ItemGroup Label="ProjectConfigurations">
|
||
+ <ProjectConfiguration Include="Debug Static|ARM64">
|
||
+ <Configuration>Debug Static</Configuration>
|
||
+ <Platform>ARM64</Platform>
|
||
+ </ProjectConfiguration>
|
||
<ProjectConfiguration Include="Debug Static|Win32">
|
||
<Configuration>Debug Static</Configuration>
|
||
<Platform>Win32</Platform>
|
||
@@ -9,6 +13,10 @@
|
||
<Configuration>Debug Static</Configuration>
|
||
<Platform>x64</Platform>
|
||
</ProjectConfiguration>
|
||
+ <ProjectConfiguration Include="Debug Unicode|ARM64">
|
||
+ <Configuration>Debug Unicode</Configuration>
|
||
+ <Platform>ARM64</Platform>
|
||
+ </ProjectConfiguration>
|
||
<ProjectConfiguration Include="Debug Unicode|Win32">
|
||
<Configuration>Debug Unicode</Configuration>
|
||
<Platform>Win32</Platform>
|
||
@@ -17,6 +25,10 @@
|
||
<Configuration>Debug Unicode</Configuration>
|
||
<Platform>x64</Platform>
|
||
</ProjectConfiguration>
|
||
+ <ProjectConfiguration Include="Debug|ARM64">
|
||
+ <Configuration>Debug</Configuration>
|
||
+ <Platform>ARM64</Platform>
|
||
+ </ProjectConfiguration>
|
||
<ProjectConfiguration Include="Debug|Win32">
|
||
<Configuration>Debug</Configuration>
|
||
<Platform>Win32</Platform>
|
||
@@ -25,6 +37,10 @@
|
||
<Configuration>Debug</Configuration>
|
||
<Platform>x64</Platform>
|
||
</ProjectConfiguration>
|
||
+ <ProjectConfiguration Include="Release Static|ARM64">
|
||
+ <Configuration>Release Static</Configuration>
|
||
+ <Platform>ARM64</Platform>
|
||
+ </ProjectConfiguration>
|
||
<ProjectConfiguration Include="Release Static|Win32">
|
||
<Configuration>Release Static</Configuration>
|
||
<Platform>Win32</Platform>
|
||
@@ -33,6 +49,10 @@
|
||
<Configuration>Release Static</Configuration>
|
||
<Platform>x64</Platform>
|
||
</ProjectConfiguration>
|
||
+ <ProjectConfiguration Include="Release Unicode|ARM64">
|
||
+ <Configuration>Release Unicode</Configuration>
|
||
+ <Platform>ARM64</Platform>
|
||
+ </ProjectConfiguration>
|
||
<ProjectConfiguration Include="Release Unicode|Win32">
|
||
<Configuration>Release Unicode</Configuration>
|
||
<Platform>Win32</Platform>
|
||
@@ -41,6 +61,10 @@
|
||
<Configuration>Release Unicode</Configuration>
|
||
<Platform>x64</Platform>
|
||
</ProjectConfiguration>
|
||
+ <ProjectConfiguration Include="Release|ARM64">
|
||
+ <Configuration>Release</Configuration>
|
||
+ <Platform>ARM64</Platform>
|
||
+ </ProjectConfiguration>
|
||
<ProjectConfiguration Include="Release|Win32">
|
||
<Configuration>Release</Configuration>
|
||
<Platform>Win32</Platform>
|
||
@@ -66,6 +90,11 @@
|
||
<UseOfMfc>false</UseOfMfc>
|
||
<CharacterSet>MultiByte</CharacterSet>
|
||
</PropertyGroup>
|
||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|ARM64'" Label="Configuration">
|
||
+ <ConfigurationType>Application</ConfigurationType>
|
||
+ <UseOfMfc>false</UseOfMfc>
|
||
+ <CharacterSet>MultiByte</CharacterSet>
|
||
+ </PropertyGroup>
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||
<ConfigurationType>Application</ConfigurationType>
|
||
<UseOfMfc>false</UseOfMfc>
|
||
@@ -76,6 +105,11 @@
|
||
<UseOfMfc>false</UseOfMfc>
|
||
<CharacterSet>MultiByte</CharacterSet>
|
||
</PropertyGroup>
|
||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
||
+ <ConfigurationType>Application</ConfigurationType>
|
||
+ <UseOfMfc>false</UseOfMfc>
|
||
+ <CharacterSet>MultiByte</CharacterSet>
|
||
+ </PropertyGroup>
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||
<ConfigurationType>Application</ConfigurationType>
|
||
<UseOfMfc>false</UseOfMfc>
|
||
@@ -86,6 +120,11 @@
|
||
<UseOfMfc>false</UseOfMfc>
|
||
<CharacterSet>MultiByte</CharacterSet>
|
||
</PropertyGroup>
|
||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
||
+ <ConfigurationType>Application</ConfigurationType>
|
||
+ <UseOfMfc>false</UseOfMfc>
|
||
+ <CharacterSet>MultiByte</CharacterSet>
|
||
+ </PropertyGroup>
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'" Label="Configuration">
|
||
<ConfigurationType>Application</ConfigurationType>
|
||
<UseOfMfc>false</UseOfMfc>
|
||
@@ -96,6 +135,11 @@
|
||
<UseOfMfc>false</UseOfMfc>
|
||
<CharacterSet>MultiByte</CharacterSet>
|
||
</PropertyGroup>
|
||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|ARM64'" Label="Configuration">
|
||
+ <ConfigurationType>Application</ConfigurationType>
|
||
+ <UseOfMfc>false</UseOfMfc>
|
||
+ <CharacterSet>MultiByte</CharacterSet>
|
||
+ </PropertyGroup>
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'" Label="Configuration">
|
||
<ConfigurationType>Application</ConfigurationType>
|
||
<UseOfMfc>false</UseOfMfc>
|
||
@@ -106,6 +150,11 @@
|
||
<UseOfMfc>false</UseOfMfc>
|
||
<CharacterSet>MultiByte</CharacterSet>
|
||
</PropertyGroup>
|
||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|ARM64'" Label="Configuration">
|
||
+ <ConfigurationType>Application</ConfigurationType>
|
||
+ <UseOfMfc>false</UseOfMfc>
|
||
+ <CharacterSet>MultiByte</CharacterSet>
|
||
+ </PropertyGroup>
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'" Label="Configuration">
|
||
<ConfigurationType>Application</ConfigurationType>
|
||
<UseOfMfc>false</UseOfMfc>
|
||
@@ -116,6 +165,11 @@
|
||
<UseOfMfc>false</UseOfMfc>
|
||
<CharacterSet>MultiByte</CharacterSet>
|
||
</PropertyGroup>
|
||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|ARM64'" Label="Configuration">
|
||
+ <ConfigurationType>Application</ConfigurationType>
|
||
+ <UseOfMfc>false</UseOfMfc>
|
||
+ <CharacterSet>MultiByte</CharacterSet>
|
||
+ </PropertyGroup>
|
||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||
<ImportGroup Label="ExtensionSettings">
|
||
</ImportGroup>
|
||
@@ -127,6 +181,10 @@
|
||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
</ImportGroup>
|
||
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|ARM64'" Label="PropertySheets">
|
||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
+ <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
+ </ImportGroup>
|
||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
@@ -135,6 +193,10 @@
|
||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
</ImportGroup>
|
||
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
|
||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
+ <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
+ </ImportGroup>
|
||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
@@ -143,6 +205,10 @@
|
||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
</ImportGroup>
|
||
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
|
||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
+ <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
+ </ImportGroup>
|
||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'" Label="PropertySheets">
|
||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
@@ -151,6 +217,10 @@
|
||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
</ImportGroup>
|
||
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|ARM64'" Label="PropertySheets">
|
||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
+ <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
+ </ImportGroup>
|
||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'" Label="PropertySheets">
|
||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
@@ -159,6 +229,10 @@
|
||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
</ImportGroup>
|
||
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|ARM64'" Label="PropertySheets">
|
||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
+ <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
+ </ImportGroup>
|
||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'" Label="PropertySheets">
|
||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
@@ -167,6 +241,10 @@
|
||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
</ImportGroup>
|
||
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|ARM64'" Label="PropertySheets">
|
||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
+ <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||
+ </ImportGroup>
|
||
<PropertyGroup Label="UserMacros" />
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">
|
||
<OutDir>.\ReleaseUnicode\</OutDir>
|
||
@@ -180,6 +258,12 @@
|
||
<LinkIncremental>false</LinkIncremental>
|
||
<TargetName>$(ProjectName)u</TargetName>
|
||
</PropertyGroup>
|
||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|ARM64'">
|
||
+ <OutDir>.\Release\</OutDir>
|
||
+ <IntDir>.\Release\</IntDir>
|
||
+ <LinkIncremental>false</LinkIncremental>
|
||
+ <TargetName>$(ProjectName)u</TargetName>
|
||
+ </PropertyGroup>
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">
|
||
<OutDir>.\Debug\</OutDir>
|
||
<IntDir>.\Debug\</IntDir>
|
||
@@ -192,6 +274,12 @@
|
||
<LinkIncremental>false</LinkIncremental>
|
||
<TargetName>$(ProjectName)d</TargetName>
|
||
</PropertyGroup>
|
||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|ARM64'">
|
||
+ <OutDir>.\DebugDll\</OutDir>
|
||
+ <IntDir>.\DebugDll\</IntDir>
|
||
+ <LinkIncremental>false</LinkIncremental>
|
||
+ <TargetName>$(ProjectName)d</TargetName>
|
||
+ </PropertyGroup>
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">
|
||
<OutDir>.\Release\</OutDir>
|
||
<IntDir>.\Release\</IntDir>
|
||
@@ -202,6 +288,11 @@
|
||
<IntDir>.\Release\</IntDir>
|
||
<LinkIncremental>false</LinkIncremental>
|
||
</PropertyGroup>
|
||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|ARM64'">
|
||
+ <OutDir>.\Release\</OutDir>
|
||
+ <IntDir>.\Release\</IntDir>
|
||
+ <LinkIncremental>false</LinkIncremental>
|
||
+ </PropertyGroup>
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
<OutDir>.\DebugDll\</OutDir>
|
||
<IntDir>.\DebugDll\</IntDir>
|
||
@@ -214,6 +303,12 @@
|
||
<LinkIncremental>false</LinkIncremental>
|
||
<TargetName>DllPlugInTesterd_dll</TargetName>
|
||
</PropertyGroup>
|
||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
||
+ <OutDir>.\DebugDll\</OutDir>
|
||
+ <IntDir>.\DebugDll\</IntDir>
|
||
+ <LinkIncremental>false</LinkIncremental>
|
||
+ <TargetName>DllPlugInTesterd_dll</TargetName>
|
||
+ </PropertyGroup>
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
<OutDir>.\ReleaseDll\</OutDir>
|
||
<IntDir>.\ReleaseDll\</IntDir>
|
||
@@ -226,6 +319,12 @@
|
||
<LinkIncremental>false</LinkIncremental>
|
||
<TargetName>$(ProjectName)_dll</TargetName>
|
||
</PropertyGroup>
|
||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
||
+ <OutDir>.\ReleaseDll\</OutDir>
|
||
+ <IntDir>.\ReleaseDll\</IntDir>
|
||
+ <LinkIncremental>false</LinkIncremental>
|
||
+ <TargetName>$(ProjectName)_dll</TargetName>
|
||
+ </PropertyGroup>
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">
|
||
<OutDir>.\DebugUnicode\</OutDir>
|
||
<IntDir>.\DebugUnicode\</IntDir>
|
||
@@ -238,6 +335,12 @@
|
||
<LinkIncremental>false</LinkIncremental>
|
||
<TargetName>$(ProjectName)ud</TargetName>
|
||
</PropertyGroup>
|
||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|ARM64'">
|
||
+ <OutDir>.\DebugDll\</OutDir>
|
||
+ <IntDir>.\DebugDll\</IntDir>
|
||
+ <LinkIncremental>false</LinkIncremental>
|
||
+ <TargetName>$(ProjectName)ud</TargetName>
|
||
+ </PropertyGroup>
|
||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">
|
||
<ClCompile>
|
||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||
@@ -324,6 +425,49 @@
|
||
<AdditionalDependencies>odbc32.lib;odbccp32.lib;cppunit.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
</Link>
|
||
</ItemDefinitionGroup>
|
||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|ARM64'">
|
||
+ <ClCompile>
|
||
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||
+ <StringPooling>true</StringPooling>
|
||
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
||
+ <Optimization>MinSpace</Optimization>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <WarningLevel>Level3</WarningLevel>
|
||
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||
+ <DebugInformationFormat>OldStyle</DebugInformationFormat>
|
||
+ <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
+ <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
+ <AssemblerListingLocation>.\ReleaseUnicode\</AssemblerListingLocation>
|
||
+ <PrecompiledHeaderOutputFile>.\ReleaseUnicode\DllPlugInTester.pch</PrecompiledHeaderOutputFile>
|
||
+ <PrecompiledHeader>
|
||
+ </PrecompiledHeader>
|
||
+ <ObjectFileName>.\ReleaseUnicode\</ObjectFileName>
|
||
+ <ProgramDataBaseFileName>.\ReleaseUnicode\</ProgramDataBaseFileName>
|
||
+ </ClCompile>
|
||
+ <PostBuildEvent>
|
||
+ <Command>copy "$(TargetPath)" ..\..\lib\$(TargetName).exe</Command>
|
||
+ <Message>Copying target to lib/</Message>
|
||
+ </PostBuildEvent>
|
||
+ <Midl>
|
||
+ <TypeLibraryName>.\ReleaseUnicode\DllPlugInTester.tlb</TypeLibraryName>
|
||
+ </Midl>
|
||
+ <ResourceCompile>
|
||
+ <Culture>0x040c</Culture>
|
||
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
+ </ResourceCompile>
|
||
+ <Bscmake>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <OutputFile>.\ReleaseUnicode\DllPlugInTester.bsc</OutputFile>
|
||
+ </Bscmake>
|
||
+ <Link>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <SubSystem>Console</SubSystem>
|
||
+ <OutputFile>ReleaseUnicode\DllPlugInTesteru.exe</OutputFile>
|
||
+ <AdditionalLibraryDirectories>../../lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||
+ <AdditionalDependencies>odbc32.lib;odbccp32.lib;cppunit.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
+ </Link>
|
||
+ </ItemDefinitionGroup>
|
||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">
|
||
<ClCompile>
|
||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||
@@ -411,6 +555,49 @@
|
||
<AdditionalDependencies>odbc32.lib;odbccp32.lib;cppunitd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
</Link>
|
||
</ItemDefinitionGroup>
|
||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|ARM64'">
|
||
+ <ClCompile>
|
||
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||
+ <InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
||
+ <FunctionLevelLinking>false</FunctionLevelLinking>
|
||
+ <Optimization>Disabled</Optimization>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <WarningLevel>Level3</WarningLevel>
|
||
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||
+ <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
+ <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
+ <AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
|
||
+ <PrecompiledHeaderOutputFile>.\Debug\DllPlugInTester.pch</PrecompiledHeaderOutputFile>
|
||
+ <PrecompiledHeader>
|
||
+ </PrecompiledHeader>
|
||
+ <ObjectFileName>.\Debug\</ObjectFileName>
|
||
+ <ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
|
||
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||
+ </ClCompile>
|
||
+ <PostBuildEvent>
|
||
+ <Command>copy $(TargetPath) ..\..\lib\$(TargetName).exe</Command>
|
||
+ <Message>Copying target to lib/</Message>
|
||
+ </PostBuildEvent>
|
||
+ <Midl>
|
||
+ <TypeLibraryName>.\Debug\DllPlugInTester.tlb</TypeLibraryName>
|
||
+ </Midl>
|
||
+ <ResourceCompile>
|
||
+ <Culture>0x040c</Culture>
|
||
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
+ </ResourceCompile>
|
||
+ <Bscmake>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <OutputFile>.\Debug\DllPlugInTester.bsc</OutputFile>
|
||
+ </Bscmake>
|
||
+ <Link>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
||
+ <SubSystem>Console</SubSystem>
|
||
+ <OutputFile>Debug\DllPlugInTesterd.exe</OutputFile>
|
||
+ <AdditionalLibraryDirectories>../../lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||
+ <AdditionalDependencies>odbc32.lib;odbccp32.lib;cppunitd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
+ </Link>
|
||
+ </ItemDefinitionGroup>
|
||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">
|
||
<ClCompile>
|
||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||
@@ -497,6 +684,49 @@
|
||
<AdditionalDependencies>odbc32.lib;odbccp32.lib;cppunit.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
</Link>
|
||
</ItemDefinitionGroup>
|
||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|ARM64'">
|
||
+ <ClCompile>
|
||
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||
+ <StringPooling>true</StringPooling>
|
||
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
||
+ <Optimization>MinSpace</Optimization>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <WarningLevel>Level3</WarningLevel>
|
||
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||
+ <DebugInformationFormat>OldStyle</DebugInformationFormat>
|
||
+ <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
+ <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
+ <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
|
||
+ <PrecompiledHeaderOutputFile>.\Release\DllPlugInTester.pch</PrecompiledHeaderOutputFile>
|
||
+ <PrecompiledHeader>
|
||
+ </PrecompiledHeader>
|
||
+ <ObjectFileName>.\Release\</ObjectFileName>
|
||
+ <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
|
||
+ </ClCompile>
|
||
+ <PostBuildEvent>
|
||
+ <Command>copy $(TargetPath) ..\..\lib\$(TargetName).exe</Command>
|
||
+ <Message>Copying target to lib/</Message>
|
||
+ </PostBuildEvent>
|
||
+ <Midl>
|
||
+ <TypeLibraryName>.\Release\DllPlugInTester.tlb</TypeLibraryName>
|
||
+ </Midl>
|
||
+ <ResourceCompile>
|
||
+ <Culture>0x040c</Culture>
|
||
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
+ </ResourceCompile>
|
||
+ <Bscmake>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <OutputFile>.\Release\DllPlugInTester.bsc</OutputFile>
|
||
+ </Bscmake>
|
||
+ <Link>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <SubSystem>Console</SubSystem>
|
||
+ <OutputFile>.\Release\DllPlugInTester.exe</OutputFile>
|
||
+ <AdditionalLibraryDirectories>../../lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||
+ <AdditionalDependencies>odbc32.lib;odbccp32.lib;cppunit.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
+ </Link>
|
||
+ </ItemDefinitionGroup>
|
||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
<ClCompile>
|
||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||
@@ -584,6 +814,49 @@
|
||
<AdditionalDependencies>odbc32.lib;odbccp32.lib;cppunitd_dll.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
</Link>
|
||
</ItemDefinitionGroup>
|
||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
||
+ <ClCompile>
|
||
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||
+ <InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
||
+ <FunctionLevelLinking>false</FunctionLevelLinking>
|
||
+ <Optimization>Disabled</Optimization>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <WarningLevel>Level3</WarningLevel>
|
||
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||
+ <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
+ <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;CPPUNIT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
+ <AssemblerListingLocation>.\DebugDll\</AssemblerListingLocation>
|
||
+ <PrecompiledHeaderOutputFile>.\DebugDll\DllPlugInTester.pch</PrecompiledHeaderOutputFile>
|
||
+ <PrecompiledHeader>
|
||
+ </PrecompiledHeader>
|
||
+ <ObjectFileName>.\DebugDll\</ObjectFileName>
|
||
+ <ProgramDataBaseFileName>.\DebugDll\</ProgramDataBaseFileName>
|
||
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||
+ </ClCompile>
|
||
+ <PostBuildEvent>
|
||
+ <Command>copy "$(TargetPath)" ..\..\lib\$(TargetName).exe</Command>
|
||
+ <Message>Copying target to lib/</Message>
|
||
+ </PostBuildEvent>
|
||
+ <Midl>
|
||
+ <TypeLibraryName>.\DebugDll\DllPlugInTester.tlb</TypeLibraryName>
|
||
+ </Midl>
|
||
+ <ResourceCompile>
|
||
+ <Culture>0x040c</Culture>
|
||
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
+ </ResourceCompile>
|
||
+ <Bscmake>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <OutputFile>.\DebugDll\DllPlugInTester.bsc</OutputFile>
|
||
+ </Bscmake>
|
||
+ <Link>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
||
+ <SubSystem>Console</SubSystem>
|
||
+ <OutputFile>DebugDll\DllPlugInTesterd_dll.exe</OutputFile>
|
||
+ <AdditionalLibraryDirectories>../../lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||
+ <AdditionalDependencies>odbc32.lib;odbccp32.lib;cppunitd_dll.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
+ </Link>
|
||
+ </ItemDefinitionGroup>
|
||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
<ClCompile>
|
||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||
@@ -670,6 +943,49 @@
|
||
<AdditionalDependencies>odbc32.lib;odbccp32.lib;cppunit_dll.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
</Link>
|
||
</ItemDefinitionGroup>
|
||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
||
+ <ClCompile>
|
||
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||
+ <StringPooling>true</StringPooling>
|
||
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
||
+ <Optimization>MinSpace</Optimization>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <WarningLevel>Level3</WarningLevel>
|
||
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||
+ <DebugInformationFormat>OldStyle</DebugInformationFormat>
|
||
+ <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
+ <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;CPPUNIT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
+ <AssemblerListingLocation>.\ReleaseDll\</AssemblerListingLocation>
|
||
+ <PrecompiledHeaderOutputFile>.\ReleaseDll\DllPlugInTester.pch</PrecompiledHeaderOutputFile>
|
||
+ <PrecompiledHeader>
|
||
+ </PrecompiledHeader>
|
||
+ <ObjectFileName>.\ReleaseDll\</ObjectFileName>
|
||
+ <ProgramDataBaseFileName>.\ReleaseDll\</ProgramDataBaseFileName>
|
||
+ </ClCompile>
|
||
+ <PostBuildEvent>
|
||
+ <Command>copy "$(TargetPath)" ..\..\lib\$(TargetName).exe</Command>
|
||
+ <Message>Copying target to lib/</Message>
|
||
+ </PostBuildEvent>
|
||
+ <Midl>
|
||
+ <TypeLibraryName>.\ReleaseDll\DllPlugInTester.tlb</TypeLibraryName>
|
||
+ </Midl>
|
||
+ <ResourceCompile>
|
||
+ <Culture>0x040c</Culture>
|
||
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
+ </ResourceCompile>
|
||
+ <Bscmake>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <OutputFile>.\ReleaseDll\DllPlugInTester.bsc</OutputFile>
|
||
+ </Bscmake>
|
||
+ <Link>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <SubSystem>Console</SubSystem>
|
||
+ <OutputFile>ReleaseDll\DllPlugInTester_dll.exe</OutputFile>
|
||
+ <AdditionalLibraryDirectories>../../lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||
+ <AdditionalDependencies>odbc32.lib;odbccp32.lib;cppunit_dll.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
+ </Link>
|
||
+ </ItemDefinitionGroup>
|
||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">
|
||
<ClCompile>
|
||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||
@@ -718,6 +1034,49 @@
|
||
<ClCompile>
|
||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
||
+ <FunctionLevelLinking>false</FunctionLevelLinking>
|
||
+ <Optimization>Disabled</Optimization>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <WarningLevel>Level3</WarningLevel>
|
||
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||
+ <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
+ <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
+ <AssemblerListingLocation>.\DebugUnicode\</AssemblerListingLocation>
|
||
+ <PrecompiledHeaderOutputFile>.\DebugUnicode\DllPlugInTester.pch</PrecompiledHeaderOutputFile>
|
||
+ <PrecompiledHeader>
|
||
+ </PrecompiledHeader>
|
||
+ <ObjectFileName>.\DebugUnicode\</ObjectFileName>
|
||
+ <ProgramDataBaseFileName>.\DebugUnicode\</ProgramDataBaseFileName>
|
||
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||
+ </ClCompile>
|
||
+ <PostBuildEvent>
|
||
+ <Command>copy "$(TargetPath)" ..\..\lib\$(TargetName).exe</Command>
|
||
+ <Message>Copying target to lib/</Message>
|
||
+ </PostBuildEvent>
|
||
+ <Midl>
|
||
+ <TypeLibraryName>.\DebugUnicode\DllPlugInTester.tlb</TypeLibraryName>
|
||
+ </Midl>
|
||
+ <ResourceCompile>
|
||
+ <Culture>0x040c</Culture>
|
||
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
+ </ResourceCompile>
|
||
+ <Bscmake>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <OutputFile>.\DebugUnicode\DllPlugInTester.bsc</OutputFile>
|
||
+ </Bscmake>
|
||
+ <Link>
|
||
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
||
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
||
+ <SubSystem>Console</SubSystem>
|
||
+ <OutputFile>DebugUnicode\DllPlugInTesterud.exe</OutputFile>
|
||
+ <AdditionalLibraryDirectories>../../lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||
+ <AdditionalDependencies>odbc32.lib;odbccp32.lib;cppunitd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
+ </Link>
|
||
+ </ItemDefinitionGroup>
|
||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|ARM64'">
|
||
+ <ClCompile>
|
||
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||
+ <InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
||
<FunctionLevelLinking>false</FunctionLevelLinking>
|
||
<Optimization>Disabled</Optimization>
|
||
<SuppressStartupBanner>true</SuppressStartupBanner>
|