BasicResultProvider.NetFX20.vbproj 2.4 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 Sdk="Microsoft.NET.Sdk">
4
  <PropertyGroup>
5 6
    <OutputType>Library</OutputType>
    <AssemblyName>Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ResultProvider</AssemblyName>
7
    <TargetFramework>net20</TargetFramework>
8
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
9
    <RootNamespace></RootNamespace>
10
  </PropertyGroup>
11
  <ItemGroup Label="Project References">
J
Jared Parsons 已提交
12
    <ProjectReference Include="..\..\..\..\Core\Source\ResultProvider\NetFX20\ResultProvider.NetFX20.csproj" />
13
  </ItemGroup>
14
  <ItemGroup Label="Linked Files">
15
    <Compile Include="..\..\..\..\..\Compilers\VisualBasic\Portable\Scanner\CharacterInfo.vb">
16 17
      <Link>Compiler\Scanner\CharacterInfo.vb</Link>
    </Compile>
18
    <Compile Include="..\..\..\..\..\Compilers\VisualBasic\Portable\Scanner\KeywordTable.vb">
19 20
      <Link>Compiler\Scanner\KeywordTable.vb</Link>
    </Compile>
21
    <Compile Include="..\..\..\..\..\Compilers\VisualBasic\Portable\SymbolDisplay\ObjectDisplay.vb">
22 23
      <Link>Compiler\SymbolDisplay\ObjectDisplay.vb</Link>
    </Compile>
24
    <Compile Include="..\..\..\..\..\Compilers\VisualBasic\Portable\Syntax\SyntaxKind.vb">
25 26
      <Link>Compiler\Syntax\SyntaxKind.vb</Link>
    </Compile>
27
    <Compile Include="..\..\..\..\..\Compilers\VisualBasic\Portable\Syntax\SyntaxKindFacts.vb">
28 29
      <Link>Compiler\Syntax\SyntaxKindFacts.vb</Link>
    </Compile>
30 31 32
    <Compile Include="..\Generated\Syntax.xml.GetText.Generated.vb">
      <Link>Generated\Syntax.xml.GetText.Generated.vb</Link>
    </Compile>
33 34
  </ItemGroup>
  <ItemGroup>
35 36
    <PackageReference Include="Microsoft.VisualStudio.Debugger.Engine-implementation" Version="$(MicrosoftVisualStudioDebuggerEngineimplementationVersion)" />
    <PackageReference Include="Microsoft.VisualStudio.Debugger.Metadata-implementation" Version="$(MicrosoftVisualStudioDebuggerMetadataimplementationVersion)" />
37
    <PackageReference Include="Microsoft.NetFX20" Version="$(MicrosoftNetFX20Version)" />
38 39 40
  </ItemGroup>
  <ItemGroup>
    <Folder Include="My Project\" />
41
  </ItemGroup>
42
  <Import Project="..\BasicResultProvider.projitems" Label="Shared" />
T
Tomáš Matoušek 已提交
43
  <Import Project="$(RepositoryEngineeringDir)targets\Vsdconfig.targets" />
44
</Project>