OLD | NEW |
| (Empty) |
1 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.micros
oft.com/developer/msbuild/2003"> | |
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>{25CEFF05-7274-48A6-8122-D4707EEEC9F5}</ProjectGuid> | |
8 <OutputType>Library</OutputType> | |
9 <AppDesignerFolder>Properties</AppDesignerFolder> | |
10 <RootNamespace>NaClVsx.Package_IntegrationTestProject</RootNamespace> | |
11 <AssemblyName>NaClVsx.Package_IntegrationTestProject</AssemblyName> | |
12 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | |
13 <FileAlignment>512</FileAlignment> | |
14 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3
-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |
15 </PropertyGroup> | |
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
17 <DebugSymbols>true</DebugSymbols> | |
18 <DebugType>full</DebugType> | |
19 <Optimize>false</Optimize> | |
20 <OutputPath>bin\Debug\</OutputPath> | |
21 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
22 <ErrorReport>prompt</ErrorReport> | |
23 <WarningLevel>4</WarningLevel> | |
24 </PropertyGroup> | |
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'
"> | |
26 <DebugType>pdbonly</DebugType> | |
27 <Optimize>true</Optimize> | |
28 <OutputPath>bin\Release\</OutputPath> | |
29 <DefineConstants>TRACE</DefineConstants> | |
30 <ErrorReport>prompt</ErrorReport> | |
31 <WarningLevel>4</WarningLevel> | |
32 </PropertyGroup> | |
33 <ItemGroup> | |
34 <Reference Include="envdte" /> | |
35 <Reference Include="envdte80" /> | |
36 <Reference Include="Microsoft.VisualStudio.Debugger.InteropA, Version=9.0.0.
0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> | |
37 <Reference Include="Microsoft.VisualStudio.OLE.Interop" /> | |
38 <Reference Include="Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0, Cultu
re=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> | |
39 <SpecificVersion>False</SpecificVersion> | |
40 <HintPath>..\..\..\..\..\Windows\assembly\GAC_MSIL\Microsoft.VisualStudio.
Shell.9.0\2.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Shell.9.0.dll</HintPa
th> | |
41 </Reference> | |
42 <Reference Include="Microsoft.VisualStudio.Shell.Interop" /> | |
43 <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" /> | |
44 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, V
ersion=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchi
tecture=MSIL" /> | |
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="NaClVsx.DebugHelpers, Version=1.0.3785.15412, Culture=ne
utral, processorArchitecture=x86"> | |
51 <SpecificVersion>False</SpecificVersion> | |
52 <HintPath>..\..\..\build\Debug\NaClVsx.DebugHelpers.dll</HintPath> | |
53 </Reference> | |
54 <Reference Include="System" /> | |
55 <Reference Include="System.Core"> | |
56 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
57 </Reference> | |
58 <Reference Include="Microsoft.VSSDK.TestHostFramework, Version=9.0.0.0, Cult
ure=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> | |
59 <Reference Include="System.Data" /> | |
60 <Reference Include="System.Data.DataSetExtensions"> | |
61 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
62 </Reference> | |
63 <Reference Include="System.Data.Linq"> | |
64 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
65 </Reference> | |
66 <Reference Include="System.Design" /> | |
67 <Reference Include="System.Drawing" /> | |
68 <Reference Include="System.Windows.Forms" /> | |
69 <Reference Include="System.Xml" /> | |
70 <Reference Include="System.Xml.Linq"> | |
71 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
72 </Reference> | |
73 </ItemGroup> | |
74 <ItemGroup> | |
75 <!--<Compile Include="Properties\AssemblyInfo.cs" />--> | |
76 <!----> | |
77 <!----> | |
78 <!----> | |
79 <Compile Include="PackageTest.cs" /> | |
80 <Compile Include="IntegrationTest Library\DialogboxPurger.cs" /> | |
81 <Compile Include="IntegrationTest Library\NativeMethods.cs" /> | |
82 <Compile Include="IntegrationTest Library\Utils.cs" /> | |
83 <Compile Include="SignOff-Tests\CPPProjectTests.cs" /> | |
84 <Compile Include="SignOff-Tests\CSharpProjectTests.cs" /> | |
85 <Compile Include="SignOff-Tests\SolutionTests.cs" /> | |
86 <Compile Include="SignOff-Tests\VBProjectTests.cs" /> | |
87 </ItemGroup> | |
88 <ItemGroup> | |
89 <ProjectReference Include="..\..\..\third_party\Microsoft.VisualStudio.Proje
ct\Microsoft.VisualStudio.Project.csproj"> | |
90 <Project>{3421A4E4-0282-44A1-94D5-2868D04ED391}</Project> | |
91 <Name>Microsoft.VisualStudio.Project</Name> | |
92 </ProjectReference> | |
93 <ProjectReference Include="..\..\MsAd7.BaseImpl\MsAd7.BaseImpl.csproj"> | |
94 <Project>{97E92446-E5EF-457A-B3CB-E9EB6CC41D62}</Project> | |
95 <Name>MsAd7.BaseImpl</Name> | |
96 </ProjectReference> | |
97 <ProjectReference Include="..\NaClVsx.Package.csproj"> | |
98 <Project>{20C5110D-0897-4B1C-9193-26D6F6E088AE}</Project> | |
99 <Name>NaClVsx.Package</Name> | |
100 </ProjectReference> | |
101 </ItemGroup> | |
102 <ItemGroup> | |
103 <Shadow Include="Test References\NaClVsx.Package.accessor" /> | |
104 </ItemGroup> | |
105 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
106 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. | |
107 Other similar extension points exist, see Microsoft.Common.targets. | |
108 <Target Name="BeforeBuild"> | |
109 </Target> | |
110 <Target Name="AfterBuild"> | |
111 </Target> | |
112 --> | |
113 </Project> | |
OLD | NEW |