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

Side by Side Diff: experimental/visual_studio_plugin/src/MsAd7.BaseImpl/MsAd7.BaseImpl_UnitTestProject/MsAd7.BaseImpl_UnitTestProject.csproj

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 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
OLDNEW
(Empty)
1 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.micros oft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>9.0.30729</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{D89669F5-7B81-4198-95A2-D3400AB2E718}</ProjectGuid>
8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>MsAd7.BaseImpl_UnitTestProject</RootNamespace>
11 <AssemblyName>MsAd7.BaseImpl_UnitTestProject</AssemblyName>
12 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3 -BF4B-00C04F79EFBC}</ProjectTypeGuids>
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize>
28 <OutputPath>bin\Release\</OutputPath>
29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 </PropertyGroup>
33 <ItemGroup>
34 <Reference Include="Microsoft.Build.Engine" />
35 <Reference Include="Microsoft.VisualStudio.Debugger.InteropA, Version=9.0.0. 0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
36 <Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
37 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, V ersion=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchi tecture=MSIL" />
38 <Reference Include="Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0, Cultu re=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
39 <Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304. 0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
40 <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0. 0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
41 <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0. 0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
42 <Reference Include="Microsoft.VisualStudio.TextManager.Interop, Version=7.1. 40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
43 <Reference Include="System" />
44 <Reference Include="System.Configuration.Install" />
45 <Reference Include="System.Core">
46 <RequiredTargetFramework>3.5</RequiredTargetFramework>
47 </Reference>
48 <Reference Include="System.Data" />
49 <Reference Include="System.Data.DataSetExtensions">
50 <RequiredTargetFramework>3.5</RequiredTargetFramework>
51 </Reference>
52 <Reference Include="System.Data.Linq">
53 <RequiredTargetFramework>3.5</RequiredTargetFramework>
54 </Reference>
55 <Reference Include="System.Design" />
56 <Reference Include="System.Drawing" />
57 <Reference Include="System.Management" />
58 <Reference Include="System.Windows.Forms" />
59 <Reference Include="System.Xml" />
60 <Reference Include="System.Xml.Linq">
61 <RequiredTargetFramework>3.5</RequiredTargetFramework>
62 </Reference>
63 </ItemGroup>
64 <ItemGroup>
65 <Compile Include="DebugThread2Mock.cs" />
66 <Compile Include="Properties\AssemblyInfo.cs" />
67 <Compile Include="SimpleDebuggerMock.cs" />
68 <Compile Include="StackFrameTest.cs" />
69 <Compile Include="SymbolProviderMock.cs" />
70 </ItemGroup>
71 <ItemGroup>
72 <ProjectReference Include="..\..\..\third_party\Microsoft.VisualStudio.Proje ct\Microsoft.VisualStudio.Project.csproj">
73 <Project>{3421A4E4-0282-44A1-94D5-2868D04ED391}</Project>
74 <Name>Microsoft.VisualStudio.Project</Name>
75 </ProjectReference>
76 <ProjectReference Include="..\..\NaClVsx.DebugHelpers\NaClVsx.DebugHelpers.v cproj">
77 <Project>{6C53643B-14F7-40F9-9511-CE33F447F475}</Project>
78 <Name>NaClVsx.DebugHelpers</Name>
79 </ProjectReference>
80 <ProjectReference Include="..\..\NaClVsx.Package\NaClVsx.Package.csproj">
81 <Project>{20C5110D-0897-4B1C-9193-26D6F6E088AE}</Project>
82 <Name>NaClVsx.Package</Name>
83 </ProjectReference>
84 <ProjectReference Include="..\MsAd7.BaseImpl.csproj">
85 <Project>{97E92446-E5EF-457A-B3CB-E9EB6CC41D62}</Project>
86 <Name>MsAd7.BaseImpl</Name>
87 </ProjectReference>
88 </ItemGroup>
89 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
90 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.
91 Other similar extension points exist, see Microsoft.Common.targets.
92 <Target Name="BeforeBuild">
93 </Target>
94 <Target Name="AfterBuild">
95 </Target>
96 -->
97 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698