|
5 | 5 | <Configuration>Debug</Configuration>
|
6 | 6 | <Platform>Win32</Platform>
|
7 | 7 | </ProjectConfiguration>
|
| 8 | + <ProjectConfiguration Include="Debug|x64"> |
| 9 | + <Configuration>Debug</Configuration> |
| 10 | + <Platform>x64</Platform> |
| 11 | + </ProjectConfiguration> |
8 | 12 | <ProjectConfiguration Include="Release|Win32">
|
9 | 13 | <Configuration>Release</Configuration>
|
10 | 14 | <Platform>Win32</Platform>
|
11 | 15 | </ProjectConfiguration>
|
| 16 | + <ProjectConfiguration Include="Release|x64"> |
| 17 | + <Configuration>Release</Configuration> |
| 18 | + <Platform>x64</Platform> |
| 19 | + </ProjectConfiguration> |
12 | 20 | </ItemGroup>
|
13 | 21 | <ItemGroup>
|
14 | 22 | <ClCompile Include="ClrHost.cpp" />
|
|
29 | 37 | <PlatformToolset>v120</PlatformToolset>
|
30 | 38 | <CharacterSet>MultiByte</CharacterSet>
|
31 | 39 | </PropertyGroup>
|
| 40 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 41 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 42 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 43 | + <PlatformToolset>v120</PlatformToolset> |
| 44 | + <CharacterSet>MultiByte</CharacterSet> |
| 45 | + </PropertyGroup> |
32 | 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
33 | 47 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
34 | 48 | <UseDebugLibraries>false</UseDebugLibraries>
|
35 | 49 | <PlatformToolset>v120</PlatformToolset>
|
36 | 50 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
37 | 51 | <CharacterSet>MultiByte</CharacterSet>
|
38 | 52 | </PropertyGroup>
|
| 53 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 54 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 55 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 56 | + <PlatformToolset>v120</PlatformToolset> |
| 57 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 58 | + <CharacterSet>MultiByte</CharacterSet> |
| 59 | + </PropertyGroup> |
39 | 60 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
40 | 61 | <ImportGroup Label="ExtensionSettings">
|
41 | 62 | </ImportGroup>
|
42 | 63 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
43 | 64 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
44 | 65 | </ImportGroup>
|
| 66 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 67 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 68 | + </ImportGroup> |
45 | 69 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
46 | 70 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
47 | 71 | </ImportGroup>
|
| 72 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 73 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 74 | + </ImportGroup> |
48 | 75 | <PropertyGroup Label="UserMacros" />
|
49 | 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
50 | 77 | <TargetExt>.lib</TargetExt>
|
| 78 | + <IntDir>$(PlatformTarget)\$(Configuration)\</IntDir> |
| 79 | + <OutDir>$(SolutionDir)$(PlatformTarget)\$(Configuration)\</OutDir> |
| 80 | + </PropertyGroup> |
| 81 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 82 | + <TargetExt>.lib</TargetExt> |
51 | 83 | </PropertyGroup>
|
52 | 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
53 | 85 | <TargetExt>.lib</TargetExt>
|
| 86 | + <OutDir>$(SolutionDir)$(PlatformTarget)\$(Configuration)\</OutDir> |
| 87 | + <IntDir>$(PlatformTarget)\$(Configuration)\</IntDir> |
| 88 | + </PropertyGroup> |
| 89 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 90 | + <TargetExt>.lib</TargetExt> |
54 | 91 | </PropertyGroup>
|
55 | 92 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
56 | 93 | <ClCompile>
|
|
67 | 104 | <Command>"$(TargetFrameworkSDKToolsDirectory)TlbExp.exe" "$(SolutionDir)mysql_managed_interface\bin\$(Configuration)\MySQLHostManager.dll" /out:"$(IntDir)MySQLHostManager.tlb"</Command>
|
68 | 105 | </PreBuildEvent>
|
69 | 106 | </ItemDefinitionGroup>
|
| 107 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 108 | + <ClCompile> |
| 109 | + <WarningLevel>Level3</WarningLevel> |
| 110 | + <Optimization>Disabled</Optimization> |
| 111 | + <SDLCheck>true</SDLCheck> |
| 112 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 113 | + <BrowseInformation>true</BrowseInformation> |
| 114 | + </ClCompile> |
| 115 | + <Link> |
| 116 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 117 | + </Link> |
| 118 | + <PreBuildEvent> |
| 119 | + <Command>"$(TargetFrameworkSDKToolsDirectory)TlbExp.exe" "$(SolutionDir)mysql_managed_interface\bin\$(Configuration)\MySQLHostManager.dll" /out:"$(IntDir)MySQLHostManager.tlb"</Command> |
| 120 | + </PreBuildEvent> |
| 121 | + </ItemDefinitionGroup> |
70 | 122 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
71 | 123 | <ClCompile>
|
72 | 124 | <WarningLevel>Level3</WarningLevel>
|
|
85 | 137 | <Command>"$(TargetFrameworkSDKToolsDirectory)TlbExp.exe" "$(SolutionDir)mysql_managed_interface\bin\$(Configuration)\MySQLHostManager.dll" /out:"$(IntDir)MySQLHostManager.tlb"</Command>
|
86 | 138 | </PreBuildEvent>
|
87 | 139 | </ItemDefinitionGroup>
|
| 140 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 141 | + <ClCompile> |
| 142 | + <WarningLevel>Level3</WarningLevel> |
| 143 | + <Optimization>MaxSpeed</Optimization> |
| 144 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 145 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 146 | + <SDLCheck>true</SDLCheck> |
| 147 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 148 | + </ClCompile> |
| 149 | + <Link> |
| 150 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 151 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 152 | + <OptimizeReferences>true</OptimizeReferences> |
| 153 | + </Link> |
| 154 | + <PreBuildEvent> |
| 155 | + <Command>"$(TargetFrameworkSDKToolsDirectory)TlbExp.exe" "$(SolutionDir)mysql_managed_interface\bin\$(Configuration)\MySQLHostManager.dll" /out:"$(IntDir)MySQLHostManager.tlb"</Command> |
| 156 | + </PreBuildEvent> |
| 157 | + </ItemDefinitionGroup> |
88 | 158 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
89 | 159 | <ImportGroup Label="ExtensionTargets">
|
90 | 160 | </ImportGroup>
|
|
0 commit comments