##// END OF EJS Templates
Added JSONXmlReader
Added JSONXmlReader

File last commit:

r58:1710dcda34bb default
r58:1710dcda34bb default
Show More
Implab.csproj
103 lines | 4.7 KiB | text/plain | TextLexer
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Implab</RootNamespace>
<AssemblyName>Implab</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>TRACE;DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.XML" />
</ItemGroup>
<ItemGroup>
<Compile Include="Component.cs" />
<Compile Include="CustomEqualityComparer.cs" />
<Compile Include="Diagnostics\ConsoleTraceListener.cs" />
<Compile Include="Diagnostics\EventText.cs" />
<Compile Include="Diagnostics\IEventTextFormatter.cs" />
<Compile Include="Diagnostics\LogChannel.cs" />
<Compile Include="Diagnostics\LogicalOperation.cs" />
<Compile Include="Diagnostics\TextFileListener.cs" />
<Compile Include="Diagnostics\TextListenerBase.cs" />
<Compile Include="Diagnostics\TraceLog.cs" />
<Compile Include="Diagnostics\TraceContext.cs" />
<Compile Include="Diagnostics\TraceEvent.cs" />
<Compile Include="Diagnostics\TraceEventType.cs" />
<Compile Include="Disposable.cs" />
<Compile Include="ICancellable.cs" />
<Compile Include="IProgressHandler.cs" />
<Compile Include="IProgressNotifier.cs" />
<Compile Include="IPromise.cs" />
<Compile Include="IPromiseBase.cs" />
<Compile Include="IServiceLocator.cs" />
<Compile Include="ITaskController.cs" />
<Compile Include="JSON\JSONElementContext.cs" />
<Compile Include="JSON\JSONElementType.cs" />
<Compile Include="JSON\JSONGrammar.cs" />
<Compile Include="JSON\JSONParser.cs" />
<Compile Include="JSON\JSONScanner.cs" />
<Compile Include="JSON\JsonTokenType.cs" />
<Compile Include="JSON\JSONWriter.cs" />
<Compile Include="JSON\JSONXmlReader.cs" />
<Compile Include="JSON\StringTranslator.cs" />
<Compile Include="Parallels\DispatchPool.cs" />
<Compile Include="Parallels\ArrayTraits.cs" />
<Compile Include="Parallels\MTQueue.cs" />
<Compile Include="Parallels\WorkerPool.cs" />
<Compile Include="Parsing\Alphabet.cs" />
<Compile Include="Parsing\AlphabetBase.cs" />
<Compile Include="Parsing\AltToken.cs" />
<Compile Include="Parsing\BinaryToken.cs" />
<Compile Include="Parsing\CatToken.cs" />
<Compile Include="Parsing\CDFADefinition.cs" />
<Compile Include="Parsing\DFABuilder.cs" />
<Compile Include="Parsing\DFADefinitionBase.cs" />
<Compile Include="Parsing\DFAStateDescriptor.cs" />
<Compile Include="Parsing\DFAutomaton.cs" />
<Compile Include="Parsing\EDFADefinition.cs" />
<Compile Include="Parsing\EmptyToken.cs" />
<Compile Include="Parsing\EndToken.cs" />
<Compile Include="Parsing\EnumAlphabet.cs" />
<Compile Include="Parsing\Grammar.cs" />
<Compile Include="Parsing\IAlphabet.cs" />
<Compile Include="Parsing\IDFADefinition.cs" />
<Compile Include="Parsing\IVisitor.cs" />
<Compile Include="Parsing\ParserException.cs" />
<Compile Include="Parsing\Scanner.cs" />
<Compile Include="Parsing\StarToken.cs" />
<Compile Include="Parsing\SymbolToken.cs" />
<Compile Include="Parsing\Token.cs" />
<Compile Include="ServiceLocator.cs" />
<Compile Include="TaskController.cs" />
<Compile Include="ProgressInitEventArgs.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Promise.cs" />
<Compile Include="Parallels\AsyncPool.cs" />
<Compile Include="Safe.cs" />
<Compile Include="ValueEventArgs.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup />
</Project>