33 <PropertyGroup >
44 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
55 <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6- <ProductVersion >8.0.30703</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
86 <ProjectGuid >{24FC1A2A-0BC3-43A7-9BFE-B628C2C4A307}</ProjectGuid >
97 <OutputType >Library</OutputType >
108 <AppDesignerFolder >Properties</AppDesignerFolder >
119 <RootNamespace >AustinHarris.JsonRpc</RootNamespace >
1210 <AssemblyName >AustinHarris.JsonRpc</AssemblyName >
13- <TargetFrameworkVersion >v4.0 </TargetFrameworkVersion >
11+ <TargetFrameworkVersion >v4.5 </TargetFrameworkVersion >
1412 <TargetFrameworkProfile >
1513 </TargetFrameworkProfile >
1614 <FileAlignment >512</FileAlignment >
4240 <WarningLevel >4</WarningLevel >
4341 <Prefer32Bit >false</Prefer32Bit >
4442 </PropertyGroup >
45- <PropertyGroup >
46- <StartupObject />
47- </PropertyGroup >
4843 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" >
4944 <PlatformTarget >AnyCPU</PlatformTarget >
5045 <OutputPath >bin\Debug\</OutputPath >
5146 <DefineConstants >TRACE;DEBUG</DefineConstants >
47+ <WarningLevel >4</WarningLevel >
48+ <Optimize >false</Optimize >
5249 </PropertyGroup >
5350 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'" >
5451 <PlatformTarget >AnyCPU</PlatformTarget >
5552 <OutputPath >bin\Release\</OutputPath >
53+ <WarningLevel >4</WarningLevel >
54+ <Optimize >false</Optimize >
5655 </PropertyGroup >
5756 <ItemGroup >
5857 <Compile Include =" Attributes.cs" />
7170 <Compile Include =" SMDService.cs" />
7271 </ItemGroup >
7372 <ItemGroup >
73+ <Reference Include =" System" />
7474 <Reference Include =" Newtonsoft.Json" >
75- <HintPath >..\packages\Newtonsoft.Json.6.0.5\lib\net40\Newtonsoft.Json.dll</HintPath >
76- <Private >True</Private >
75+ <HintPath >..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
7776 </Reference >
78- <Reference Include =" System" />
79- </ItemGroup >
80- <ItemGroup >
81- <None Include =" packages.config" />
8277 </ItemGroup >
8378 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8479 <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
9590 <Target Name="AfterBuild">
9691 </Target>
9792 -->
93+ <ItemGroup >
94+ <None Include =" packages.config" />
95+ </ItemGroup >
9896</Project >
0 commit comments