Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 35:2880242f987a diagnostics
initial log capabilities
author | cin |
---|---|
date | Mon, 14 Apr 2014 18:25:26 +0400 |
parents | 9bf5b23650c9 |
children | 313f708a50e9 |
comparison
equal
deleted
inserted
replaced
34:dabf79fde388 | 35:2880242f987a |
---|---|
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
14 <DebugSymbols>true</DebugSymbols> | 14 <DebugSymbols>true</DebugSymbols> |
15 <DebugType>full</DebugType> | 15 <DebugType>full</DebugType> |
16 <Optimize>false</Optimize> | 16 <Optimize>false</Optimize> |
17 <OutputPath>bin\Debug</OutputPath> | 17 <OutputPath>bin\Debug</OutputPath> |
18 <DefineConstants>DEBUG;</DefineConstants> | 18 <DefineConstants>TRACE;DEBUG;</DefineConstants> |
19 <ErrorReport>prompt</ErrorReport> | 19 <ErrorReport>prompt</ErrorReport> |
20 <WarningLevel>4</WarningLevel> | 20 <WarningLevel>4</WarningLevel> |
21 <ConsolePause>false</ConsolePause> | 21 <ConsolePause>false</ConsolePause> |
22 </PropertyGroup> | 22 </PropertyGroup> |
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
30 </PropertyGroup> | 30 </PropertyGroup> |
31 <ItemGroup> | 31 <ItemGroup> |
32 <Reference Include="System" /> | 32 <Reference Include="System" /> |
33 </ItemGroup> | 33 </ItemGroup> |
34 <ItemGroup> | 34 <ItemGroup> |
35 <Compile Include="Diagnostics\IEventListener.cs" /> | |
36 <Compile Include="Diagnostics\LogicalOperation.cs" /> | |
37 <Compile Include="Diagnostics\Log.cs" /> | |
38 <Compile Include="Diagnostics\LogContext.cs" /> | |
39 <Compile Include="Diagnostics\TraceEventType.cs" /> | |
35 <Compile Include="ICancellable.cs" /> | 40 <Compile Include="ICancellable.cs" /> |
36 <Compile Include="IProgressHandler.cs" /> | 41 <Compile Include="IProgressHandler.cs" /> |
37 <Compile Include="IProgressNotifier.cs" /> | 42 <Compile Include="IProgressNotifier.cs" /> |
38 <Compile Include="IPromise.cs" /> | 43 <Compile Include="IPromise.cs" /> |
39 <Compile Include="IPromiseBase.cs" /> | 44 <Compile Include="IPromiseBase.cs" /> |
41 <Compile Include="ManagedPromise.cs" /> | 46 <Compile Include="ManagedPromise.cs" /> |
42 <Compile Include="Parallels\DispatchPool.cs" /> | 47 <Compile Include="Parallels\DispatchPool.cs" /> |
43 <Compile Include="Parallels\ArrayTraits.cs" /> | 48 <Compile Include="Parallels\ArrayTraits.cs" /> |
44 <Compile Include="Parallels\MTQueue.cs" /> | 49 <Compile Include="Parallels\MTQueue.cs" /> |
45 <Compile Include="Parallels\WorkerPool.cs" /> | 50 <Compile Include="Parallels\WorkerPool.cs" /> |
46 <Compile Include="PromiseState.cs" /> | |
47 <Compile Include="TaskController.cs" /> | 51 <Compile Include="TaskController.cs" /> |
48 <Compile Include="ProgressInitEventArgs.cs" /> | 52 <Compile Include="ProgressInitEventArgs.cs" /> |
49 <Compile Include="Properties\AssemblyInfo.cs" /> | 53 <Compile Include="Properties\AssemblyInfo.cs" /> |
50 <Compile Include="Promise.cs" /> | 54 <Compile Include="Promise.cs" /> |
51 <Compile Include="Parallels\AsyncPool.cs" /> | 55 <Compile Include="Parallels\AsyncPool.cs" /> |