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

Side by Side Diff: visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj

Issue 14122017: [VS Addin] Add visual studio 2012 support (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 6 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> 6 <ProductVersion>
7 </ProductVersion> 7 </ProductVersion>
8 <SchemaVersion>2.0</SchemaVersion> 8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{C2657776-4A69-478D-89E9-AF81FA716FF5}</ProjectGuid> 9 <ProjectGuid>{C2657776-4A69-478D-89E9-AF81FA716FF5}</ProjectGuid>
10 <OutputType>Library</OutputType> 10 <OutputType>Library</OutputType>
11 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <AppDesignerFolder>Properties</AppDesignerFolder>
12 <RootNamespace>UnitTests</RootNamespace> 12 <RootNamespace>UnitTests</RootNamespace>
13 <AssemblyName>UnitTests</AssemblyName> 13 <AssemblyName>UnitTests</AssemblyName>
14 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15 <FileAlignment>512</FileAlignment> 15 <FileAlignment>512</FileAlignment>
16 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3 -BF4B-00C04F79EFBC}</ProjectTypeGuids> 16 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3 -BF4B-00C04F79EFBC}</ProjectTypeGuids>
17 </PropertyGroup> 17 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <DebugSymbols>true</DebugSymbols> 19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType> 20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize> 21 <Optimize>false</Optimize>
22 <OutputPath>..\..\..\out\vs_addin\Debug\</OutputPath> 22 <OutputPath>..\..\..\out\vs_addin\2010\Debug\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport> 24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel> 25 <WarningLevel>4</WarningLevel>
26 </PropertyGroup> 26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>pdbonly</DebugType> 28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize> 29 <Optimize>true</Optimize>
30 <OutputPath>..\..\..\out\vs_addin\Release\</OutputPath> 30 <OutputPath>..\..\..\out\vs_addin\2010\Release\</OutputPath>
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="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken =b03f5f7f11d50a3a"> 36 <Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken =b03f5f7f11d50a3a">
37 <EmbedInteropTypes>False</EmbedInteropTypes> 37 <EmbedInteropTypes>False</EmbedInteropTypes>
38 </Reference> 38 </Reference>
39 <Reference Include="EnvDTE100, Version=10.0.0.0, Culture=neutral, PublicKeyT oken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 39 <Reference Include="EnvDTE100, Version=10.0.0.0, Culture=neutral, PublicKeyT oken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
40 <EmbedInteropTypes>False</EmbedInteropTypes> 40 <EmbedInteropTypes>False</EmbedInteropTypes>
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 </ItemGroup> 106 </ItemGroup>
107 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 107 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
108 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it. 108 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.
109 Other similar extension points exist, see Microsoft.Common.targets. 109 Other similar extension points exist, see Microsoft.Common.targets.
110 <Target Name="BeforeBuild"> 110 <Target Name="BeforeBuild">
111 </Target> 111 </Target>
112 <Target Name="AfterBuild"> 112 <Target Name="AfterBuild">
113 </Target> 113 </Target>
114 --> 114 -->
115 </Project> 115 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698