2014-09-27 09:56:53 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{8E8F5E24-3936-4375-8F0E-1A8054BCB049}</ProjectGuid>
|
|
|
|
|
<RootNamespace>srcs</RootNamespace>
|
|
|
|
|
<ProjectName>ArduinoJson</ProjectName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2014-10-01 16:08:32 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<OutDir>$(ProjectDir)\bin\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(ProjectDir)\obj\$(Configuration)\</IntDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<OutDir>$(ProjectDir)\bin\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(ProjectDir)\obj\$(Configuration)\</IntDir>
|
|
|
|
|
</PropertyGroup>
|
2014-09-27 09:56:53 +02:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2014-09-30 16:40:00 +02:00
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-09-27 09:56:53 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2014-09-30 16:40:00 +02:00
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-09-27 09:56:53 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2014-10-01 16:08:32 +02:00
|
|
|
|
<ClInclude Include="Internals\EscapedString.h" />
|
2014-09-27 12:16:20 +02:00
|
|
|
|
<ClInclude Include="JsonBuffer.h" />
|
2014-10-01 16:08:32 +02:00
|
|
|
|
<ClInclude Include="Internals\JsonNode.h" />
|
|
|
|
|
<ClInclude Include="Internals\JsonNodeSerializer.h" />
|
2014-09-27 11:42:27 +02:00
|
|
|
|
<ClInclude Include="JsonObject.h" />
|
2014-09-27 11:53:26 +02:00
|
|
|
|
<ClInclude Include="JsonValue.h" />
|
2014-10-01 16:08:32 +02:00
|
|
|
|
<ClInclude Include="Arduino\Print.h" />
|
|
|
|
|
<ClInclude Include="Arduino\Printable.h" />
|
2014-09-27 09:56:53 +02:00
|
|
|
|
<ClInclude Include="StaticJsonBuffer.h" />
|
2014-10-01 16:08:32 +02:00
|
|
|
|
<ClInclude Include="Internals\StringBuilder.h" />
|
2014-09-27 09:56:53 +02:00
|
|
|
|
</ItemGroup>
|
2014-09-27 11:53:26 +02:00
|
|
|
|
<ItemGroup>
|
2014-10-01 16:08:32 +02:00
|
|
|
|
<ClCompile Include="Internals\EscapedString.cpp" />
|
2014-09-27 12:16:20 +02:00
|
|
|
|
<ClCompile Include="JsonBuffer.cpp" />
|
2014-10-01 16:08:32 +02:00
|
|
|
|
<ClCompile Include="Internals\JsonNodeSerializer.cpp" />
|
2014-09-27 11:53:26 +02:00
|
|
|
|
<ClCompile Include="JsonObject.cpp" />
|
2014-09-27 14:51:50 +02:00
|
|
|
|
<ClCompile Include="JsonValue.cpp" />
|
2014-10-01 16:08:32 +02:00
|
|
|
|
<ClCompile Include="Arduino\Print.cpp" />
|
|
|
|
|
<ClCompile Include="Internals\StringBuilder.cpp" />
|
2014-09-27 11:53:26 +02:00
|
|
|
|
</ItemGroup>
|
2014-09-27 09:56:53 +02:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|