|
42 | 42 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
43 | 43 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
44 | 44 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
45 |
| - <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
46 |
| - <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IncludePath)</IncludePath> |
47 |
| - <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(LibraryPath)</LibraryPath> |
| 45 | + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</LinkIncremental> |
| 46 | + <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\Users\Jelle\Documents\projecten\maastro\boost\boost_1_55_0;C:\Users\Jelle\Documents\GitHub\SWObjects\utf8_v2.3.2_source;C:\Program Files (x86)\MySQL\MySQL Server 5.5\include;$(IncludePath)</IncludePath> |
| 47 | + <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\local\boost_1_55_0\lib32-msvc-10.0;C:\Users\Jelle\Documents\projecten\maastro\mysql-5.6.17-win32\lib;$(LibraryPath)</LibraryPath> |
| 48 | + <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\Users\Jelle\Documents\projecten\maastro\boost\boost_1_55_0;C:\Users\Jelle\Documents\GitHub\SWObjects\utf8_v2.3.2_source;C:\Program Files (x86)\MySQL\MySQL Server 5.5\include;$(IncludePath)</IncludePath> |
| 49 | + <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\local\boost_1_55_0\lib32-msvc-10.0;C:\Users\Jelle\Documents\projecten\maastro\mysql-5.6.17-win32\lib;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Lib;$(LibraryPath)</LibraryPath> |
48 | 50 | </PropertyGroup>
|
49 | 51 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
50 | 52 | <ClCompile>
|
|
77 | 79 | <AdditionalIncludeDirectories>..\..\win;..\..\lib;..\..\docs;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
78 | 80 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
79 | 81 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
80 |
| - <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> |
| 82 | + <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
81 | 83 | <PrecompiledHeader>
|
82 | 84 | </PrecompiledHeader>
|
83 | 85 | <WarningLevel>Level3</WarningLevel>
|
84 | 86 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| 87 | + <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
85 | 88 | </ClCompile>
|
86 | 89 | <Link>
|
87 |
| - <AdditionalDependencies>libmysql.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 90 | + <AdditionalDependencies>libmysql.lib;Rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies> |
88 | 91 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
89 | 92 | <SubSystem>Console</SubSystem>
|
90 | 93 | <OptimizeReferences>true</OptimizeReferences>
|
|
0 commit comments