APISampleUnitTestsVB.vbproj 3.9 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\VSL.Settings.targets" />
4
  <PropertyGroup>
5
    <UseCommonOutputDirectory>True</UseCommonOutputDirectory>
6
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
7 8
    <FileUpgradeFlags>
    </FileUpgradeFlags>
9
    <OldToolsVersion>4.0</OldToolsVersion>
10 11
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
12 13 14
    <SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\</SolutionDir>
  </PropertyGroup>
  <ItemGroup Label="Project References">
J
Jonathon Marolf 已提交
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
    <ProjectReference Include="..\..\..\..\src\Compilers\Core\Portable\CodeAnalysis.csproj">
      <Project>{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}</Project>
      <Name>Microsoft.CodeAnalysis</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\..\src\Compilers\VisualBasic\Portable\BasicCodeAnalysis.vbproj">
      <Project>{2523D0E6-DF32-4A3E-8AE0-A19BFFAE2EF6}</Project>
      <Name>Microsoft.CodeAnalysis.VisualBasic</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\..\src\Workspaces\Core\Portable\Workspaces.csproj">
      <Project>{5F8D2414-064A-4B3A-9B42-8E2A04246BE5}</Project>
      <Name>Microsoft.CodeAnalysis.Workspaces</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\..\src\Workspaces\Core\Desktop\Workspaces.Desktop.csproj">
      <Project>{2E87FA96-50BB-4607-8676-46521599F998}</Project>
      <Name>Microsoft.CodeAnalysis.Workspaces.Desktop</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\..\src\Workspaces\VisualBasic\Portable\BasicWorkspace.vbproj">
      <Project>{57CA988D-F010-4BF2-9A2E-07D6DCD2FF2C}</Project>
      <Name>Microsoft.CodeAnalysis.VisualBasic.Workspaces</Name>
    </ProjectReference>
35 36 37 38 39 40 41 42 43 44
  </ItemGroup>
  <PropertyGroup>
    <NonShipping>true</NonShipping>
    <ScrubbedSamplePath>VisualBasic\APISampleUnitTestsVB</ScrubbedSamplePath>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{A5C3CAA6-206D-41D1-9BE9-D8B5437D0D95}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>APISampleUnitTestsVB</RootNamespace>
    <AssemblyName>APISampleUnitTestsVB</AssemblyName>
45 46
    <VBRuntime>
    </VBRuntime>
47 48 49 50 51 52 53 54 55
    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <OptionInfer>On</OptionInfer>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <OptionInfer>On</OptionInfer>
  </PropertyGroup>
  <ItemGroup>
56
    <Reference Include="System" />
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
    <Reference Include="System.Core" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Xml.Linq" />
  </ItemGroup>
  <ItemGroup>
    <Import Include="Microsoft.VisualBasic" />
    <Import Include="System" />
    <Import Include="System.Collections" />
    <Import Include="System.Collections.Generic" />
    <Import Include="System.Diagnostics" />
    <Import Include="System.Linq" />
    <Import Include="System.Xml.Linq" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Compilations.vb" />
    <Compile Include="Extensions.vb" />
    <Compile Include="FAQ.vb" />
    <Compile Include="My Project\AssemblyInfo.vb" />
    <Compile Include="Parsing.vb" />
    <Compile Include="SymbolsAndSemantics.vb" />
    <Compile Include="SyntaxTrees.vb" />
    <Compile Include="TestCodeContainer.vb" />
  </ItemGroup>
80
  <ItemGroup>
81
    <None Include="project.json" />
82
  </ItemGroup>
J
Jared Parsons 已提交
83 84
  <Import Project="..\..\..\..\build\Targets\VSL.Imports.targets" />
  <Import Project="..\..\..\..\build\Targets\Roslyn.Toolsets.Xunit.targets" />
85
</Project>