OLD | NEW |
| (Empty) |
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{97E92446-E5EF-457A-B3CB-E9EB6CC41D62}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Google.MsAd7.BaseImpl</RootNamespace> | |
12 <AssemblyName>MsAd7.BaseImpl</AssemblyName> | |
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | |
14 <FileAlignment>512</FileAlignment> | |
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 <TreatWarningsAsErrors>true</TreatWarningsAsErrors> | |
25 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | |
26 </PropertyGroup> | |
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'
"> | |
28 <DebugType>pdbonly</DebugType> | |
29 <Optimize>true</Optimize> | |
30 <OutputPath>bin\Release\</OutputPath> | |
31 <DefineConstants>TRACE</DefineConstants> | |
32 <ErrorReport>prompt</ErrorReport> | |
33 <WarningLevel>4</WarningLevel> | |
34 </PropertyGroup> | |
35 <ItemGroup> | |
36 <Reference Include="Microsoft.VisualStudio.Debugger.InteropA, Version=9.0.0.
0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> | |
37 <Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> | |
38 <Reference Include="Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0, Cultu
re=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> | |
39 <Reference Include="System" /> | |
40 <Reference Include="System.Core"> | |
41 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
42 </Reference> | |
43 <Reference Include="System.Xml.Linq"> | |
44 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
45 </Reference> | |
46 <Reference Include="System.Data.DataSetExtensions"> | |
47 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
48 </Reference> | |
49 <Reference Include="System.Data" /> | |
50 <Reference Include="System.Xml" /> | |
51 </ItemGroup> | |
52 <ItemGroup> | |
53 <Compile Include="Ad7Enumerators.cs" /> | |
54 <Compile Include="Ad7Events.cs" /> | |
55 <Compile Include="BoundBreakpoint.cs" /> | |
56 <Compile Include="ErrorBreakpoint.cs" /> | |
57 <Compile Include="ErrorBreakpointResolution.cs" /> | |
58 <Compile Include="BreakpointRequest.cs" /> | |
59 <Compile Include="CodeContext.cs" /> | |
60 <Compile Include="ComUtils.cs" /> | |
61 <Compile Include="DebugProperties\Memory.cs" /> | |
62 <Compile Include="DebugProperties\Register.cs" /> | |
63 <Compile Include="DebugProperties\RegisterSetSchema.cs" /> | |
64 <Compile Include="DebugProperties\RegisterSet.cs" /> | |
65 <Compile Include="DebugProperties\Variable.cs" /> | |
66 <Compile Include="Interfaces\IBreakpointInfo.cs" /> | |
67 <Compile Include="Port.cs" /> | |
68 <Compile Include="PortRequest.cs" /> | |
69 <Compile Include="PortSupplier.cs" /> | |
70 <Compile Include="DebugProcess.cs" /> | |
71 <Compile Include="SimpleExpression.cs" /> | |
72 <Compile Include="DocumentPosition.cs" /> | |
73 <Compile Include="ExpressionContext.cs" /> | |
74 <Compile Include="DocumentContext.cs" /> | |
75 <Compile Include="ExtensionMethods.cs" /> | |
76 <Compile Include="Interfaces\ISimpleDebugger.cs" /> | |
77 <Compile Include="Interfaces\ISimpleSymbolProvider.cs" /> | |
78 <Compile Include="Module.cs" /> | |
79 <Compile Include="PendingBreakpoint.cs" /> | |
80 <Compile Include="DebugPropertyBase.cs" /> | |
81 <Compile Include="StackFrame.cs" /> | |
82 <Compile Include="Guids.cs" /> | |
83 <Compile Include="MemoryBytes.cs" /> | |
84 <Compile Include="MemoryContext.cs" /> | |
85 <Compile Include="Properties\AssemblyInfo.cs" /> | |
86 <Compile Include="TestUtils\MockBase.cs" /> | |
87 </ItemGroup> | |
88 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
89 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. | |
90 Other similar extension points exist, see Microsoft.Common.targets. | |
91 <Target Name="BeforeBuild"> | |
92 </Target> | |
93 <Target Name="AfterBuild"> | |
94 </Target> | |
95 --> | |
96 </Project> | |
OLD | NEW |