| OLD | NEW |
| (Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> |
| 3 <PropertyGroup> |
| 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 6 <ProductVersion> |
| 7 </ProductVersion> |
| 8 <SchemaVersion>2.0</SchemaVersion> |
| 9 <ProjectGuid>{C2657776-4A69-478D-89E9-AF81FA716FF5}</ProjectGuid> |
| 10 <OutputType>Library</OutputType> |
| 11 <AppDesignerFolder>Properties</AppDesignerFolder> |
| 12 <RootNamespace>UnitTests</RootNamespace> |
| 13 <AssemblyName>UnitTests</AssemblyName> |
| 14 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 15 <FileAlignment>512</FileAlignment> |
| 16 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3
-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| 17 </PropertyGroup> |
| 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 19 <DebugSymbols>true</DebugSymbols> |
| 20 <DebugType>full</DebugType> |
| 21 <Optimize>false</Optimize> |
| 22 <OutputPath>..\..\..\out\NativeClientVSAddIn\Debug\</OutputPath> |
| 23 <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 24 <ErrorReport>prompt</ErrorReport> |
| 25 <WarningLevel>4</WarningLevel> |
| 26 </PropertyGroup> |
| 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'
"> |
| 28 <DebugType>pdbonly</DebugType> |
| 29 <Optimize>true</Optimize> |
| 30 <OutputPath>..\..\..\out\NativeClientVSAddIn\Release\</OutputPath> |
| 31 <DefineConstants>TRACE</DefineConstants> |
| 32 <ErrorReport>prompt</ErrorReport> |
| 33 <WarningLevel>4</WarningLevel> |
| 34 </PropertyGroup> |
| 35 <ItemGroup> |
| 36 <Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken
=b03f5f7f11d50a3a"> |
| 37 <EmbedInteropTypes>True</EmbedInteropTypes> |
| 38 </Reference> |
| 39 <Reference Include="EnvDTE100, Version=10.0.0.0, Culture=neutral, PublicKeyT
oken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 40 <EmbedInteropTypes>True</EmbedInteropTypes> |
| 41 </Reference> |
| 42 <Reference Include="EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyTok
en=b03f5f7f11d50a3a"> |
| 43 <EmbedInteropTypes>True</EmbedInteropTypes> |
| 44 </Reference> |
| 45 <Reference Include="EnvDTE90, Version=9.0.0.0, Culture=neutral, PublicKeyTok
en=b03f5f7f11d50a3a"> |
| 46 <EmbedInteropTypes>True</EmbedInteropTypes> |
| 47 </Reference> |
| 48 <Reference Include="Extensibility, Version=7.0.3300.0, Culture=neutral, Publ
icKeyToken=b03f5f7f11d50a3a"> |
| 49 <EmbedInteropTypes>True</EmbedInteropTypes> |
| 50 </Reference> |
| 51 <Reference Include="Microsoft.CSharp" /> |
| 52 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, V
ersion=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArch
itecture=MSIL" /> |
| 53 <Reference Include="Microsoft.VisualStudio.Shell.10.0, Version=10.0.0.0, Cul
ture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
| 54 <Reference Include="Microsoft.VisualStudio.VCProject, Version=10.0.0.0, Cult
ure=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 55 <EmbedInteropTypes>True</EmbedInteropTypes> |
| 56 </Reference> |
| 57 <Reference Include="Microsoft.VisualStudio.VCProjectEngine, Version=10.0.0.0
, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 58 <EmbedInteropTypes>True</EmbedInteropTypes> |
| 59 </Reference> |
| 60 <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyTo
ken=b03f5f7f11d50a3a"> |
| 61 <EmbedInteropTypes>True</EmbedInteropTypes> |
| 62 </Reference> |
| 63 <Reference Include="System" /> |
| 64 <Reference Include="System.Core"> |
| 65 <RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 66 </Reference> |
| 67 <Reference Include="System.Data" /> |
| 68 <Reference Include="System.Management" /> |
| 69 <Reference Include="System.Windows.Forms" /> |
| 70 <Reference Include="System.Xml" /> |
| 71 </ItemGroup> |
| 72 <ItemGroup> |
| 73 <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' "
Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies"> |
| 74 <Visible>False</Visible> |
| 75 </CodeAnalysisDependentAssemblyPaths> |
| 76 </ItemGroup> |
| 77 <ItemGroup> |
| 78 <Compile Include="ComMessageFilter.cs" /> |
| 79 <Compile Include="MockProcessSearcher.cs" /> |
| 80 <Compile Include="PluginDebuggerHelperTest.cs" /> |
| 81 <Compile Include="Properties\AssemblyInfo.cs" /> |
| 82 <Compile Include="TestUtilities.cs" /> |
| 83 </ItemGroup> |
| 84 <ItemGroup> |
| 85 <Shadow Include="Test References\NativeClientVSAddIn.accessor" /> |
| 86 </ItemGroup> |
| 87 <ItemGroup> |
| 88 <ProjectReference Include="..\NativeClientVSAddIn\NativeClientVSAddIn.csproj
"> |
| 89 <Project>{16A0B3E3-6E53-430B-B388-3811E09FC7B8}</Project> |
| 90 <Name>NativeClientVSAddIn</Name> |
| 91 </ProjectReference> |
| 92 </ItemGroup> |
| 93 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 94 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. |
| 95 Other similar extension points exist, see Microsoft.Common.targets. |
| 96 <Target Name="BeforeBuild"> |
| 97 </Target> |
| 98 <Target Name="AfterBuild"> |
| 99 </Target> |
| 100 --> |
| 101 </Project> |
| OLD | NEW |