Mercurial > pub > ImplabNet
comparison Implab.Fx/Implab.Fx.csproj @ 75:4439140706d0 v2
major refactoring, added tasks support
author | cin |
---|---|
date | Wed, 10 Sep 2014 11:17:37 +0400 |
parents | d67b95eddaf4 |
children | ec91a6dfa5b3 |
comparison
equal
deleted
inserted
replaced
74:c4140283575c | 75:4439140706d0 |
---|---|
21 <DefineConstants>DEBUG;TRACE</DefineConstants> | 21 <DefineConstants>DEBUG;TRACE</DefineConstants> |
22 <ErrorReport>prompt</ErrorReport> | 22 <ErrorReport>prompt</ErrorReport> |
23 <WarningLevel>4</WarningLevel> | 23 <WarningLevel>4</WarningLevel> |
24 </PropertyGroup> | 24 </PropertyGroup> |
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 <DebugType>pdbonly</DebugType> | |
27 <Optimize>true</Optimize> | |
28 <OutputPath>bin\Release\</OutputPath> | |
29 <DefineConstants>TRACE</DefineConstants> | |
30 <ErrorReport>prompt</ErrorReport> | |
31 <WarningLevel>4</WarningLevel> | |
32 </PropertyGroup> | |
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' "> | |
34 <DebugSymbols>true</DebugSymbols> | |
35 <DebugType>full</DebugType> | |
36 <Optimize>false</Optimize> | |
37 <OutputPath>bin\Debug\</OutputPath> | |
38 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
39 <ErrorReport>prompt</ErrorReport> | |
40 <WarningLevel>4</WarningLevel> | |
41 </PropertyGroup> | |
42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' "> | |
26 <DebugType>pdbonly</DebugType> | 43 <DebugType>pdbonly</DebugType> |
27 <Optimize>true</Optimize> | 44 <Optimize>true</Optimize> |
28 <OutputPath>bin\Release\</OutputPath> | 45 <OutputPath>bin\Release\</OutputPath> |
29 <DefineConstants>TRACE</DefineConstants> | 46 <DefineConstants>TRACE</DefineConstants> |
30 <ErrorReport>prompt</ErrorReport> | 47 <ErrorReport>prompt</ErrorReport> |