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

Side by Side Diff: experimental/visual_studio_plugin/src/NaClVsx.Package/NaClVsx.Package_UnitTestProject/NaClVsx.Package_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 DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/m sbuild/2003" ToolsVersion="3.5">
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>{FACD8324-6EE0-4F27-8F02-98519A44A0C5}</ProjectGuid>
8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>NaClVsx.Package_UnitTestProject</RootNamespace>
11 <AssemblyName>NaClVsx.Package_UnitTestProject</AssemblyName>
12 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3 -BF4B-00C04F79EFBC}</ProjectTypeGuids>
14 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <DebugSymbols>true</DebugSymbols>
17 <DebugType>full</DebugType>
18 <Optimize>false</Optimize>
19 <OutputPath Condition="'$(OutputPath)'==''">bin\Debug\</OutputPath>
20 <DefineConstants>DEBUG;TRACE</DefineConstants>
21 <ErrorReport>prompt</ErrorReport>
22 <WarningLevel>4</WarningLevel>
23 <PlatformTarget>x86</PlatformTarget>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize>
28 <OutputPath Condition="'$(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" />
37 <Reference Include="Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0, Cultu re=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
38 <SpecificVersion>False</SpecificVersion>
39 <HintPath>..\..\..\..\..\Windows\assembly\GAC_MSIL\Microsoft.VisualStudio. Shell.9.0\2.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Shell.9.0.dll</HintPa th>
40 </Reference>
41 <Reference Include="Microsoft.VisualStudio.Shell.Interop" />
42 <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" />
43 <!---->
44 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" / >
45 <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0. 0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
46 <SpecificVersion>False</SpecificVersion>
47 <HintPath>..\..\..\..\..\Windows\assembly\GAC\Microsoft.VisualStudio.Shell .Interop.9.0\9.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Shell.Interop.9.0. dll</HintPath>
48 </Reference>
49 <Reference Include="Microsoft.VisualStudio.TextManager.Interop, Version=7.1. 40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
50 <Reference Include="Microsoft.VSSDK.UnitTestLibrary, Version=9.0.0.0, Cultur e=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
51 <Reference Include="NaClVsx.DebugHelpers, Version=1.0.3785.15412, Culture=ne utral, processorArchitecture=x86">
52 <SpecificVersion>False</SpecificVersion>
53 <HintPath>..\..\..\build\Debug\NaClVsx.DebugHelpers.dll</HintPath>
54 <Private>True</Private>
55 </Reference>
56 <Reference Include="System" />
57 <Reference Include="System.Configuration.Install" />
58 <Reference Include="System.Core">
59 <RequiredTargetFramework>3.5</RequiredTargetFramework>
60 </Reference>
61 <Reference Include="System.Data" />
62 <Reference Include="System.Data.DataSetExtensions">
63 <RequiredTargetFramework>3.5</RequiredTargetFramework>
64 </Reference>
65 <Reference Include="System.Data.Linq">
66 <RequiredTargetFramework>3.5</RequiredTargetFramework>
67 </Reference>
68 <Reference Include="System.Design" />
69 <Reference Include="System.Drawing" />
70 <Reference Include="System.Management" />
71 <Reference Include="System.Windows.Forms" />
72 <Reference Include="System.Xml" />
73 <Reference Include="System.Xml.Linq">
74 <RequiredTargetFramework>3.5</RequiredTargetFramework>
75 </Reference>
76 </ItemGroup>
77 <ItemGroup>
78 <Compile Include="BreakpointInfoTest.cs" />
79 <Compile Include="DebugInfoEntryTest.cs" />
80 <Compile Include="DebugPort2Mock.cs" />
81 <Compile Include="NaClPackageTestUtils.cs" />
82 <Compile Include="DwarfReaderImplTest.cs" />
83 <Compile Include="ErrorBreakpointEnumeratorTest.cs" />
84 <Compile Include="ErrorBreakpointResolutionTest.cs" />
85 <Compile Include="ErrorBreakpointTest.cs" />
86 <Compile Include="BreakpointRequestMock.cs" />
87 <Compile Include="NaClSymbolProviderTest.cs" />
88 <Compile Include="PackageTest.cs" />
89 <Compile Include="NaClDebuggerMock.cs" />
90 <Compile Include="SymbolDatabaseTest.cs" />
91 <Compile Include="SymbolProviderMock.cs" />
92 <Compile Include="ThreadTest.cs" />
93 <!---->
94 <!---->
95 <!---->
96 </ItemGroup>
97 <ItemGroup>
98 <ProjectReference Include="..\..\..\third_party\Microsoft.VisualStudio.Proje ct\Microsoft.VisualStudio.Project.csproj">
99 <Project>{3421A4E4-0282-44A1-94D5-2868D04ED391}</Project>
100 <Name>Microsoft.VisualStudio.Project</Name>
101 </ProjectReference>
102 <ProjectReference Include="..\..\MsAd7.BaseImpl\MsAd7.BaseImpl.csproj">
103 <Project>{97E92446-E5EF-457A-B3CB-E9EB6CC41D62}</Project>
104 <Name>MsAd7.BaseImpl</Name>
105 <Private>True</Private>
106 </ProjectReference>
107 <ProjectReference Include="..\NaClVsx.Package.csproj">
108 <Project>{20C5110D-0897-4B1C-9193-26D6F6E088AE}</Project>
109 <Name>NaClVsx.Package</Name>
110 <Private>True</Private>
111 </ProjectReference>
112 </ItemGroup>
113 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
114 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698