comparison Implab/Implab.csproj @ 75:4439140706d0 v2

major refactoring, added tasks support
author cin
date Wed, 10 Sep 2014 11:17:37 +0400
parents d67b95eddaf4
children 05f74c39a143
comparison
equal deleted inserted replaced
74:c4140283575c 75:4439140706d0
26 <Optimize>true</Optimize> 26 <Optimize>true</Optimize>
27 <OutputPath>bin\Release</OutputPath> 27 <OutputPath>bin\Release</OutputPath>
28 <ErrorReport>prompt</ErrorReport> 28 <ErrorReport>prompt</ErrorReport>
29 <WarningLevel>4</WarningLevel> 29 <WarningLevel>4</WarningLevel>
30 <ConsolePause>false</ConsolePause> 30 <ConsolePause>false</ConsolePause>
31 </PropertyGroup>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' ">
33 <DebugSymbols>true</DebugSymbols>
34 <DebugType>full</DebugType>
35 <Optimize>false</Optimize>
36 <OutputPath>bin\Debug</OutputPath>
37 <DefineConstants>TRACE;DEBUG;NET_4_5</DefineConstants>
38 <ErrorReport>prompt</ErrorReport>
39 <WarningLevel>4</WarningLevel>
40 <RunCodeAnalysis>true</RunCodeAnalysis>
41 <ConsolePause>false</ConsolePause>
42 </PropertyGroup>
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' ">
44 <Optimize>true</Optimize>
45 <OutputPath>bin\Release</OutputPath>
46 <ErrorReport>prompt</ErrorReport>
47 <WarningLevel>4</WarningLevel>
48 <ConsolePause>false</ConsolePause>
49 <DefineConstants>NET_4_5</DefineConstants>
31 </PropertyGroup> 50 </PropertyGroup>
32 <ItemGroup> 51 <ItemGroup>
33 <Reference Include="System" /> 52 <Reference Include="System" />
34 <Reference Include="System.Xml" /> 53 <Reference Include="System.Xml" />
35 </ItemGroup> 54 </ItemGroup>