2
|
1 <?xml version="1.0" encoding="utf-8"?>
|
|
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3 <PropertyGroup>
|
|
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
6 <ProductVersion>10.0.0</ProductVersion>
|
|
7 <SchemaVersion>2.0</SchemaVersion>
|
4
|
8 <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid>
|
2
|
9 <OutputType>Library</OutputType>
|
|
10 <RootNamespace>Implab</RootNamespace>
|
|
11 <AssemblyName>Implab</AssemblyName>
|
|
12 </PropertyGroup>
|
|
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
14 <DebugSymbols>true</DebugSymbols>
|
|
15 <DebugType>full</DebugType>
|
|
16 <Optimize>false</Optimize>
|
|
17 <OutputPath>bin\Debug</OutputPath>
|
35
|
18 <DefineConstants>TRACE;DEBUG;</DefineConstants>
|
2
|
19 <ErrorReport>prompt</ErrorReport>
|
|
20 <WarningLevel>4</WarningLevel>
|
|
21 <ConsolePause>false</ConsolePause>
|
|
22 </PropertyGroup>
|
|
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
24 <DebugType>full</DebugType>
|
|
25 <Optimize>true</Optimize>
|
|
26 <OutputPath>bin\Release</OutputPath>
|
|
27 <ErrorReport>prompt</ErrorReport>
|
|
28 <WarningLevel>4</WarningLevel>
|
|
29 <ConsolePause>false</ConsolePause>
|
|
30 </PropertyGroup>
|
|
31 <ItemGroup>
|
|
32 <Reference Include="System" />
|
|
33 </ItemGroup>
|
|
34 <ItemGroup>
|
40
|
35 <Compile Include="Component.cs" />
|
36
|
36 <Compile Include="Diagnostics\ConsoleTraceListener.cs" />
|
40
|
37 <Compile Include="Diagnostics\EventText.cs" />
|
|
38 <Compile Include="Diagnostics\IEventTextFormatter.cs" />
|
36
|
39 <Compile Include="Diagnostics\LogChannel.cs" />
|
35
|
40 <Compile Include="Diagnostics\LogicalOperation.cs" />
|
40
|
41 <Compile Include="Diagnostics\TextFileListener.cs" />
|
|
42 <Compile Include="Diagnostics\TextListenerBase.cs" />
|
36
|
43 <Compile Include="Diagnostics\TraceLog.cs" />
|
|
44 <Compile Include="Diagnostics\TraceContext.cs" />
|
|
45 <Compile Include="Diagnostics\TraceEvent.cs" />
|
35
|
46 <Compile Include="Diagnostics\TraceEventType.cs" />
|
40
|
47 <Compile Include="Disposable.cs" />
|
12
|
48 <Compile Include="ICancellable.cs" />
|
|
49 <Compile Include="IProgressHandler.cs" />
|
|
50 <Compile Include="IProgressNotifier.cs" />
|
8
|
51 <Compile Include="IPromise.cs" />
|
25
|
52 <Compile Include="IPromiseBase.cs" />
|
40
|
53 <Compile Include="IServiceLocator.cs" />
|
12
|
54 <Compile Include="ITaskController.cs" />
|
15
|
55 <Compile Include="Parallels\DispatchPool.cs" />
|
|
56 <Compile Include="Parallels\ArrayTraits.cs" />
|
14
|
57 <Compile Include="Parallels\MTQueue.cs" />
|
12
|
58 <Compile Include="Parallels\WorkerPool.cs" />
|
40
|
59 <Compile Include="ServiceLocator.cs" />
|
7
|
60 <Compile Include="TaskController.cs" />
|
|
61 <Compile Include="ProgressInitEventArgs.cs" />
|
2
|
62 <Compile Include="Properties\AssemblyInfo.cs" />
|
|
63 <Compile Include="Promise.cs" />
|
11
|
64 <Compile Include="Parallels\AsyncPool.cs" />
|
2
|
65 <Compile Include="Safe.cs" />
|
7
|
66 <Compile Include="ValueEventArgs.cs" />
|
2
|
67 </ItemGroup>
|
|
68 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
11
|
69 <ItemGroup />
|
0
|
70 </Project> |