comparison Implab/Implab.csproj @ 85:abe260860bd6 v2

fixed JSONXmlReader disposing under ugly mono ObjectPool is made abstract
author cin
date Tue, 30 Sep 2014 16:05:35 +0400
parents 0363407ee75c
children cdaaf4792c22
comparison
equal deleted inserted replaced
84:34bb2f32634d 85:abe260860bd6
43 <OutputPath>bin\Release</OutputPath> 43 <OutputPath>bin\Release</OutputPath>
44 <ErrorReport>prompt</ErrorReport> 44 <ErrorReport>prompt</ErrorReport>
45 <WarningLevel>4</WarningLevel> 45 <WarningLevel>4</WarningLevel>
46 <ConsolePause>false</ConsolePause> 46 <ConsolePause>false</ConsolePause>
47 <DefineConstants>NET_4_5</DefineConstants> 47 <DefineConstants>NET_4_5</DefineConstants>
48 </PropertyGroup>
49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU' ">
50 <DebugSymbols>true</DebugSymbols>
51 <DebugType>full</DebugType>
52 <Optimize>false</Optimize>
53 <OutputPath>bin\Debug</OutputPath>
54 <DefineConstants>TRACE;DEBUG;NET_4_5;MONO</DefineConstants>
55 <ErrorReport>prompt</ErrorReport>
56 <WarningLevel>4</WarningLevel>
57 <RunCodeAnalysis>true</RunCodeAnalysis>
58 <ConsolePause>false</ConsolePause>
59 </PropertyGroup>
60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU' ">
61 <Optimize>true</Optimize>
62 <OutputPath>bin\Release</OutputPath>
63 <DefineConstants>NET_4_5;MONO;</DefineConstants>
64 <ErrorReport>prompt</ErrorReport>
65 <WarningLevel>4</WarningLevel>
66 <ConsolePause>false</ConsolePause>
48 </PropertyGroup> 67 </PropertyGroup>
49 <ItemGroup> 68 <ItemGroup>
50 <Reference Include="System" /> 69 <Reference Include="System" />
51 <Reference Include="System.Xml" /> 70 <Reference Include="System.Xml" />
52 </ItemGroup> 71 </ItemGroup>