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

Unified Diff: experimental/visual_studio_plugin/src/NaClVsx.Tasks/NaClVsx.Tasks.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/NaClVsx.Tasks/NaClVsx.Tasks.csproj
diff --git a/experimental/visual_studio_plugin/src/NaClVsx.Tasks/NaClVsx.Tasks.csproj b/experimental/visual_studio_plugin/src/NaClVsx.Tasks/NaClVsx.Tasks.csproj
deleted file mode 100644
index 2968f17334072e3e3b427d3e297c3b1a23fe3f52..0000000000000000000000000000000000000000
--- a/experimental/visual_studio_plugin/src/NaClVsx.Tasks/NaClVsx.Tasks.csproj
+++ /dev/null
@@ -1,86 +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>{1309EECE-9229-410C-B155-B1CEADC649E8}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>NaClVsx.Tasks</RootNamespace>
- <AssemblyName>NaClVsx.Tasks</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>
- </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.Build.Framework" />
- <Reference Include="Microsoft.Build.Utilities.v3.5">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <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="NaClExec.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="NaCl.Common.targets" />
- </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>
- -->
- <!--The following is used for deploying the task and target to Program Files\MSBuild\...-->
- <PropertyGroup>
- <DeployDestination>$(MSBuildExtensionsPath)\Google\NaCl\1.0\</DeployDestination>
- </PropertyGroup>
- <Target Name="AfterBuild">
- <Message Text="Deploying..." />
- <MakeDir Directories="$(DeployDestination)" Condition="!Exists($(DeployDestination))" />
- <CreateItem Include="$(OutputPath)\*.dll" AdditionalMetadata="Visible=false">
- <Output TaskParameter="Include" ItemName="DeployToMSBuild" />
- </CreateItem>
- <CreateItem Include="$(OutputPath)\*.pdb" AdditionalMetadata="Visible=false">
- <Output TaskParameter="Include" ItemName="DeployToMSBuild" />
- </CreateItem>
- <Copy SourceFiles="%(DeployToMSBuild.Identity)" DestinationFolder="$(DeployDestination)" SkipUnchangedFiles="true" />
- </Target>
- <ItemGroup>
- <DeployToMSBuild Include="NaCl.Common.targets">
- <Visible>false</Visible>
- </DeployToMSBuild>
- </ItemGroup>
-</Project>

Powered by Google App Engine
This is Rietveld 408576698