comparison Implab.Fx/Implab.Fx.csproj @ 192:f1da3afc3521 release v2.1

Слияние с v2
author cin
date Fri, 22 Apr 2016 13:10:34 +0300
parents 130781364799
children 5dc21f6a3222
comparison
equal deleted inserted replaced
71:1714fd8678ef 192:f1da3afc3521
8 <ProjectGuid>{06E706F8-6881-43EB-927E-FFC503AF6ABC}</ProjectGuid> 8 <ProjectGuid>{06E706F8-6881-43EB-927E-FFC503AF6ABC}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Implab.Fx</RootNamespace> 11 <RootNamespace>Implab.Fx</RootNamespace>
12 <AssemblyName>Implab.Fx</AssemblyName> 12 <AssemblyName>Implab.Fx</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment> 14 <FileAlignment>512</FileAlignment>
15 <ReleaseVersion>0.2</ReleaseVersion>
16 <TargetFrameworkProfile />
15 </PropertyGroup> 17 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols> 19 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType> 20 <DebugType>full</DebugType>
19 <Optimize>false</Optimize> 21 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath> 22 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport> 24 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel> 25 <WarningLevel>4</WarningLevel>
26 <Prefer32Bit>false</Prefer32Bit>
24 </PropertyGroup> 27 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType> 29 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize> 30 <Optimize>true</Optimize>
28 <OutputPath>bin\Release\</OutputPath> 31 <OutputPath>bin\Release\</OutputPath>
29 <DefineConstants>TRACE</DefineConstants> 32 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport> 33 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel> 34 <WarningLevel>4</WarningLevel>
35 <Prefer32Bit>false</Prefer32Bit>
36 </PropertyGroup>
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' ">
38 <DebugSymbols>true</DebugSymbols>
39 <DebugType>full</DebugType>
40 <Optimize>false</Optimize>
41 <OutputPath>bin\Debug\</OutputPath>
42 <DefineConstants>DEBUG;TRACE</DefineConstants>
43 <ErrorReport>prompt</ErrorReport>
44 <WarningLevel>4</WarningLevel>
45 <Prefer32Bit>false</Prefer32Bit>
46 </PropertyGroup>
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' ">
48 <DebugType>pdbonly</DebugType>
49 <Optimize>true</Optimize>
50 <OutputPath>bin\Release\</OutputPath>
51 <DefineConstants>TRACE</DefineConstants>
52 <ErrorReport>prompt</ErrorReport>
53 <WarningLevel>4</WarningLevel>
54 <Prefer32Bit>false</Prefer32Bit>
32 </PropertyGroup> 55 </PropertyGroup>
33 <ItemGroup> 56 <ItemGroup>
34 <Reference Include="System" /> 57 <Reference Include="System" />
35 <Reference Include="System.Core" /> 58 <Reference Include="System.Core" />
36 <Reference Include="System.Drawing" /> 59 <Reference Include="System.Drawing" />
44 <ItemGroup> 67 <ItemGroup>
45 <Compile Include="Animation.cs" /> 68 <Compile Include="Animation.cs" />
46 <Compile Include="AnimationHelpers.cs" /> 69 <Compile Include="AnimationHelpers.cs" />
47 <Compile Include="PromiseHelpers.cs" /> 70 <Compile Include="PromiseHelpers.cs" />
48 <Compile Include="Properties\AssemblyInfo.cs" /> 71 <Compile Include="Properties\AssemblyInfo.cs" />
72 <Compile Include="ControlBoundPromise.cs" />
49 </ItemGroup> 73 </ItemGroup>
50 <ItemGroup> 74 <ItemGroup>
51 <ProjectReference Include="..\Implab\Implab.csproj"> 75 <ProjectReference Include="..\Implab\Implab.csproj">
52 <Project>{99B95D0D-9CF9-4F70-8ADF-F4D0AA5CB0D9}</Project> 76 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project>
53 <Name>Implab</Name> 77 <Name>Implab</Name>
54 </ProjectReference> 78 </ProjectReference>
55 </ItemGroup> 79 </ItemGroup>
56 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 80 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
57 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 81 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.