Click here to Skip to main content
15,879,535 members
Articles / Programming Languages / Markdown

APJSON

Rate me:
Please Sign up or sign in to vote.
4.67/5 (5 votes)
28 Aug 2013CPOL13 min read 41.6K   1.2K   34  
This is an alternative for "fastJSON"
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{A1265491-7E30-4196-9842-4A7944C18F0D}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Apolyton.FastJson</RootNamespace>
    <AssemblyName>Apolyton.FastJson</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>..\Output\Debug\</OutputPath>
    <DefineConstants>TRACE;DEBUG;DESKTOP</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>none</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>..\Output\Release\</OutputPath>
    <DefineConstants>DESKTOP</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release x64|AnyCPU'">
    <OutputPath>..\Output\Release x64\</OutputPath>
    <Optimize>true</Optimize>
    <DebugType>none</DebugType>
    <PlatformTarget>x64</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
    <DefineConstants>DESKTOP</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release x86|AnyCPU' ">
    <OutputPath>..\Output\Release x86\</OutputPath>
    <PlatformTarget>x86</PlatformTarget>
    <Optimize>true</Optimize>
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
    <DefineConstants>DESKTOP</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Runtime.Serialization" />
    <Reference Include="System.XML" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Data" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Registry\DataContractTypeDescriptor.cs" />
    <Compile Include="Serialization\CustomTypeSerializer.cs" />
    <Compile Include="DatasetSchema.cs" />
    <Compile Include="Data\JsonArray.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Data\JsonObject.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Data\MutableJsonArray.cs" />
    <Compile Include="Data\MutableJsonObject.cs" />
    <Compile Include="Data\IJsonValue.cs" />
    <Compile Include="Data\JsonPrimitive.cs" />
    <Compile Include="Data\JsonType.cs" />
    <Compile Include="Delegates.cs" />
    <Compile Include="Formatter.cs" />
    <Compile Include="Serialization\ICustomTypeSerializer.cs" />
    <Compile Include="Registry\GetterDescriptor.cs" />
    <Compile Include="Common\Guard.cs" />
    <Compile Include="JSON.cs" />
    <Compile Include="Registry\JsonTypeDescriptor.cs" />
    <Compile Include="Serialization\Deserialization.cs" />
    <Compile Include="Serialization\JsonDateTimeOptionsAttribute.cs" />
    <Compile Include="Serialization\JsonDeserializer.cs" />
    <Compile Include="Serialization\JsonValueDeserializer.cs" />
    <Compile Include="Serialization\JsonObjectDeserializer.cs" />
    <Compile Include="Serialization\JsonHybridDeserializer.cs" />
    <Compile Include="JsonParameters.cs" />
    <Compile Include="Registry\JsonPropertyInfo.cs" />
    <Compile Include="Registry\JsonRegistry.cs" />
    <Compile Include="Serialization\JsonSerializer.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Registry\RegistrySection.cs" />
    <Compile Include="Registry\JsonSerializationInfo.cs" />
    <Compile Include="SerializationPolicy.cs" />
    <Compile Include="Serialization\Token.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Diagram.cd" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="readme.txt" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions