Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(379)

Side by Side Diff: visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/NaCl.Build.CPPTasks.csproj

Issue 11360111: [NaCl Addin] Fix building of libraries in MSVS (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
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 <PropertyGroup> 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.30703</ProductVersion> 6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion> 7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{FCD6F8FE-DF89-4232-A138-42C97826712A}</ProjectGuid> 8 <ProjectGuid>{FCD6F8FE-DF89-4232-A138-42C97826712A}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 <PostBuildEvent> 80 <PostBuildEvent>
81 </PostBuildEvent> 81 </PostBuildEvent>
82 </PropertyGroup> 82 </PropertyGroup>
83 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it. 83 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.
84 Other similar extension points exist, see Microsoft.Common.targets. 84 Other similar extension points exist, see Microsoft.Common.targets.
85 <Target Name="BeforeBuild"> 85 <Target Name="BeforeBuild">
86 </Target> 86 </Target>
87 <Target Name="AfterBuild"> 87 <Target Name="AfterBuild">
88 </Target> 88 </Target>
89 --> 89 -->
90 </Project> 90 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698