37f655b650c98ebacb9c4319f911dde294c1432d
[CSharpForFun/.git] / jsonrpc4net / jsonrpc4net / jsonrpc4net.MonoDevelop.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>12.0.0</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{0C624E8F-9C80-457F-A7D1-39FA29E23F79}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <RootNamespace>GumartinM.JsonRPC4NET</RootNamespace>
11     <AssemblyName>jsonrpc4net</AssemblyName>
12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13     <Description>Dirty implementation of JSON RPC. Just trying to learn how
14 to use C#.</Description>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>bin\Debug</OutputPath>
21     <DefineConstants>DEBUG;</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24     <ConsolePause>false</ConsolePause>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27     <DebugType>full</DebugType>
28     <Optimize>true</Optimize>
29     <OutputPath>bin\Release</OutputPath>
30     <ErrorReport>prompt</ErrorReport>
31     <WarningLevel>4</WarningLevel>
32     <ConsolePause>false</ConsolePause>
33   </PropertyGroup>
34   <ItemGroup>
35     <Reference Include="System" />
36     <Reference Include="System.Net.Http">
37       <HintPath>..\..\..\..\..\..\..\usr\mymono\lib\mono\4.5\System.Net.Http.dll</HintPath>
38     </Reference>
39     <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=c7439020c8fedf87">
40       <Package>monodevelop</Package>
41     </Reference>
42     <Reference Include="NLog">
43       <HintPath>..\..\ThirdParty\Libs\NLog\net45\NLog.dll</HintPath>
44     </Reference>
45   </ItemGroup>
46   <ItemGroup>
47     <Compile Include="Properties\AssemblyInfo.cs" />
48     <Compile Include="JsonRpcHttpAsyncClient.cs" />
49     <Compile Include="ExceptionResolver.cs" />
50     <Compile Include="JsonRpcClientException.cs" />
51   </ItemGroup>
52   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
53 </Project>