BasicScriptingTest.vbproj 3.5 KB
Newer Older
1 2 3
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="Settings">
A
Andy Gocke 已提交
4
    <Import Project="..\..\..\build\Targets\VSL.Settings.targets" />
5 6 7 8 9 10 11 12 13
  </ImportGroup>
  <PropertyGroup>
    <Nonshipping>true</Nonshipping>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{ABC7262E-1053-49F3-B846-E3091BB92E8C}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>
    </RootNamespace>
14
    <AssemblyName>Microsoft.CodeAnalysis.Scripting.VisualBasic.UnitTests</AssemblyName>
15 16
    <SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\</SolutionDir>
    <RestorePackages>true</RestorePackages>
17 18 19
    <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
    <TargetFrameworkProfile>
    </TargetFrameworkProfile>
T
Tomas Matousek 已提交
20 21 22 23 24 25
    <TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
    <ProjectTypeGuids>{14182A97-F7F0-4C62-8B27-98AA8AE2109A};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 27 28 29 30 31 32 33 34 35
  </PropertyGroup>
  <ItemGroup Label="Project References">
    <ProjectReference Include="..\..\Compilers\Core\Portable\CodeAnalysis.csproj">
      <Project>{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}</Project>
      <Name>CodeAnalysis</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Compilers\VisualBasic\Portable\BasicCodeAnalysis.vbproj">
      <Project>{2523D0E6-DF32-4A3E-8AE0-A19BFFAE2EF6}</Project>
      <Name>BasicCodeAnalysis</Name>
    </ProjectReference>
36
    <ProjectReference Include="..\..\Compilers\Test\Resources\Core\CompilerTestResources.csproj">
37 38 39
      <Project>{7FE6B002-89D8-4298-9B1B-0B5C247DD1FD}</Project>
      <Name>CompilerTestResources</Name>
    </ProjectReference>
T
Tomas Matousek 已提交
40 41 42
    <ProjectReference Include="..\..\Test\Utilities\Portable\TestUtilities.csproj">
      <Project>{ccbd3438-3e84-40a9-83ad-533f23bcfca5}</Project>
      <Name>TestUtilities</Name>
43
    </ProjectReference>
44
    <ProjectReference Include="..\Core\Scripting.csproj">
45
      <Project>{12A68549-4E8C-42D6-8703-A09335F97997}</Project>
46
      <Name>Scripting</Name>
47
    </ProjectReference>
T
Tomas Matousek 已提交
48
    <ProjectReference Include="..\CoreTest\ScriptingTest.csproj">
49
      <Project>{2DAE4406-7A89-4B5F-95C3-BC5472CE47CE}</Project>
50
      <Name>ScriptingTest</Name>
51 52 53 54 55 56 57 58 59 60 61 62
    </ProjectReference>
    <ProjectReference Include="..\VisualBasic\BasicScripting.vbproj">
      <Project>{3E7DEA65-317B-4F43-A25D-62F18D96CFD7}</Project>
      <Name>BasicScripting</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="InteractiveSessionTests.vb" />
    <Compile Include="ObjectFormatterTests.vb" />
    <Compile Include="ScriptTests.vb" />
  </ItemGroup>
  <ItemGroup>
T
Tomas Matousek 已提交
63
    <InternalsVisibleToTest Include="Microsoft.CodeAnalysis.Scripting.VisualBasic.Desktop.UnitTests" />
64
  </ItemGroup>
65 66 67
  <ItemGroup>
    <None Include="project.json" />
  </ItemGroup>
68
  <ImportGroup Label="Targets">
A
Andy Gocke 已提交
69 70
    <Import Project="..\..\..\build\Targets\VSL.Imports.targets" />
    <Import Project="..\..\..\build\Targets\Roslyn.Toolsets.Xunit.targets" />
71
  </ImportGroup>
72 73 74 75 76
  <ProjectExtensions>
    <VisualStudio>
      <UserProperties project_1json__JSONSchema="http://json.schemastore.org/launchsettings" />
    </VisualStudio>
  </ProjectExtensions>
77
</Project>