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

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

Issue 10830151: VS Add-in more properties and improvements (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 months 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 20 matching lines...) Expand all
31 <DefineConstants>TRACE</DefineConstants> 31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport> 32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel> 33 <WarningLevel>4</WarningLevel>
34 </PropertyGroup> 34 </PropertyGroup>
35 <ItemGroup> 35 <ItemGroup>
36 <Reference Include="Microsoft.Build" /> 36 <Reference Include="Microsoft.Build" />
37 <Reference Include="Microsoft.Build.CPPTasks.Common, Version=4.0.0.0, Cultur e=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> 37 <Reference Include="Microsoft.Build.CPPTasks.Common, Version=4.0.0.0, Cultur e=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
38 <Reference Include="Microsoft.Build.Framework" /> 38 <Reference Include="Microsoft.Build.Framework" />
39 <Reference Include="Microsoft.Build.Tasks.v4.0" /> 39 <Reference Include="Microsoft.Build.Tasks.v4.0" />
40 <Reference Include="Microsoft.Build.Utilities.v4.0" /> 40 <Reference Include="Microsoft.Build.Utilities.v4.0" />
41 <Reference Include="Microsoft.VisualStudio.Shell.10.0, Version=10.0.0.0, Cul ture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
41 <Reference Include="System" /> 42 <Reference Include="System" />
42 <Reference Include="System.Core" /> 43 <Reference Include="System.Core" />
43 <Reference Include="System.Management" /> 44 <Reference Include="System.Management" />
44 <Reference Include="System.Windows.Forms" /> 45 <Reference Include="System.Windows.Forms" />
45 <Reference Include="System.Xaml" /> 46 <Reference Include="System.Xaml" />
46 <Reference Include="System.Xml.Linq" /> 47 <Reference Include="System.Xml.Linq" />
47 <Reference Include="System.Data.DataSetExtensions" /> 48 <Reference Include="System.Data.DataSetExtensions" />
48 <Reference Include="Microsoft.CSharp" /> 49 <Reference Include="Microsoft.CSharp" />
49 <Reference Include="System.Data" /> 50 <Reference Include="System.Data" />
50 <Reference Include="System.Xml" /> 51 <Reference Include="System.Xml" />
(...skipping 27 matching lines...) Expand all
78 </PostBuildEvent> 79 </PostBuildEvent>
79 </PropertyGroup> 80 </PropertyGroup>
80 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it. 81 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.
81 Other similar extension points exist, see Microsoft.Common.targets. 82 Other similar extension points exist, see Microsoft.Common.targets.
82 <Target Name="BeforeBuild"> 83 <Target Name="BeforeBuild">
83 </Target> 84 </Target>
84 <Target Name="AfterBuild"> 85 <Target Name="AfterBuild">
85 </Target> 86 </Target>
86 --> 87 -->
87 </Project> 88 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698