Skip to content

Commit b22359b

Browse files
committed
Removed runtime DLL dependency
1 parent dd7c353 commit b22359b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

MTADiag/Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
#include <time.h>
2727
#include "Log.h"
2828

29-
#define VERSION "2.7.19"
29+
#define VERSION "2.7.20"

MTADiag/MTADiag.vcxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -18,13 +18,13 @@
1818
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
1919
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
2020
<ConfigurationType>Application</ConfigurationType>
21-
<PlatformToolset>v120_xp</PlatformToolset>
21+
<PlatformToolset>v140_xp</PlatformToolset>
2222
<CharacterSet>MultiByte</CharacterSet>
2323
<WholeProgramOptimization>true</WholeProgramOptimization>
2424
</PropertyGroup>
2525
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2626
<ConfigurationType>Application</ConfigurationType>
27-
<PlatformToolset>v120_xp</PlatformToolset>
27+
<PlatformToolset>v140_xp</PlatformToolset>
2828
<CharacterSet>MultiByte</CharacterSet>
2929
</PropertyGroup>
3030
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
@@ -56,7 +56,7 @@
5656
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5757
<MinimalRebuild>true</MinimalRebuild>
5858
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
59-
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
59+
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
6060
<PrecompiledHeader />
6161
<WarningLevel>Level3</WarningLevel>
6262
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
@@ -73,7 +73,7 @@
7373
<Optimization>MaxSpeed</Optimization>
7474
<IntrinsicFunctions>true</IntrinsicFunctions>
7575
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
76-
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
76+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
7777
<FunctionLevelLinking>true</FunctionLevelLinking>
7878
<PrecompiledHeader />
7979
<WarningLevel>Level4</WarningLevel>

0 commit comments

Comments
 (0)