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

Unified Diff: experimental/visual_studio_plugin/src/MsAd7.BaseImpl/MsAd7.BaseImpl.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 side-by-side diff with in-line comments
Download patch
Index: experimental/visual_studio_plugin/src/MsAd7.BaseImpl/MsAd7.BaseImpl.csproj
diff --git a/experimental/visual_studio_plugin/src/MsAd7.BaseImpl/MsAd7.BaseImpl.csproj b/experimental/visual_studio_plugin/src/MsAd7.BaseImpl/MsAd7.BaseImpl.csproj
deleted file mode 100644
index 55eaf73ca6b0521e899e616f49c53037c53c37b7..0000000000000000000000000000000000000000
--- a/experimental/visual_studio_plugin/src/MsAd7.BaseImpl/MsAd7.BaseImpl.csproj
+++ /dev/null
@@ -1,96 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{97E92446-E5EF-457A-B3CB-E9EB6CC41D62}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Google.MsAd7.BaseImpl</RootNamespace>
- <AssemblyName>MsAd7.BaseImpl</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Microsoft.VisualStudio.Debugger.InteropA, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- <Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- <Reference Include="Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="System" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Xml.Linq">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data.DataSetExtensions">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Ad7Enumerators.cs" />
- <Compile Include="Ad7Events.cs" />
- <Compile Include="BoundBreakpoint.cs" />
- <Compile Include="ErrorBreakpoint.cs" />
- <Compile Include="ErrorBreakpointResolution.cs" />
- <Compile Include="BreakpointRequest.cs" />
- <Compile Include="CodeContext.cs" />
- <Compile Include="ComUtils.cs" />
- <Compile Include="DebugProperties\Memory.cs" />
- <Compile Include="DebugProperties\Register.cs" />
- <Compile Include="DebugProperties\RegisterSetSchema.cs" />
- <Compile Include="DebugProperties\RegisterSet.cs" />
- <Compile Include="DebugProperties\Variable.cs" />
- <Compile Include="Interfaces\IBreakpointInfo.cs" />
- <Compile Include="Port.cs" />
- <Compile Include="PortRequest.cs" />
- <Compile Include="PortSupplier.cs" />
- <Compile Include="DebugProcess.cs" />
- <Compile Include="SimpleExpression.cs" />
- <Compile Include="DocumentPosition.cs" />
- <Compile Include="ExpressionContext.cs" />
- <Compile Include="DocumentContext.cs" />
- <Compile Include="ExtensionMethods.cs" />
- <Compile Include="Interfaces\ISimpleDebugger.cs" />
- <Compile Include="Interfaces\ISimpleSymbolProvider.cs" />
- <Compile Include="Module.cs" />
- <Compile Include="PendingBreakpoint.cs" />
- <Compile Include="DebugPropertyBase.cs" />
- <Compile Include="StackFrame.cs" />
- <Compile Include="Guids.cs" />
- <Compile Include="MemoryBytes.cs" />
- <Compile Include="MemoryContext.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="TestUtils\MockBase.cs" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
-</Project>

Powered by Google App Engine
This is Rietveld 408576698