Implab.csproj
106 lines
| 4.8 KiB
| text/plain
|
TextLexer
/ Implab / Implab.csproj
cin
|
r2 | <?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> | |||
cin
|
r4 | <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid> | |
cin
|
r2 | <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> | |||
cin
|
r35 | <DefineConstants>TRACE;DEBUG;</DefineConstants> | |
cin
|
r2 | <ErrorReport>prompt</ErrorReport> | |
<WarningLevel>4</WarningLevel> | |||
<ConsolePause>false</ConsolePause> | |||
cin
|
r59 | <RunCodeAnalysis>true</RunCodeAnalysis> | |
cin
|
r2 | </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" /> | |||
cin
|
r58 | <Reference Include="System.XML" /> | |
cin
|
r2 | </ItemGroup> | |
<ItemGroup> | |||
cin
|
r40 | <Compile Include="Component.cs" /> | |
cin
|
r55 | <Compile Include="CustomEqualityComparer.cs" /> | |
cin
|
r36 | <Compile Include="Diagnostics\ConsoleTraceListener.cs" /> | |
cin
|
r40 | <Compile Include="Diagnostics\EventText.cs" /> | |
<Compile Include="Diagnostics\IEventTextFormatter.cs" /> | |||
cin
|
r36 | <Compile Include="Diagnostics\LogChannel.cs" /> | |
cin
|
r35 | <Compile Include="Diagnostics\LogicalOperation.cs" /> | |
cin
|
r40 | <Compile Include="Diagnostics\TextFileListener.cs" /> | |
<Compile Include="Diagnostics\TextListenerBase.cs" /> | |||
cin
|
r36 | <Compile Include="Diagnostics\TraceLog.cs" /> | |
<Compile Include="Diagnostics\TraceContext.cs" /> | |||
<Compile Include="Diagnostics\TraceEvent.cs" /> | |||
cin
|
r35 | <Compile Include="Diagnostics\TraceEventType.cs" /> | |
cin
|
r40 | <Compile Include="Disposable.cs" /> | |
cin
|
r12 | <Compile Include="ICancellable.cs" /> | |
<Compile Include="IProgressHandler.cs" /> | |||
<Compile Include="IProgressNotifier.cs" /> | |||
cin
|
r8 | <Compile Include="IPromise.cs" /> | |
cin
|
r25 | <Compile Include="IPromiseBase.cs" /> | |
cin
|
r40 | <Compile Include="IServiceLocator.cs" /> | |
cin
|
r12 | <Compile Include="ITaskController.cs" /> | |
cin
|
r55 | <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" /> | |||
cin
|
r58 | <Compile Include="JSON\JSONXmlReader.cs" /> | |
cin
|
r60 | <Compile Include="JSON\JSONXmlReaderOptions.cs" /> | |
cin
|
r55 | <Compile Include="JSON\StringTranslator.cs" /> | |
cin
|
r15 | <Compile Include="Parallels\DispatchPool.cs" /> | |
<Compile Include="Parallels\ArrayTraits.cs" /> | |||
cin
|
r14 | <Compile Include="Parallels\MTQueue.cs" /> | |
cin
|
r12 | <Compile Include="Parallels\WorkerPool.cs" /> | |
cin
|
r55 | <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" /> | |||
cin
|
r61 | <Compile Include="SafePool.cs" /> | |
cin
|
r40 | <Compile Include="ServiceLocator.cs" /> | |
cin
|
r7 | <Compile Include="TaskController.cs" /> | |
<Compile Include="ProgressInitEventArgs.cs" /> | |||
cin
|
r2 | <Compile Include="Properties\AssemblyInfo.cs" /> | |
<Compile Include="Promise.cs" /> | |||
cin
|
r11 | <Compile Include="Parallels\AsyncPool.cs" /> | |
cin
|
r2 | <Compile Include="Safe.cs" /> | |
cin
|
r7 | <Compile Include="ValueEventArgs.cs" /> | |
cin
|
r2 | </ItemGroup> | |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |||
cin
|
r11 | <ItemGroup /> | |
user@factory.site.local
|
r0 | </Project> |