annotate Implab.Fx/Implab.Fx.csproj @ 127:d86da8d2d4c3 v2

fixed AsyncQueue iterator
author cin
date Tue, 27 Jan 2015 18:18:29 +0300
parents 4439140706d0
children ec91a6dfa5b3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
3 <PropertyGroup>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
6 <ProductVersion>8.0.30703</ProductVersion>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
7 <SchemaVersion>2.0</SchemaVersion>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
8 <ProjectGuid>{06E706F8-6881-43EB-927E-FFC503AF6ABC}</ProjectGuid>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
9 <OutputType>Library</OutputType>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
10 <AppDesignerFolder>Properties</AppDesignerFolder>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
11 <RootNamespace>Implab.Fx</RootNamespace>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
12 <AssemblyName>Implab.Fx</AssemblyName>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
14 <FileAlignment>512</FileAlignment>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
15 </PropertyGroup>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
17 <DebugSymbols>true</DebugSymbols>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
18 <DebugType>full</DebugType>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
19 <Optimize>false</Optimize>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
20 <OutputPath>bin\Debug\</OutputPath>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
22 <ErrorReport>prompt</ErrorReport>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
23 <WarningLevel>4</WarningLevel>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
24 </PropertyGroup>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
26 <DebugType>pdbonly</DebugType>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
27 <Optimize>true</Optimize>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
28 <OutputPath>bin\Release\</OutputPath>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
29 <DefineConstants>TRACE</DefineConstants>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
30 <ErrorReport>prompt</ErrorReport>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
31 <WarningLevel>4</WarningLevel>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
32 </PropertyGroup>
75
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' ">
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
34 <DebugSymbols>true</DebugSymbols>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
35 <DebugType>full</DebugType>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
36 <Optimize>false</Optimize>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
37 <OutputPath>bin\Debug\</OutputPath>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
38 <DefineConstants>DEBUG;TRACE</DefineConstants>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
39 <ErrorReport>prompt</ErrorReport>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
40 <WarningLevel>4</WarningLevel>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
41 </PropertyGroup>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' ">
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
43 <DebugType>pdbonly</DebugType>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
44 <Optimize>true</Optimize>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
45 <OutputPath>bin\Release\</OutputPath>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
46 <DefineConstants>TRACE</DefineConstants>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
47 <ErrorReport>prompt</ErrorReport>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
48 <WarningLevel>4</WarningLevel>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
49 </PropertyGroup>
3
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
50 <ItemGroup>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
51 <Reference Include="System" />
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
52 <Reference Include="System.Core" />
5
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents: 4
diff changeset
53 <Reference Include="System.Drawing" />
3
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
54 <Reference Include="System.Windows.Forms" />
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
55 <Reference Include="System.Xml.Linq" />
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
56 <Reference Include="System.Data.DataSetExtensions" />
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
57 <Reference Include="Microsoft.CSharp" />
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
58 <Reference Include="System.Data" />
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
59 <Reference Include="System.Xml" />
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
60 </ItemGroup>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
61 <ItemGroup>
4
381095ad0a69 Implab.Fx: implemented animation object
cin
parents: 3
diff changeset
62 <Compile Include="Animation.cs" />
381095ad0a69 Implab.Fx: implemented animation object
cin
parents: 3
diff changeset
63 <Compile Include="AnimationHelpers.cs" />
381095ad0a69 Implab.Fx: implemented animation object
cin
parents: 3
diff changeset
64 <Compile Include="PromiseHelpers.cs" />
3
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
65 <Compile Include="Properties\AssemblyInfo.cs" />
72
d67b95eddaf4 promises refactoring
cin
parents: 5
diff changeset
66 <Compile Include="ControlBoundPromise.cs" />
3
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
67 </ItemGroup>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
68 <ItemGroup>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
69 <ProjectReference Include="..\Implab\Implab.csproj">
72
d67b95eddaf4 promises refactoring
cin
parents: 5
diff changeset
70 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project>
3
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
71 <Name>Implab</Name>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
72 </ProjectReference>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
73 </ItemGroup>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
74 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
75 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
76 Other similar extension points exist, see Microsoft.Common.targets.
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
77 <Target Name="BeforeBuild">
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
78 </Target>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
79 <Target Name="AfterBuild">
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
80 </Target>
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
81 -->
1e9583086e99 Added Impl.Fx
cin
parents:
diff changeset
82 </Project>