Skip to content

Commit c50450e

Browse files
committed
Updated for vs2013 and build server
1 parent dde98e7 commit c50450e

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

Data/libcurl.dll

354 KB
Binary file not shown.

Data/libeay32.dll

1.63 MB
Binary file not shown.

Data/libidn-11.dll

273 KB
Binary file not shown.

Data/ssleay32.dll

356 KB
Binary file not shown.

Data/zlib1.dll

58.5 KB
Binary file not shown.

MTADiag/MTADiag.vcxproj

Lines changed: 3 additions & 3 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="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="12.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>v110_xp</PlatformToolset>
21+
<PlatformToolset>v120_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>v110</PlatformToolset>
27+
<PlatformToolset>v120_xp</PlatformToolset>
2828
<CharacterSet>MultiByte</CharacterSet>
2929
</PropertyGroup>
3030
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

0 commit comments

Comments
 (0)