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