Implab.csproj
270 lines
| 15.9 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> | |||
cin
|
r4 | <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid> | |
cin
|
r2 | <OutputType>Library</OutputType> | |
<RootNamespace>Implab</RootNamespace> | |||
<AssemblyName>Implab</AssemblyName> | |||
cin
|
r151 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | |
cin
|
r164 | <ReleaseVersion>0.2</ReleaseVersion> | |
<ProductVersion>8.0.30703</ProductVersion> | |||
<SchemaVersion>2.0</SchemaVersion> | |||
cin
|
r2 | </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> | |||
cin
|
r75 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' "> | |
<DebugSymbols>true</DebugSymbols> | |||
<DebugType>full</DebugType> | |||
<Optimize>false</Optimize> | |||
<OutputPath>bin\Debug</OutputPath> | |||
<DefineConstants>TRACE;DEBUG;NET_4_5</DefineConstants> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
<RunCodeAnalysis>true</RunCodeAnalysis> | |||
<ConsolePause>false</ConsolePause> | |||
</PropertyGroup> | |||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' "> | |||
<Optimize>true</Optimize> | |||
<OutputPath>bin\Release</OutputPath> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
<ConsolePause>false</ConsolePause> | |||
<DefineConstants>NET_4_5</DefineConstants> | |||
</PropertyGroup> | |||
cin
|
r85 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU' "> | |
<DebugSymbols>true</DebugSymbols> | |||
<DebugType>full</DebugType> | |||
<Optimize>false</Optimize> | |||
<OutputPath>bin\Debug</OutputPath> | |||
<DefineConstants>TRACE;DEBUG;NET_4_5;MONO</DefineConstants> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
<RunCodeAnalysis>true</RunCodeAnalysis> | |||
<ConsolePause>false</ConsolePause> | |||
</PropertyGroup> | |||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU' "> | |||
<Optimize>true</Optimize> | |||
<OutputPath>bin\Release</OutputPath> | |||
<DefineConstants>NET_4_5;MONO;</DefineConstants> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
<ConsolePause>false</ConsolePause> | |||
</PropertyGroup> | |||
cin
|
r2 | <ItemGroup> | |
<Reference Include="System" /> | |||
cin
|
r67 | <Reference Include="System.Xml" /> | |
cin
|
r151 | <Reference Include="mscorlib" /> | |
cin
|
r2 | </ItemGroup> | |
<ItemGroup> | |||
cin
|
r55 | <Compile Include="CustomEqualityComparer.cs" /> | |
cin
|
r36 | <Compile Include="Diagnostics\ConsoleTraceListener.cs" /> | |
cin
|
r40 | <Compile Include="Diagnostics\EventText.cs" /> | |
cin
|
r36 | <Compile Include="Diagnostics\LogChannel.cs" /> | |
cin
|
r35 | <Compile Include="Diagnostics\LogicalOperation.cs" /> | |
cin
|
r40 | <Compile Include="Diagnostics\TextFileListener.cs" /> | |
cin
|
r36 | <Compile Include="Diagnostics\TraceLog.cs" /> | |
<Compile Include="Diagnostics\TraceEvent.cs" /> | |||
cin
|
r35 | <Compile Include="Diagnostics\TraceEventType.cs" /> | |
cin
|
r12 | <Compile Include="ICancellable.cs" /> | |
<Compile Include="IProgressHandler.cs" /> | |||
<Compile Include="IProgressNotifier.cs" /> | |||
cin
|
r66 | <Compile Include="IPromiseT.cs" /> | |
cin
|
r8 | <Compile Include="IPromise.cs" /> | |
cin
|
r40 | <Compile Include="IServiceLocator.cs" /> | |
cin
|
r12 | <Compile Include="ITaskController.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
|
r7 | <Compile Include="ProgressInitEventArgs.cs" /> | |
cin
|
r2 | <Compile Include="Properties\AssemblyInfo.cs" /> | |
cin
|
r11 | <Compile Include="Parallels\AsyncPool.cs" /> | |
cin
|
r2 | <Compile Include="Safe.cs" /> | |
cin
|
r7 | <Compile Include="ValueEventArgs.cs" /> | |
cin
|
r72 | <Compile Include="PromiseExtensions.cs" /> | |
<Compile Include="SyncContextPromise.cs" /> | |||
cin
|
r92 | <Compile Include="Diagnostics\OperationContext.cs" /> | |
<Compile Include="Diagnostics\TraceContext.cs" /> | |||
<Compile Include="Diagnostics\LogEventArgs.cs" /> | |||
<Compile Include="Diagnostics\LogEventArgsT.cs" /> | |||
<Compile Include="Diagnostics\Extensions.cs" /> | |||
cin
|
r104 | <Compile Include="PromiseEventType.cs" /> | |
cin
|
r119 | <Compile Include="Parallels\AsyncQueue.cs" /> | |
<Compile Include="PromiseT.cs" /> | |||
<Compile Include="IDeferred.cs" /> | |||
<Compile Include="IDeferredT.cs" /> | |||
<Compile Include="Promise.cs" /> | |||
<Compile Include="PromiseTransientException.cs" /> | |||
cin
|
r128 | <Compile Include="Parallels\Signal.cs" /> | |
cin
|
r129 | <Compile Include="Parallels\SharedLock.cs" /> | |
cin
|
r134 | <Compile Include="Diagnostics\ILogWriter.cs" /> | |
<Compile Include="Diagnostics\ListenerBase.cs" /> | |||
cin
|
r137 | <Compile Include="Parallels\BlockingQueue.cs" /> | |
cin
|
r144 | <Compile Include="AbstractEvent.cs" /> | |
<Compile Include="AbstractPromise.cs" /> | |||
<Compile Include="AbstractPromiseT.cs" /> | |||
<Compile Include="FuncTask.cs" /> | |||
<Compile Include="FuncTaskBase.cs" /> | |||
<Compile Include="FuncTaskT.cs" /> | |||
cin
|
r145 | <Compile Include="ActionChainTaskBase.cs" /> | |
<Compile Include="ActionChainTask.cs" /> | |||
<Compile Include="ActionChainTaskT.cs" /> | |||
<Compile Include="FuncChainTaskBase.cs" /> | |||
<Compile Include="FuncChainTask.cs" /> | |||
<Compile Include="FuncChainTaskT.cs" /> | |||
<Compile Include="ActionTaskBase.cs" /> | |||
<Compile Include="ActionTask.cs" /> | |||
<Compile Include="ActionTaskT.cs" /> | |||
<Compile Include="ICancellationToken.cs" /> | |||
<Compile Include="SuccessPromise.cs" /> | |||
<Compile Include="SuccessPromiseT.cs" /> | |||
cin
|
r151 | <Compile Include="PromiseAwaiterT.cs" /> | |
<Compile Include="PromiseAwaiter.cs" /> | |||
cin
|
r152 | <Compile Include="Components\ComponentContainer.cs" /> | |
<Compile Include="Components\Disposable.cs" /> | |||
<Compile Include="Components\DisposablePool.cs" /> | |||
<Compile Include="Components\ObjectPool.cs" /> | |||
<Compile Include="Components\ServiceLocator.cs" /> | |||
<Compile Include="Components\IInitializable.cs" /> | |||
<Compile Include="TaskController.cs" /> | |||
<Compile Include="Components\App.cs" /> | |||
<Compile Include="Components\IRunnable.cs" /> | |||
<Compile Include="Components\ExecutionState.cs" /> | |||
cin
|
r156 | <Compile Include="Components\RunnableComponent.cs" /> | |
<Compile Include="Components\IFactory.cs" /> | |||
cin
|
r162 | <Compile Include="Automaton\DFAStateDescriptor.cs" /> | |
<Compile Include="Automaton\EnumAlphabet.cs" /> | |||
<Compile Include="Automaton\IAlphabet.cs" /> | |||
<Compile Include="Automaton\ParserException.cs" /> | |||
<Compile Include="Automaton\Scanner.cs" /> | |||
<Compile Include="Automaton\IndexedAlphabetBase.cs" /> | |||
<Compile Include="Automaton\IAlphabetBuilder.cs" /> | |||
<Compile Include="Automaton\RegularExpressions\AltToken.cs" /> | |||
<Compile Include="Automaton\RegularExpressions\BinaryToken.cs" /> | |||
<Compile Include="Automaton\RegularExpressions\CatToken.cs" /> | |||
<Compile Include="Automaton\DFAConst.cs" /> | |||
<Compile Include="Automaton\RegularExpressions\Grammar.cs" /> | |||
<Compile Include="Automaton\RegularExpressions\StarToken.cs" /> | |||
<Compile Include="Automaton\RegularExpressions\SymbolToken.cs" /> | |||
<Compile Include="Automaton\RegularExpressions\EmptyToken.cs" /> | |||
<Compile Include="Automaton\RegularExpressions\EndToken.cs" /> | |||
<Compile Include="Automaton\RegularExpressions\Token.cs" /> | |||
<Compile Include="Automaton\RegularExpressions\IVisitor.cs" /> | |||
<Compile Include="Automaton\AutomatonTransition.cs" /> | |||
cin
|
r163 | <Compile Include="Automaton\RegularExpressions\RegularDFABuilder.cs" /> | |
<Compile Include="Formats\JSON\JSONElementContext.cs" /> | |||
<Compile Include="Formats\JSON\JSONElementType.cs" /> | |||
<Compile Include="Formats\JSON\JSONGrammar.cs" /> | |||
<Compile Include="Formats\JSON\JSONParser.cs" /> | |||
<Compile Include="Formats\JSON\JSONScanner.cs" /> | |||
<Compile Include="Formats\JSON\JsonTokenType.cs" /> | |||
<Compile Include="Formats\JSON\JSONWriter.cs" /> | |||
<Compile Include="Formats\JSON\JSONXmlReader.cs" /> | |||
<Compile Include="Formats\JSON\JSONXmlReaderOptions.cs" /> | |||
<Compile Include="Formats\JSON\StringTranslator.cs" /> | |||
<Compile Include="Automaton\MapAlphabet.cs" /> | |||
<Compile Include="Automaton\DummyAlphabet.cs" /> | |||
cin
|
r164 | <Compile Include="Automaton\RegularExpressions\RegularDFADefinition.cs" /> | |
<Compile Include="Formats\CharAlphabet.cs" /> | |||
<Compile Include="Formats\ByteAlphabet.cs" /> | |||
cin
|
r165 | <Compile Include="Formats\RegularCharDFADefinition.cs" /> | |
<Compile Include="Automaton\IDFATable.cs" /> | |||
<Compile Include="Automaton\IDFATableBuilder.cs" /> | |||
cin
|
r169 | <Compile Include="Automaton\DFATable.cs" /> | |
cin
|
r2 | </ItemGroup> | |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |||
cin
|
r11 | <ItemGroup /> | |
cin
|
r72 | <ProjectExtensions> | |
<MonoDevelop> | |||
<Properties> | |||
<Policies> | |||
<CSharpFormattingPolicy IndentSwitchBody="True" NamespaceBraceStyle="EndOfLine" ClassBraceStyle="EndOfLine" InterfaceBraceStyle="EndOfLine" StructBraceStyle="EndOfLine" EnumBraceStyle="EndOfLine" MethodBraceStyle="EndOfLine" ConstructorBraceStyle="EndOfLine" DestructorBraceStyle="EndOfLine" BeforeMethodDeclarationParentheses="False" BeforeMethodCallParentheses="False" BeforeConstructorDeclarationParentheses="False" NewLineBeforeConstructorInitializerColon="NewLine" NewLineAfterConstructorInitializerColon="SameLine" BeforeIndexerDeclarationBracket="False" BeforeDelegateDeclarationParentheses="False" NewParentheses="False" SpacesBeforeBrackets="False" inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" /> | |||
<TextStylePolicy FileWidth="120" EolMarker="Unix" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csharp" /> | |||
<DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="MSBuild" /> | |||
<TextStylePolicy FileWidth="120" TabsToSpaces="False" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="application/xml" /> | |||
<XmlFormattingPolicy inheritsSet="Mono" inheritsScope="application/xml" scope="application/xml" /> | |||
<TextStylePolicy FileWidth="120" TabsToSpaces="False" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/plain" /> | |||
<NameConventionPolicy> | |||
<Rules> | |||
<NamingRule Name="Namespaces" AffectedEntity="Namespace" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |||
<NamingRule Name="Types" AffectedEntity="Class, Struct, Enum, Delegate" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |||
<NamingRule Name="Interfaces" AffectedEntity="Interface" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |||
<RequiredPrefixes> | |||
<String>I</String> | |||
</RequiredPrefixes> | |||
</NamingRule> | |||
<NamingRule Name="Attributes" AffectedEntity="CustomAttributes" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |||
<RequiredSuffixes> | |||
<String>Attribute</String> | |||
</RequiredSuffixes> | |||
</NamingRule> | |||
<NamingRule Name="Event Arguments" AffectedEntity="CustomEventArgs" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |||
<RequiredSuffixes> | |||
<String>EventArgs</String> | |||
</RequiredSuffixes> | |||
</NamingRule> | |||
<NamingRule Name="Exceptions" AffectedEntity="CustomExceptions" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |||
<RequiredSuffixes> | |||
<String>Exception</String> | |||
</RequiredSuffixes> | |||
</NamingRule> | |||
<NamingRule Name="Methods" AffectedEntity="Methods" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |||
<NamingRule Name="Static Readonly Fields" AffectedEntity="ReadonlyField" VisibilityMask="Internal, Protected, Public" NamingStyle="CamelCase" IncludeInstanceMembers="False" IncludeStaticEntities="True" /> | |||
<NamingRule Name="Fields (Non Private)" AffectedEntity="Field" VisibilityMask="Internal, Public" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |||
<NamingRule Name="ReadOnly Fields (Non Private)" AffectedEntity="ReadonlyField" VisibilityMask="Internal, Public" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False" /> | |||
<NamingRule Name="Fields (Private)" AffectedEntity="Field, ReadonlyField" VisibilityMask="Private, Protected" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False"> | |||
<RequiredPrefixes> | |||
<String>m_</String> | |||
</RequiredPrefixes> | |||
</NamingRule> | |||
<NamingRule Name="Static Fields (Private)" AffectedEntity="Field" VisibilityMask="Private" NamingStyle="CamelCase" IncludeInstanceMembers="False" IncludeStaticEntities="True"> | |||
<RequiredPrefixes> | |||
<String>_</String> | |||
</RequiredPrefixes> | |||
</NamingRule> | |||
<NamingRule Name="ReadOnly Fields (Private)" AffectedEntity="ReadonlyField" VisibilityMask="Private, Protected" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False"> | |||
<RequiredPrefixes> | |||
<String>m_</String> | |||
</RequiredPrefixes> | |||
</NamingRule> | |||
<NamingRule Name="Constant Fields" AffectedEntity="ConstantField" VisibilityMask="VisibilityMask" NamingStyle="AllUpper" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |||
<NamingRule Name="Properties" AffectedEntity="Property" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |||
<NamingRule Name="Events" AffectedEntity="Event" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |||
<NamingRule Name="Enum Members" AffectedEntity="EnumMember" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |||
<NamingRule Name="Parameters" AffectedEntity="Parameter, LocalVariable" VisibilityMask="VisibilityMask" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |||
<NamingRule Name="Type Parameters" AffectedEntity="TypeParameter" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |||
<RequiredPrefixes> | |||
<String>T</String> | |||
</RequiredPrefixes> | |||
</NamingRule> | |||
</Rules> | |||
</NameConventionPolicy> | |||
</Policies> | |||
</Properties> | |||
</MonoDevelop> | |||
</ProjectExtensions> | |||
cin
|
r152 | <ItemGroup> | |
<Folder Include="Components\" /> | |||
cin
|
r162 | <Folder Include="Automaton\RegularExpressions\" /> | |
cin
|
r163 | <Folder Include="Formats\" /> | |
<Folder Include="Formats\JSON\" /> | |||
cin
|
r152 | </ItemGroup> | |
user@factory.site.local
|
r0 | </Project> |