1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4- <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{E86C985A-ECB3-4065-98C3-CBB2039C7170}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >WebApiContrib.Formatting. CollectionJson.Client</RootNamespace >
11- <AssemblyName >WebApiContrib.Formatting. CollectionJson.Client</AssemblyName >
12- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13- <TargetFrameworkProfile >Profile78</TargetFrameworkProfile >
14- <FileAlignment >512</FileAlignment >
15- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
16- <RestorePackages >true</RestorePackages >
17- <ProjectTypeGuids >{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
18- <MinimumVisualStudioVersion >10.0</MinimumVisualStudioVersion >
19- </PropertyGroup >
20- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21- <DebugSymbols >true</DebugSymbols >
22- <DebugType >full</DebugType >
23- <Optimize >false</Optimize >
24- <OutputPath >bin\Debug\</OutputPath >
25- <DefineConstants >DEBUG;TRACE</DefineConstants >
26- <ErrorReport >prompt</ErrorReport >
27- <WarningLevel >4</WarningLevel >
28- <Prefer32Bit >false</Prefer32Bit >
29- </PropertyGroup >
30- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
31- <DebugType >pdbonly</DebugType >
32- <Optimize >true</Optimize >
33- <OutputPath >bin\Release\</OutputPath >
34- <DefineConstants >TRACE</DefineConstants >
35- <ErrorReport >prompt</ErrorReport >
36- <WarningLevel >4</WarningLevel >
37- <Prefer32Bit >false</Prefer32Bit >
38- </PropertyGroup >
39- <ItemGroup >
40- <Reference Include =" Newtonsoft.Json" >
41- <HintPath >..\packages\Newtonsoft.Json.6.0.3\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath >
42- </Reference >
43- <Reference Include =" System" />
44- <Reference Include =" System.Core" />
45- <Reference Include =" System.Net.Http" >
46- <HintPath >..\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.dll</HintPath >
47- </Reference >
48- <Reference Include =" System.Net.Http.Extensions" >
49- <HintPath >..\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Extensions.dll</HintPath >
50- </Reference >
51- <Reference Include =" System.Net.Http.Formatting" >
52- <HintPath >..\packages\Microsoft.AspNet.WebApi.Client.5.2.0\lib\portable-wp8+netcore45+net45+wp81+wpa81\System.Net.Http.Formatting.dll</HintPath >
53- </Reference >
54- <Reference Include =" System.Net.Http.Primitives" >
55- <HintPath >..\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Primitives.dll</HintPath >
56- </Reference >
57- <Reference Include =" System.Xml.Linq" />
58- <Reference Include =" Microsoft.CSharp" />
59- <Reference Include =" System.Xml" />
60- </ItemGroup >
61- <ItemGroup >
62- <Compile Include =" ..\..\common\VersionInfo.cs" >
63- <Link >Properties\VersionInfo.cs</Link >
64- </Compile >
65- <Compile Include =" CollectionJsonFormatter.cs" />
66- <Compile Include =" Properties\AssemblyInfo.cs" />
67- <Compile Include =" ReadDocumentExtensions.cs" />
68- </ItemGroup >
69- <ItemGroup >
70- <None Include =" app.config" />
71- <None Include =" packages.config" />
72- <None Include =" WebApiContrib.Formatting. CollectionJson.Client.nuspec" >
73- <SubType >Designer</SubType >
74- </None >
75- </ItemGroup >
76- <ItemGroup >
77- <ProjectReference Include =" ..\WebApiContrib. CollectionJson\WebApiContrib. CollectionJson.csproj" >
78- <Project >{b9f7bc64-7924-4928-910d-2e9e03dc682f}</Project >
79- <Name >WebApiContrib. CollectionJson</Name >
80- </ProjectReference >
81- </ItemGroup >
82- <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
83- <Import Project =" ..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition =" Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
84- <Target Name =" EnsureBclBuildImported" BeforeTargets =" BeforeBuild" Condition =" '$(BclBuildImported)' == ''" >
85- <Error Condition =" !Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text =" This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword =" BCLBUILD2001" />
86- <Error Condition =" Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text =" The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword =" BCLBUILD2002" />
87- </Target >
88- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89- Other similar extension points exist, see Microsoft.Common.targets.
90- <Target Name="BeforeBuild">
91- </Target>
92- <Target Name="AfterBuild">
93- </Target>
94- -->
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{E86C985A-ECB3-4065-98C3-CBB2039C7170}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >CollectionJson.Client</RootNamespace >
11+ <AssemblyName >CollectionJson.Client</AssemblyName >
12+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13+ <TargetFrameworkProfile >Profile78</TargetFrameworkProfile >
14+ <FileAlignment >512</FileAlignment >
15+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
16+ <RestorePackages >true</RestorePackages >
17+ <ProjectTypeGuids >{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
18+ <MinimumVisualStudioVersion >10.0</MinimumVisualStudioVersion >
19+ </PropertyGroup >
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21+ <DebugSymbols >true</DebugSymbols >
22+ <DebugType >full</DebugType >
23+ <Optimize >false</Optimize >
24+ <OutputPath >bin\Debug\</OutputPath >
25+ <DefineConstants >DEBUG;TRACE</DefineConstants >
26+ <ErrorReport >prompt</ErrorReport >
27+ <WarningLevel >4</WarningLevel >
28+ <Prefer32Bit >false</Prefer32Bit >
29+ </PropertyGroup >
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
31+ <DebugType >pdbonly</DebugType >
32+ <Optimize >true</Optimize >
33+ <OutputPath >bin\Release\</OutputPath >
34+ <DefineConstants >TRACE</DefineConstants >
35+ <ErrorReport >prompt</ErrorReport >
36+ <WarningLevel >4</WarningLevel >
37+ <Prefer32Bit >false</Prefer32Bit >
38+ </PropertyGroup >
39+ <ItemGroup >
40+ <Reference Include =" Newtonsoft.Json" >
41+ <HintPath >..\packages\Newtonsoft.Json.6.0.3\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" System" />
44+ <Reference Include =" System.Core" />
45+ <Reference Include =" System.Net.Http" >
46+ <HintPath >..\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" System.Net.Http.Extensions" >
49+ <HintPath >..\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Extensions.dll</HintPath >
50+ </Reference >
51+ <Reference Include =" System.Net.Http.Formatting" >
52+ <HintPath >..\packages\Microsoft.AspNet.WebApi.Client.5.2.0\lib\portable-wp8+netcore45+net45+wp81+wpa81\System.Net.Http.Formatting.dll</HintPath >
53+ </Reference >
54+ <Reference Include =" System.Net.Http.Primitives" >
55+ <HintPath >..\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Primitives.dll</HintPath >
56+ </Reference >
57+ <Reference Include =" System.Xml.Linq" />
58+ <Reference Include =" Microsoft.CSharp" />
59+ <Reference Include =" System.Xml" />
60+ </ItemGroup >
61+ <ItemGroup >
62+ <Compile Include =" ..\..\common\VersionInfo.cs" >
63+ <Link >Properties\VersionInfo.cs</Link >
64+ </Compile >
65+ <Compile Include =" CollectionJsonFormatter.cs" />
66+ <Compile Include =" Properties\AssemblyInfo.cs" />
67+ <Compile Include =" ReadDocumentExtensions.cs" />
68+ </ItemGroup >
69+ <ItemGroup >
70+ <None Include =" app.config" />
71+ <None Include =" packages.config" />
72+ <None Include =" CollectionJson.Client.nuspec" >
73+ <SubType >Designer</SubType >
74+ </None >
75+ </ItemGroup >
76+ <ItemGroup >
77+ <ProjectReference Include =" ..\CollectionJson\CollectionJson.csproj" >
78+ <Project >{b9f7bc64-7924-4928-910d-2e9e03dc682f}</Project >
79+ <Name >CollectionJson</Name >
80+ </ProjectReference >
81+ </ItemGroup >
82+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
83+ <Import Project =" ..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition =" Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
84+ <Target Name =" EnsureBclBuildImported" BeforeTargets =" BeforeBuild" Condition =" '$(BclBuildImported)' == ''" >
85+ <Error Condition =" !Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text =" This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword =" BCLBUILD2001" />
86+ <Error Condition =" Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text =" The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword =" BCLBUILD2002" />
87+ </Target >
88+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89+ Other similar extension points exist, see Microsoft.Common.targets.
90+ <Target Name="BeforeBuild">
91+ </Target>
92+ <Target Name="AfterBuild">
93+ </Target>
94+ -->
9595</Project >
0 commit comments