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

Side by Side Diff: visual_studio/NativeClientVSAddIn/UnitTests/UnitTests_2012.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.5</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 <TargetFrameworkProfile />
17 </PropertyGroup> 18 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <DebugSymbols>true</DebugSymbols> 20 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType> 21 <DebugType>full</DebugType>
21 <Optimize>false</Optimize> 22 <Optimize>false</Optimize>
22 <OutputPath>..\..\..\out\vs_addin\Debug\</OutputPath> 23 <OutputPath>..\..\..\out\vs_addin\2012\Debug\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants> 24 <DefineConstants>TRACE;DEBUG;VS2012</DefineConstants>
24 <ErrorReport>prompt</ErrorReport> 25 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel> 26 <WarningLevel>4</WarningLevel>
27 <Prefer32Bit>false</Prefer32Bit>
28 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
26 </PropertyGroup> 29 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>pdbonly</DebugType> 31 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize> 32 <Optimize>true</Optimize>
30 <OutputPath>..\..\..\out\vs_addin\Release\</OutputPath> 33 <OutputPath>..\..\..\out\vs_addin\2012\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants> 34 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport> 35 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel> 36 <WarningLevel>4</WarningLevel>
37 <Prefer32Bit>false</Prefer32Bit>
34 </PropertyGroup> 38 </PropertyGroup>
35 <ItemGroup> 39 <ItemGroup>
36 <Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken =b03f5f7f11d50a3a"> 40 <Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken =b03f5f7f11d50a3a">
37 <EmbedInteropTypes>False</EmbedInteropTypes>
38 </Reference>
39 <Reference Include="EnvDTE100, Version=10.0.0.0, Culture=neutral, PublicKeyT oken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
40 <EmbedInteropTypes>False</EmbedInteropTypes> 41 <EmbedInteropTypes>False</EmbedInteropTypes>
41 </Reference> 42 </Reference>
42 <Reference Include="EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyTok en=b03f5f7f11d50a3a"> 43 <Reference Include="EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyTok en=b03f5f7f11d50a3a">
43 <EmbedInteropTypes>False</EmbedInteropTypes> 44 <EmbedInteropTypes>False</EmbedInteropTypes>
44 </Reference> 45 </Reference>
45 <Reference Include="EnvDTE90, Version=9.0.0.0, Culture=neutral, PublicKeyTok en=b03f5f7f11d50a3a">
46 <EmbedInteropTypes>False</EmbedInteropTypes>
47 </Reference>
48 <Reference Include="Extensibility, Version=7.0.3300.0, Culture=neutral, Publ icKeyToken=b03f5f7f11d50a3a"> 46 <Reference Include="Extensibility, Version=7.0.3300.0, Culture=neutral, Publ icKeyToken=b03f5f7f11d50a3a">
49 <EmbedInteropTypes>False</EmbedInteropTypes> 47 <EmbedInteropTypes>False</EmbedInteropTypes>
50 </Reference> 48 </Reference>
51 <Reference Include="Microsoft.CSharp" /> 49 <Reference Include="Microsoft.CSharp" />
52 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, V ersion=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArch itecture=MSIL" /> 50 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, V ersion=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArch itecture=MSIL" />
53 <Reference Include="Microsoft.VisualStudio.Shell.10.0, Version=10.0.0.0, Cul ture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> 51 <Reference Include="Microsoft.VisualStudio.Shell.10.0, Version=10.0.0.0, Cul ture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
54 <Reference Include="Microsoft.VisualStudio.VCProject, Version=10.0.0.0, Cult ure=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 52 <Reference Include="Microsoft.VisualStudio.VCProject, Version=11.0.0.0, Cult ure=neutral, PublicKeyToken=b03f5f7f11d50a3a">
55 <EmbedInteropTypes>True</EmbedInteropTypes> 53 <EmbedInteropTypes>True</EmbedInteropTypes>
56 </Reference> 54 </Reference>
57 <Reference Include="Microsoft.VisualStudio.VCProjectEngine, Version=10.0.0.0 , Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 55 <Reference Include="Microsoft.VisualStudio.VCProjectEngine, Version=11.0.0.0 , Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
58 <EmbedInteropTypes>True</EmbedInteropTypes> 56 <EmbedInteropTypes>True</EmbedInteropTypes>
59 </Reference> 57 </Reference>
60 <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyTo ken=b03f5f7f11d50a3a"> 58 <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyTo ken=b03f5f7f11d50a3a">
61 <EmbedInteropTypes>False</EmbedInteropTypes> 59 <EmbedInteropTypes>False</EmbedInteropTypes>
62 </Reference> 60 </Reference>
63 <Reference Include="System" /> 61 <Reference Include="System" />
64 <Reference Include="System.Core"> 62 <Reference Include="System.Core">
65 <RequiredTargetFramework>3.5</RequiredTargetFramework> 63 <RequiredTargetFramework>3.5</RequiredTargetFramework>
66 </Reference> 64 </Reference>
67 <Reference Include="System.Data" /> 65 <Reference Include="System.Data" />
(...skipping 23 matching lines...) Expand all
91 <Compile Include="WebServerTest.cs" /> 89 <Compile Include="WebServerTest.cs" />
92 </ItemGroup> 90 </ItemGroup>
93 <ItemGroup> 91 <ItemGroup>
94 <Shadow Include="Test References\NativeClientVSAddIn.accessor" /> 92 <Shadow Include="Test References\NativeClientVSAddIn.accessor" />
95 </ItemGroup> 93 </ItemGroup>
96 <ItemGroup> 94 <ItemGroup>
97 <ProjectReference Include="..\NaCl.Build.CPPTasks\NaCl.Build.CPPTasks.csproj "> 95 <ProjectReference Include="..\NaCl.Build.CPPTasks\NaCl.Build.CPPTasks.csproj ">
98 <Project>{FCD6F8FE-DF89-4232-A138-42C97826712A}</Project> 96 <Project>{FCD6F8FE-DF89-4232-A138-42C97826712A}</Project>
99 <Name>NaCl.Build.CPPTasks</Name> 97 <Name>NaCl.Build.CPPTasks</Name>
100 </ProjectReference> 98 </ProjectReference>
101 <ProjectReference Include="..\NativeClientVSAddIn\NativeClientVSAddIn.csproj "> 99 <ProjectReference Include="..\NativeClientVSAddIn_2012\NativeClientVSAddIn_2 012.csproj">
102 <Project>{16A0B3E3-6E53-430B-B388-3811E09FC7B8}</Project> 100 <Project>{16A0B3E3-6E53-430B-B388-3811E09FC7B8}</Project>
103 <Name>NativeClientVSAddIn</Name> 101 <Name>NativeClientVSAddIn</Name>
104 <EmbedInteropTypes>False</EmbedInteropTypes> 102 <EmbedInteropTypes>False</EmbedInteropTypes>
105 </ProjectReference> 103 </ProjectReference>
106 </ItemGroup> 104 </ItemGroup>
107 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 105 <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. 106 <!-- 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. 107 Other similar extension points exist, see Microsoft.Common.targets.
110 <Target Name="BeforeBuild"> 108 <Target Name="BeforeBuild">
111 </Target> 109 </Target>
112 <Target Name="AfterBuild"> 110 <Target Name="AfterBuild">
113 </Target> 111 </Target>
114 --> 112 -->
115 </Project> 113 </Project>
OLDNEW
« no previous file with comments | « visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj ('k') | visual_studio/NativeClientVSAddIn/build.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698