Update jsonrpc4net
[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     <ProjectGuid>{0C624E8F-9C80-457F-A7D1-39FA29E23F79}</ProjectGuid>
7     <OutputType>Library</OutputType>
8     <RootNamespace>GumartinM.JsonRPC4NET</RootNamespace>
9     <Description>Dirty implementation of JSON RPC. Just trying to learn how
10 to use C#.</Description>
11     <ReleaseVersion>1.0</ReleaseVersion>
12     <SynchReleaseVersion>false</SynchReleaseVersion>
13     <AssemblyName>jsonrpc4net</AssemblyName>
14     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
17     <Optimize>true</Optimize>
18     <OutputPath>bin\Release</OutputPath>
19     <ErrorReport>prompt</ErrorReport>
20     <WarningLevel>4</WarningLevel>
21     <ConsolePause>false</ConsolePause>
22     <DocumentationFile>bin\Release\jsonrpc4net.xml</DocumentationFile>
23   </PropertyGroup>
24   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
25     <DebugSymbols>true</DebugSymbols>
26     <Optimize>false</Optimize>
27     <OutputPath>bin\Debug</OutputPath>
28     <DefineConstants>DEBUG;</DefineConstants>
29     <WarningLevel>4</WarningLevel>
30     <DocumentationFile>bin\Debug\jsonrpc4net.xml</DocumentationFile>
31   </PropertyGroup>
32   <ItemGroup>
33     <Reference Include="System" />
34     <Reference Include="NLog">
35       <HintPath>..\packages\NLog.3.1.0.0\lib\net45\NLog.dll</HintPath>
36     </Reference>
37     <Reference Include="System.Net.Http" />
38     <Reference Include="Newtonsoft.Json">
39       <HintPath>..\packages\Newtonsoft.Json.6.0.7\lib\net45\Newtonsoft.Json.dll</HintPath>
40     </Reference>
41   </ItemGroup>
42   <ItemGroup>
43     <Compile Include="Properties\AssemblyInfo.cs" />
44     <Compile Include="JsonRpcHttpAsyncClient.cs" />
45     <Compile Include="ExceptionResolver.cs" />
46     <Compile Include="JsonRpcClientException.cs" />
47   </ItemGroup>
48   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
49   <Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
50   <ItemGroup>
51     <None Include="packages.config" />
52   </ItemGroup>
53 </Project>