Index: experimental/visual_studio_plugin/src/MsAd7.BaseImpl/MsAd7.BaseImpl_UnitTestProject/MsAd7.BaseImpl_UnitTestProject.csproj |
diff --git a/experimental/visual_studio_plugin/src/MsAd7.BaseImpl/MsAd7.BaseImpl_UnitTestProject/MsAd7.BaseImpl_UnitTestProject.csproj b/experimental/visual_studio_plugin/src/MsAd7.BaseImpl/MsAd7.BaseImpl_UnitTestProject/MsAd7.BaseImpl_UnitTestProject.csproj |
deleted file mode 100644 |
index 2335fabacaf27dc9cf474be3dcd769f8c221fc60..0000000000000000000000000000000000000000 |
--- a/experimental/visual_studio_plugin/src/MsAd7.BaseImpl/MsAd7.BaseImpl_UnitTestProject/MsAd7.BaseImpl_UnitTestProject.csproj |
+++ /dev/null |
@@ -1,97 +0,0 @@ |
-<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>{D89669F5-7B81-4198-95A2-D3400AB2E718}</ProjectGuid> |
- <OutputType>Library</OutputType> |
- <AppDesignerFolder>Properties</AppDesignerFolder> |
- <RootNamespace>MsAd7.BaseImpl_UnitTestProject</RootNamespace> |
- <AssemblyName>MsAd7.BaseImpl_UnitTestProject</AssemblyName> |
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
- <FileAlignment>512</FileAlignment> |
- <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
- </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.Engine" /> |
- <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.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
- <Reference Include="Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
- <Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
- <Reference Include="Microsoft.VisualStudio.TextManager.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
- <Reference Include="System" /> |
- <Reference Include="System.Configuration.Install" /> |
- <Reference Include="System.Core"> |
- <RequiredTargetFramework>3.5</RequiredTargetFramework> |
- </Reference> |
- <Reference Include="System.Data" /> |
- <Reference Include="System.Data.DataSetExtensions"> |
- <RequiredTargetFramework>3.5</RequiredTargetFramework> |
- </Reference> |
- <Reference Include="System.Data.Linq"> |
- <RequiredTargetFramework>3.5</RequiredTargetFramework> |
- </Reference> |
- <Reference Include="System.Design" /> |
- <Reference Include="System.Drawing" /> |
- <Reference Include="System.Management" /> |
- <Reference Include="System.Windows.Forms" /> |
- <Reference Include="System.Xml" /> |
- <Reference Include="System.Xml.Linq"> |
- <RequiredTargetFramework>3.5</RequiredTargetFramework> |
- </Reference> |
- </ItemGroup> |
- <ItemGroup> |
- <Compile Include="DebugThread2Mock.cs" /> |
- <Compile Include="Properties\AssemblyInfo.cs" /> |
- <Compile Include="SimpleDebuggerMock.cs" /> |
- <Compile Include="StackFrameTest.cs" /> |
- <Compile Include="SymbolProviderMock.cs" /> |
- </ItemGroup> |
- <ItemGroup> |
- <ProjectReference Include="..\..\..\third_party\Microsoft.VisualStudio.Project\Microsoft.VisualStudio.Project.csproj"> |
- <Project>{3421A4E4-0282-44A1-94D5-2868D04ED391}</Project> |
- <Name>Microsoft.VisualStudio.Project</Name> |
- </ProjectReference> |
- <ProjectReference Include="..\..\NaClVsx.DebugHelpers\NaClVsx.DebugHelpers.vcproj"> |
- <Project>{6C53643B-14F7-40F9-9511-CE33F447F475}</Project> |
- <Name>NaClVsx.DebugHelpers</Name> |
- </ProjectReference> |
- <ProjectReference Include="..\..\NaClVsx.Package\NaClVsx.Package.csproj"> |
- <Project>{20C5110D-0897-4B1C-9193-26D6F6E088AE}</Project> |
- <Name>NaClVsx.Package</Name> |
- </ProjectReference> |
- <ProjectReference Include="..\MsAd7.BaseImpl.csproj"> |
- <Project>{97E92446-E5EF-457A-B3CB-E9EB6CC41D62}</Project> |
- <Name>MsAd7.BaseImpl</Name> |
- </ProjectReference> |
- </ItemGroup> |
- <Import Project="$(MSBuildBinPath)\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> |