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

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

Issue 10758009: Native Client Visual Studio Add-in (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 5 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
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>
7 </ProductVersion>
8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{C2657776-4A69-478D-89E9-AF81FA716FF5}</ProjectGuid>
10 <OutputType>Library</OutputType>
11 <AppDesignerFolder>Properties</AppDesignerFolder>
12 <RootNamespace>UnitTests</RootNamespace>
13 <AssemblyName>UnitTests</AssemblyName>
14 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15 <FileAlignment>512</FileAlignment>
16 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3 -BF4B-00C04F79EFBC}</ProjectTypeGuids>
17 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize>
22 <OutputPath>..\..\..\out\NativeClientVSAddIn\Debug\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>..\..\..\out\NativeClientVSAddIn\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 </PropertyGroup>
35 <ItemGroup>
36 <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 </Reference>
42 <Reference Include="EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyTok en=b03f5f7f11d50a3a">
43 <EmbedInteropTypes>False</EmbedInteropTypes>
44 </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">
49 <EmbedInteropTypes>False</EmbedInteropTypes>
50 </Reference>
51 <Reference Include="Microsoft.CSharp" />
52 <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" />
54 <Reference Include="Microsoft.VisualStudio.VCProject, Version=10.0.0.0, Cult ure=neutral, PublicKeyToken=b03f5f7f11d50a3a">
55 <EmbedInteropTypes>True</EmbedInteropTypes>
56 </Reference>
57 <Reference Include="Microsoft.VisualStudio.VCProjectEngine, Version=10.0.0.0 , Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
58 <EmbedInteropTypes>True</EmbedInteropTypes>
59 </Reference>
60 <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyTo ken=b03f5f7f11d50a3a">
61 <EmbedInteropTypes>False</EmbedInteropTypes>
62 </Reference>
63 <Reference Include="System" />
64 <Reference Include="System.Core">
65 <RequiredTargetFramework>3.5</RequiredTargetFramework>
66 </Reference>
67 <Reference Include="System.Data" />
68 <Reference Include="System.Management" />
69 <Reference Include="System.Windows.Forms" />
70 <Reference Include="System.Xml" />
71 </ItemGroup>
72 <ItemGroup>
73 <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
74 <Visible>False</Visible>
75 </CodeAnalysisDependentAssemblyPaths>
76 </ItemGroup>
77 <ItemGroup>
78 <Compile Include="ComMessageFilter.cs" />
79 <Compile Include="MockProcessSearcher.cs" />
80 <Compile Include="PluginDebuggerHelperTest.cs" />
81 <Compile Include="Properties\AssemblyInfo.cs" />
82 <Compile Include="TestUtilities.cs" />
83 </ItemGroup>
84 <ItemGroup>
85 <Shadow Include="Test References\NativeClientVSAddIn.accessor" />
86 </ItemGroup>
87 <ItemGroup>
88 <ProjectReference Include="..\NativeClientVSAddIn\NativeClientVSAddIn.csproj ">
89 <Project>{16A0B3E3-6E53-430B-B388-3811E09FC7B8}</Project>
90 <Name>NativeClientVSAddIn</Name>
91 <EmbedInteropTypes>False</EmbedInteropTypes>
92 </ProjectReference>
93 </ItemGroup>
94 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
95 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.
96 Other similar extension points exist, see Microsoft.Common.targets.
97 <Target Name="BeforeBuild">
98 </Target>
99 <Target Name="AfterBuild">
100 </Target>
101 -->
102 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698