PdbUtilities.csproj 7.1 KB
Newer Older
P
Pilchie 已提交
1 2 3
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Open Technologies, Inc.  All Rights Reserved.  Licensed under the Apache License, Version 2.0.  See License.txt in the project root for license information. -->
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4
  <Import Project="..\..\..\packages\Microsoft.Net.ToolsetCompilers.0.7.4100302-beta\build\Microsoft.Net.ToolsetCompilers.props" Condition="Exists('..\..\..\packages\Microsoft.Net.ToolsetCompilers.0.7.4100302-beta\build\Microsoft.Net.ToolsetCompilers.props')" />
P
Pilchie 已提交
5 6 7 8 9 10
  <ImportGroup Label="Settings">
    <Import Project="..\..\Tools\Microsoft.CodeAnalysis.Toolset.Open\Targets\VSL.Settings.targets" />
  </ImportGroup>
  <PropertyGroup>
    <Nonshipping>true</Nonshipping>
    <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
11
    <OutDir>..\..\..\Binaries\$(Configuration)\</OutDir>
P
Pilchie 已提交
12 13 14 15 16 17
    <Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
    <ProjectGuid>{AFDE6BEA-5038-4A4A-A88E-DBD2E4088EED}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>Roslyn.Test.PdbUtilities</RootNamespace>
    <AssemblyName>Roslyn.Test.PdbUtilities</AssemblyName>
    <StyleCopEnabled>false</StyleCopEnabled>
18
    <SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\</SolutionDir>
P
Pilchie 已提交
19 20 21
    <RestorePackages>true</RestorePackages>
  </PropertyGroup>
  <ItemGroup Label="Linked Files">
22
    <Compile Include="..\..\Compilers\Core\Portable\Collections\ArrayBuilder.cs">
P
Pilchie 已提交
23 24
      <Link>Collections\ArrayBuilder.cs</Link>
    </Compile>
25 26
    <Compile Include="..\..\Compilers\Core\Portable\Collections\ArrayBuilder.Enumerator.cs">
      <Link>Collections\ArrayBuilder.Enumerator.cs</Link>
P
Pilchie 已提交
27
    </Compile>
28
    <Compile Include="..\..\Compilers\Core\Portable\Collections\PooledStringBuilder.cs">
P
Pilchie 已提交
29 30
      <Link>Collections\PooledStringBuilder.cs</Link>
    </Compile>
31
    <Compile Include="..\..\Compilers\Core\Portable\InternalUtilities\ExceptionUtilities.cs">
P
Pilchie 已提交
32 33
      <Link>InternalUtilities\ExceptionUtilities.cs</Link>
    </Compile>
34
    <Compile Include="..\..\Compilers\Core\Portable\InternalUtilities\ComStreamWrapper.cs">
P
Pilchie 已提交
35 36
      <Link>InternalUtilities\ComStreamWrapper.cs</Link>
    </Compile>
37
    <Compile Include="..\..\Compilers\Core\Portable\InternalUtilities\ObjectPool`1.cs">
P
Pilchie 已提交
38 39 40 41 42
      <Link>InternalUtilities\ObjectPool`1.cs</Link>
    </Compile>
  </ItemGroup>
  <ItemGroup Label="File References">
    <Reference Include="System.Reflection.Metadata">
43
      <HintPath>..\..\..\packages\Microsoft.Bcl.Metadata.1.0.12-alpha\lib\portable-net45+win8\System.Reflection.Metadata.dll</HintPath>
P
Pilchie 已提交
44 45
    </Reference>
    <Reference Include="CorApi">
46
      <HintPath>..\..\..\packages\MDbg.0.1.0\lib\net40\CorApi.dll</HintPath>
P
Pilchie 已提交
47 48
    </Reference>
    <Reference Include="CorApiRaw">
49
      <HintPath>..\..\..\packages\MDbg.0.1.0\lib\net40\CorApiRaw.dll</HintPath>
P
Pilchie 已提交
50 51
    </Reference>
    <Reference Include="MDbgEng">
52
      <HintPath>..\..\..\packages\MDbg.0.1.0\lib\net40\MDbgEng.dll</HintPath>
P
Pilchie 已提交
53 54
    </Reference>
    <Reference Include="MDbgExt">
55
      <HintPath>..\..\..\packages\MDbg.0.1.0\lib\net40\MDbgExt.dll</HintPath>
P
Pilchie 已提交
56 57
    </Reference>
    <Reference Include="MDbgUtility">
58
      <HintPath>..\..\..\packages\MDbg.0.1.0\lib\net40\MDbgUtility.dll</HintPath>
P
Pilchie 已提交
59 60
    </Reference>
    <Reference Include="NativeDebugWrappers">
61
      <HintPath>..\..\..\packages\MDbg.0.1.0\lib\net40\NativeDebugWrappers.dll</HintPath>
P
Pilchie 已提交
62 63
    </Reference>
    <Reference Include="System.Collections.Immutable">
64
      <HintPath>..\..\..\packages\Microsoft.Bcl.Immutable.1.1.20-beta\lib\portable-net45+win8\System.Collections.Immutable.dll</HintPath>
P
Pilchie 已提交
65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
    </Reference>
  </ItemGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <DefineConstants>ARM</DefineConstants>
    <PlatformTarget>ARM</PlatformTarget>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <DefineConstants>ARM</DefineConstants>
    <PlatformTarget>ARM</PlatformTarget>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.XML" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Metadata\ILVisualizer.cs" />
    <Compile Include="Metadata\ILVisualizerAsTokens.cs" />
    <Compile Include="Metadata\MetadataVisualizer.cs" />
    <Compile Include="Metadata\MethodILExtensions.cs" />
    <Compile Include="Pdb\PdbToXml.cs" />
    <Compile Include="Pdb\PdbToXmlOptions.cs" />
    <Compile Include="Pdb\TempPdbReader.cs" />
    <Compile Include="Pdb\Token2SourceLineExporter.cs" />
    <Compile Include="Shared\CustomDebugInfoReader.cs" />
    <Compile Include="Shared\DummyMetadataImport.cs" />
    <Compile Include="Shared\IMetadataImport.cs" />
    <Compile Include="Shared\ISymENCUnmanagedMethod.cs" />
    <Compile Include="Shared\ISymUnmanagedDocument.cs" />
    <Compile Include="Shared\ISymUnmanagedMethod.cs" />
    <Compile Include="Shared\ISymUnmanagedNamespace.cs" />
    <Compile Include="Shared\ISymUnmanagedReader.cs" />
    <Compile Include="Shared\ISymUnmanagedReader2.cs" />
    <Compile Include="Shared\ISymUnmanagedScope.cs" />
    <Compile Include="Shared\ISymUnmanagedVariable.cs" />
    <Compile Include="Shared\SymUnmanagedReaderExtensions.cs" />
  </ItemGroup>
109 110 111
  <ItemGroup>
    <None Include="packages.config" />
  </ItemGroup>
112 113
  <ItemGroup>
    <InternalsVisibleToTest Include="Roslyn.Test.Utilities" />
114
    <InternalsVisibleToTest Include="Roslyn.Compilers.UnitTests" />
115
  </ItemGroup>
P
Pilchie 已提交
116 117
  <ImportGroup Label="Targets">
    <Import Project="..\..\Tools\Microsoft.CodeAnalysis.Toolset.Open\Targets\VSL.Imports.targets" />
118
    <Import Project="..\..\..\packages\StyleCop.MSBuild.4.7.48.2\build\StyleCop.MSBuild.Targets" Condition="Exists('..\..\..\packages\StyleCop.MSBuild.4.7.48.2\build\StyleCop.MSBuild.Targets')" />
K
kayleh 已提交
119
    <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
P
Pilchie 已提交
120 121 122 123 124 125
  </ImportGroup>
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
    <PropertyGroup>
      <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
    </PropertyGroup>
    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
126
    <Error Condition="!Exists('..\..\..\packages\Microsoft.Net.ToolsetCompilers.0.7.4100302-beta\build\Microsoft.Net.ToolsetCompilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.Net.ToolsetCompilers.0.7.4100302-beta\build\Microsoft.Net.ToolsetCompilers.props'))" />
P
Pilchie 已提交
127 128
  </Target>
</Project>