CSharpScriptingTest.Desktop.csproj 4.6 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
  </ImportGroup>
  <PropertyGroup>
    <Nonshipping>true</Nonshipping>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
T
Tomas Matousek 已提交
10
    <ProjectGuid>{286B01F3-811A-40A7-8C1F-10C9BB0597F7}</ProjectGuid>
11 12
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
T
Tomas Matousek 已提交
13 14
    <RootNamespace>Microsoft.CodeAnalysis.Scripting.CSharpTest</RootNamespace>
    <AssemblyName>Microsoft.CodeAnalysis.Scripting.CSharp.Desktop.UnitTests</AssemblyName>
15 16 17
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\</SolutionDir>
    <RestorePackages>true</RestorePackages>
T
Tomas Matousek 已提交
18
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
19
  </PropertyGroup>
T
Tomas Matousek 已提交
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
  <ItemGroup Label="Libraries">
    <Reference Include="$(NuGetPackagesPath)\System.Collections.Immutable.$(SystemCollectionsImmutableVersion)\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll">
      <Private>True</Private>
    </Reference>
    <Reference Include="$(NuGetPackagesPath)\System.Reflection.Metadata.$(SystemReflectionMetadataVersion)\lib\portable-net45+win8\System.Reflection.Metadata.dll">
      <Private>True</Private>
    </Reference>
    <Reference Include="xunit">
      <HintPath>$(NuGetPackagesPath)\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Runtime.Serialization" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Xml.Linq" />
  </ItemGroup>
39 40 41 42 43 44 45 46 47
  <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\CSharp\Portable\CSharpCodeAnalysis.csproj">
      <Project>{B501A547-C911-4A05-AC6E-274A50DFF30E}</Project>
      <Name>CSharpCodeAnalysis</Name>
    </ProjectReference>
T
Tomas Matousek 已提交
48 49 50 51
    <ProjectReference Include="..\..\Compilers\VisualBasic\Portable\BasicCodeAnalysis.vbproj">
      <Project>{2523D0E6-DF32-4A3E-8AE0-A19BFFAE2EF6}</Project>
      <Name>BasicCodeAnalysis</Name>
    </ProjectReference>
52
    <ProjectReference Include="..\..\Compilers\Test\Resources\Core\CompilerTestResources.csproj">
53 54 55
      <Project>{7FE6B002-89D8-4298-9B1B-0B5C247DD1FD}</Project>
      <Name>CompilerTestResources</Name>
    </ProjectReference>
T
Tomas Matousek 已提交
56 57 58
    <ProjectReference Include="..\..\Test\Utilities\Portable\TestUtilities.csproj">
      <Project>{ccbd3438-3e84-40a9-83ad-533f23bcfca5}</Project>
      <Name>TestUtilities</Name>
59
    </ProjectReference>
T
Tomas Matousek 已提交
60 61 62
    <ProjectReference Include="..\CoreTest.Desktop\ScriptingTest.Desktop.csproj">
      <Project>{6fd1cc3e-6a99-4736-9b8d-757992dde75d}</Project>
      <Name>ScriptingTest.Desktop</Name>
63
    </ProjectReference>
64
    <ProjectReference Include="..\Core\Scripting.csproj">
65
      <Project>{12A68549-4E8C-42D6-8703-A09335F97997}</Project>
66
      <Name>Scripting</Name>
67
    </ProjectReference>
T
Tomas Matousek 已提交
68 69 70 71 72 73 74 75
    <ProjectReference Include="..\CoreTest\ScriptingTest.csproj">
      <Project>{2DAE4406-7A89-4B5F-95C3-BC5472CE47CE}</Project>
      <Name>ScriptingTest</Name>
    </ProjectReference>
    <ProjectReference Include="..\CSharpTest\CSharpScriptingTest.csproj">
      <Project>{2dae4406-7a89-4b5f-95c3-bc5422ce47ce}</Project>
      <Name>CSharpScriptingTest</Name>
    </ProjectReference>
76 77 78 79 80 81 82 83 84 85
    <ProjectReference Include="..\CSharp\CSharpScripting.csproj">
      <Project>{066F0DBD-C46C-4C20-AFEC-99829A172625}</Project>
      <Name>CSharpScripting</Name>
    </ProjectReference>
  </ItemGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  </PropertyGroup>
  <ItemGroup>
T
Tomas Matousek 已提交
86 87
    <Compile Include="InteractiveSessionTests.cs" />
    <Compile Include="ObjectFormatterTests.cs" />
88 89
  </ItemGroup>
  <ImportGroup Label="Targets">
A
Andy Gocke 已提交
90 91
    <Import Project="..\..\..\build\Targets\VSL.Imports.targets" />
    <Import Project="..\..\..\build\Targets\Roslyn.Toolsets.Xunit.targets" />
92 93
    <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  </ImportGroup>
T
Tomas Matousek 已提交
94
</Project>