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