Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(342)

Side by Side Diff: Src/GoogleApis/GoogleApis.csproj

Issue 12772043: Issues 373 (Execute Bug), 374 (Remove Tests.Utility) and 375 (Clean warnings) (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: Error in uploading the first time Created 10 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003"> 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Com mon.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Mi crosoft.Common.props')" /> 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Com mon.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Mi crosoft.Common.props')" />
4 <PropertyGroup> 4 <PropertyGroup>
5 <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion> 5 <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <ProjectGuid>{826CF988-EEE8-4B75-8F53-B7E851A17BAA}</ProjectGuid> 8 <ProjectGuid>{826CF988-EEE8-4B75-8F53-B7E851A17BAA}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 </Reference> 125 </Reference>
126 <Reference Include="System.Threading.Tasks"> 126 <Reference Include="System.Threading.Tasks">
127 <HintPath>..\..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40 sl4 win8 wp71\System.Threading.Tasks.dll</HintPath> 127 <HintPath>..\..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40 sl4 win8 wp71\System.Threading.Tasks.dll</HintPath>
128 </Reference> 128 </Reference>
129 <Reference Include="Zlib.Portable"> 129 <Reference Include="Zlib.Portable">
130 <HintPath>..\..\packages\Zlib.Portable.1.9.2\lib\portable-net4 sl4 wp71 wi n8\Zlib.Portable.dll</HintPath> 130 <HintPath>..\..\packages\Zlib.Portable.1.9.2\lib\portable-net4 sl4 wp71 wi n8\Zlib.Portable.dll</HintPath>
131 </Reference> 131 </Reference>
132 </ItemGroup> 132 </ItemGroup>
133 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFramewo rkVersion)\Microsoft.Portable.CSharp.targets" /> 133 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFramewo rkVersion)\Microsoft.Portable.CSharp.targets" />
134 <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(Sol utionDir)\.nuget\NuGet.targets')" /> 134 <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(Sol utionDir)\.nuget\NuGet.targets')" />
135 <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.7\tools\Microsoft.Bcl. Build.targets" /> 135 <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.8\tools\Microsoft.Bcl. Build.targets" />
136 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.· 136 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.·
137 Other similar extension points exist, see Microsoft.Common.targets. 137 Other similar extension points exist, see Microsoft.Common.targets.
138 <Target Name="BeforeBuild"> 138 <Target Name="BeforeBuild">
139 </Target> 139 </Target>
140 <Target Name="AfterBuild"> 140 <Target Name="AfterBuild">
141 </Target> 141 </Target>
142 --> 142 -->
143 </Project> 143 </Project>
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b