annotate Implab/Implab.csproj @ 8:849075f49d5c promises

sync
author cin
date Fri, 01 Nov 2013 16:03:52 +0400
parents 7ea9363fef6c
children 6ec82bf68c8e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
aa367305156b small fixes
cin
parents: 0
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
aa367305156b small fixes
cin
parents: 0
diff changeset
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
aa367305156b small fixes
cin
parents: 0
diff changeset
3 <PropertyGroup>
aa367305156b small fixes
cin
parents: 0
diff changeset
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
aa367305156b small fixes
cin
parents: 0
diff changeset
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
aa367305156b small fixes
cin
parents: 0
diff changeset
6 <ProductVersion>10.0.0</ProductVersion>
aa367305156b small fixes
cin
parents: 0
diff changeset
7 <SchemaVersion>2.0</SchemaVersion>
4
381095ad0a69 Implab.Fx: implemented animation object
cin
parents: 2
diff changeset
8 <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid>
2
aa367305156b small fixes
cin
parents: 0
diff changeset
9 <OutputType>Library</OutputType>
aa367305156b small fixes
cin
parents: 0
diff changeset
10 <RootNamespace>Implab</RootNamespace>
aa367305156b small fixes
cin
parents: 0
diff changeset
11 <AssemblyName>Implab</AssemblyName>
aa367305156b small fixes
cin
parents: 0
diff changeset
12 </PropertyGroup>
aa367305156b small fixes
cin
parents: 0
diff changeset
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
aa367305156b small fixes
cin
parents: 0
diff changeset
14 <DebugSymbols>true</DebugSymbols>
aa367305156b small fixes
cin
parents: 0
diff changeset
15 <DebugType>full</DebugType>
aa367305156b small fixes
cin
parents: 0
diff changeset
16 <Optimize>false</Optimize>
aa367305156b small fixes
cin
parents: 0
diff changeset
17 <OutputPath>bin\Debug</OutputPath>
aa367305156b small fixes
cin
parents: 0
diff changeset
18 <DefineConstants>DEBUG;</DefineConstants>
aa367305156b small fixes
cin
parents: 0
diff changeset
19 <ErrorReport>prompt</ErrorReport>
aa367305156b small fixes
cin
parents: 0
diff changeset
20 <WarningLevel>4</WarningLevel>
aa367305156b small fixes
cin
parents: 0
diff changeset
21 <ConsolePause>false</ConsolePause>
aa367305156b small fixes
cin
parents: 0
diff changeset
22 </PropertyGroup>
aa367305156b small fixes
cin
parents: 0
diff changeset
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
aa367305156b small fixes
cin
parents: 0
diff changeset
24 <DebugType>full</DebugType>
aa367305156b small fixes
cin
parents: 0
diff changeset
25 <Optimize>true</Optimize>
aa367305156b small fixes
cin
parents: 0
diff changeset
26 <OutputPath>bin\Release</OutputPath>
aa367305156b small fixes
cin
parents: 0
diff changeset
27 <ErrorReport>prompt</ErrorReport>
aa367305156b small fixes
cin
parents: 0
diff changeset
28 <WarningLevel>4</WarningLevel>
aa367305156b small fixes
cin
parents: 0
diff changeset
29 <ConsolePause>false</ConsolePause>
aa367305156b small fixes
cin
parents: 0
diff changeset
30 </PropertyGroup>
aa367305156b small fixes
cin
parents: 0
diff changeset
31 <ItemGroup>
aa367305156b small fixes
cin
parents: 0
diff changeset
32 <Reference Include="System" />
aa367305156b small fixes
cin
parents: 0
diff changeset
33 </ItemGroup>
aa367305156b small fixes
cin
parents: 0
diff changeset
34 <ItemGroup>
8
cin
parents: 7
diff changeset
35 <Compile Include="IPromise.cs" />
cin
parents: 7
diff changeset
36 <Compile Include="PromiseState.cs" />
7
7ea9363fef6c inital progress handling
cin
parents: 4
diff changeset
37 <Compile Include="TaskController.cs" />
7ea9363fef6c inital progress handling
cin
parents: 4
diff changeset
38 <Compile Include="ProgressInitEventArgs.cs" />
2
aa367305156b small fixes
cin
parents: 0
diff changeset
39 <Compile Include="Properties\AssemblyInfo.cs" />
aa367305156b small fixes
cin
parents: 0
diff changeset
40 <Compile Include="Promise.cs" />
aa367305156b small fixes
cin
parents: 0
diff changeset
41 <Compile Include="AsyncPool.cs" />
aa367305156b small fixes
cin
parents: 0
diff changeset
42 <Compile Include="Safe.cs" />
7
7ea9363fef6c inital progress handling
cin
parents: 4
diff changeset
43 <Compile Include="ValueEventArgs.cs" />
2
aa367305156b small fixes
cin
parents: 0
diff changeset
44 </ItemGroup>
aa367305156b small fixes
cin
parents: 0
diff changeset
45 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
aa367305156b small fixes
cin
parents: 0
diff changeset
46 <ItemGroup>
aa367305156b small fixes
cin
parents: 0
diff changeset
47 <Folder Include="Parallels\" />
aa367305156b small fixes
cin
parents: 0
diff changeset
48 </ItemGroup>
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
49 </Project>