BasicResultProvider.Portable.vbproj 3.5 KB
Newer Older
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Copyright (c)  Microsoft.  All Rights Reserved.  Licensed under the Apache License, Version 2.0.  See License.txt in the project root for license information. -->
3
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
J
Jared Parsons 已提交
4
  <Import Project="..\..\..\..\..\..\build\Targets\Settings.props" />
5 6
  <PropertyGroup>
    <Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
7
    <PlatformTarget>AnyCPU</PlatformTarget>
8
    <ProjectGuid>{76242A2D-2600-49DD-8C15-FEA07ECB1843}</ProjectGuid>
9 10
    <OutputType>Library</OutputType>
    <AssemblyName>Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ResultProvider</AssemblyName>
11
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12 13 14
    <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
    <TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
    <ProjectTypeGuids>{14182A97-F7F0-4C62-8B27-98AA8AE2109A};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
15
  </PropertyGroup>
16 17
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
18
  <ItemGroup Label="Project References">
19 20 21 22 23
    <ProjectReference Include="..\..\..\..\Core\Source\Concord\Concord.csproj">
      <Project>{5002636a-fe8d-40bf-8818-ab513a2194fa}</Project>
      <Name>Concord</Name>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
24 25 26
    <ProjectReference Include="..\..\..\..\Core\Source\ResultProvider\Portable\ResultProvider.Portable.csproj">
      <Project>{fa0e905d-ec46-466d-b7b2-3b5557f9428c}</Project>
      <Name>ResultProvider.Portable</Name>
27
    </ProjectReference>
28 29 30
    <ProjectReference Include="..\..\..\..\..\Tools\Source\CompilerGeneratorTools\DeployCompilerGeneratorToolsRuntime\DeployCompilerGeneratorToolsRuntime.csproj">
      <Project>{6da08f12-32f2-4dd9-bbad-982eb71a2c9b}</Project>
      <Name>DeployCompilerGeneratorToolsRuntime</Name>
31 32
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
33
  </ItemGroup>
34
  <ItemGroup Label="Linked Files">
35
    <Compile Include="..\..\..\..\..\Compilers\VisualBasic\Portable\Scanner\CharacterInfo.vb">
36 37
      <Link>Compiler\Scanner\CharacterInfo.vb</Link>
    </Compile>
38
    <Compile Include="..\..\..\..\..\Compilers\VisualBasic\Portable\Scanner\KeywordTable.vb">
39 40
      <Link>Compiler\Scanner\KeywordTable.vb</Link>
    </Compile>
41
    <Compile Include="..\..\..\..\..\Compilers\VisualBasic\Portable\SymbolDisplay\ObjectDisplay.vb">
42 43
      <Link>Compiler\SymbolDisplay\ObjectDisplay.vb</Link>
    </Compile>
44
    <Compile Include="..\..\..\..\..\Compilers\VisualBasic\Portable\Syntax\SyntaxKind.vb">
45 46
      <Link>Compiler\Syntax\SyntaxKind.vb</Link>
    </Compile>
47
    <Compile Include="..\..\..\..\..\Compilers\VisualBasic\Portable\Syntax\SyntaxKindFacts.vb">
48 49
      <Link>Compiler\Syntax\SyntaxKindFacts.vb</Link>
    </Compile>
50 51 52 53 54
    <SyntaxGetTextDefinition Include="..\..\..\..\..\Compilers\VisualBasic\Portable\Syntax\Syntax.xml">
      <Link>Compiler\Syntax\Syntax.xml</Link>
      <SubType>Designer</SubType>
    </SyntaxGetTextDefinition>
    <Compile Include="$(IntermediateOutputPath)Syntax.xml.Generated.vb" />
55
  </ItemGroup>
56 57 58
  <ItemGroup>
    <None Include="project.json" />
  </ItemGroup>
59
  <Import Project="..\BasicResultProvider.projitems" Label="Shared" />
J
Jared Parsons 已提交
60
  <Import Project="..\..\..\..\..\Tools\Vsdconfig\Vsdconfig.targets" />
J
Jared Parsons 已提交
61
  <Import Project="..\..\..\..\..\..\build\Targets\Imports.targets" />
62
</Project>