annotate Implab.Diagnostics.Interactive/Implab.Diagnostics.Interactive.csproj @ 196:40d7fed4a09e

fixed promise chaining behavior, the error handler doesn't handle result or cancellation handlers exceptions these exceptions are propagated to the next handlers.
author cin
date Mon, 29 Aug 2016 23:15:51 +0300
parents b4c2454d208e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
4 <PropertyGroup>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
7 <ProjectGuid>{1DB7DB0C-8AA9-484B-A681-33AE94038391}</ProjectGuid>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
8 <OutputType>Library</OutputType>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
9 <AppDesignerFolder>Properties</AppDesignerFolder>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
10 <RootNamespace>Implab.Diagnostics.Interactive</RootNamespace>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
11 <AssemblyName>Implab.Diagnostics.Interactive</AssemblyName>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
13 <FileAlignment>512</FileAlignment>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
14 </PropertyGroup>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
16 <DebugSymbols>true</DebugSymbols>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
17 <DebugType>full</DebugType>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
18 <Optimize>false</Optimize>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
19 <OutputPath>bin\Debug\</OutputPath>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
20 <DefineConstants>DEBUG;TRACE</DefineConstants>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
21 <ErrorReport>prompt</ErrorReport>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
22 <WarningLevel>4</WarningLevel>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
23 </PropertyGroup>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
25 <DebugType>pdbonly</DebugType>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
26 <Optimize>true</Optimize>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
27 <OutputPath>bin\Release\</OutputPath>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
28 <DefineConstants>TRACE</DefineConstants>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
29 <ErrorReport>prompt</ErrorReport>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
30 <WarningLevel>4</WarningLevel>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
31 </PropertyGroup>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
32 <ItemGroup>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
33 <Reference Include="System" />
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
34 <Reference Include="System.Core" />
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
35 <Reference Include="System.Drawing" />
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
36 <Reference Include="System.Windows.Forms" />
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
37 <Reference Include="System.Xml.Linq" />
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
38 <Reference Include="System.Data.DataSetExtensions" />
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
39 <Reference Include="Microsoft.CSharp" />
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
40 <Reference Include="System.Data" />
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
41 <Reference Include="System.Xml" />
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
42 </ItemGroup>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
43 <ItemGroup>
47
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
44 <Compile Include="InteractiveListener.cs" />
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
45 <Compile Include="Properties\AssemblyInfo.cs" />
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
46 <Compile Include="TextStyle.cs" />
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
47 <Compile Include="TraceForm.cs">
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
48 <SubType>Form</SubType>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
49 </Compile>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
50 <Compile Include="TraceForm.Designer.cs">
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
51 <DependentUpon>TraceForm.cs</DependentUpon>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
52 </Compile>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
53 <Compile Include="TraceViewItem.cs" />
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
54 </ItemGroup>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
55 <ItemGroup>
47
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
56 <ProjectReference Include="..\Implab\Implab.csproj">
67
cin
parents: 47
diff changeset
57 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project>
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
58 <Name>Implab</Name>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
59 </ProjectReference>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
60 </ItemGroup>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
61 <ItemGroup>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
62 <EmbeddedResource Include="TraceForm.resx">
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
63 <DependentUpon>TraceForm.cs</DependentUpon>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
64 </EmbeddedResource>
47
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
65 </ItemGroup>
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
66 <ItemGroup>
b181f7bcb259 refactoring, interactive tarce log almost complete
cin
parents: 45
diff changeset
67 <None Include="Properties\DataSources\TraceViewItem.datasource" />
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
68 </ItemGroup>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
69 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
70 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
71 Other similar extension points exist, see Microsoft.Common.targets.
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
72 <Target Name="BeforeBuild">
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
73 </Target>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
74 <Target Name="AfterBuild">
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
75 </Target>
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
76 -->
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
77 </Project>