1+ <<<<<<< HEAD
12<?xml version =" 1.0" encoding =" utf-8" ?>
3+ =======
4+ <?xml version =" 1.0" encoding =" utf-8" ?>
5+ >>>>>>> c0a6d05741c6197a3ffaccbe2ee414b049d7d7d1
26<Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
37 <PropertyGroup >
48 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
812 <RootNamespace >AustinHarris.JsonRpcTestN</RootNamespace >
913 <AssemblyName >AustinHarris.JsonRpcTestN</AssemblyName >
1014 <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
15+ <<<<<<< HEAD
1116 <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
1217 <RestorePackages >true</RestorePackages >
18+ =======
19+ >>>>>>> c0a6d05741c6197a3ffaccbe2ee414b049d7d7d1
1320 </PropertyGroup >
1421 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1522 <DebugSymbols >true</DebugSymbols >
3037 <ConsolePause >false</ConsolePause >
3138 </PropertyGroup >
3239 <ItemGroup >
40+ <<<<<<< HEAD
3341 <Reference Include =" Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
3442 <HintPath >..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath >
3543 <Private >True</Private >
3947 <Private >True</Private >
4048 </Reference >
4149 <Reference Include =" System" />
50+ =======
51+ <Reference Include =" System" />
52+ <Reference Include =" Newtonsoft.Json" >
53+ <HintPath >..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
54+ </Reference >
55+ <Reference Include =" nunit.framework" >
56+ <HintPath >..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath >
57+ </Reference >
58+ >>>>>>> c0a6d05741c6197a3ffaccbe2ee414b049d7d7d1
4259 </ItemGroup >
4360 <ItemGroup >
4461 <Compile Include =" Test.cs" />
5471 <Name >AustinHarris.JsonRpc</Name >
5572 </ProjectReference >
5673 </ItemGroup >
74+ <<<<<<< HEAD
5775 <ItemGroup >
5876 <Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
5977 </ItemGroup >
6482 </PropertyGroup >
6583 <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
6684 </Target >
85+ =======
86+ >>>>>>> c0a6d05741c6197a3ffaccbe2ee414b049d7d7d1
6787</Project >
0 commit comments