ImplementNotifyPropertyChangedVB.UnitTests.vbproj 2.8 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 14
  </ImportGroup>
  <PropertyGroup>
    <Nonshipping>true</Nonshipping>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{EF5ACC32-7644-4CF0-87FC-AE9AFD0DB4D8}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>ImplementNotifyPropertyChangedVB.UnitTests</RootNamespace>
    <AssemblyName>ImplementNotifyPropertyChangedVB.UnitTests</AssemblyName>
    <VBRuntime>Default</VBRuntime>
15
    <SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\</SolutionDir>
16
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
  </PropertyGroup>
  <ItemGroup Label="File References">
    <Folder Include="My Project\" />
  </ItemGroup>
  <ItemGroup Label="Project References">
    <Reference Include="Microsoft.CodeAnalysis">
      <HintPath>$(VSLOutDir)\Microsoft.CodeAnalysis.dll</HintPath>
      <Private>false</Private>
    </Reference>
    <Reference Include="Microsoft.CodeAnalysis.VisualBasic">
      <HintPath>$(VSLOutDir)\Microsoft.CodeAnalysis.VisualBasic.dll</HintPath>
      <Private>false</Private>
    </Reference>
    <Reference Include="Microsoft.CodeAnalysis.Workspaces">
      <HintPath>$(VSLOutDir)\Microsoft.CodeAnalysis.Workspaces.dll</HintPath>
      <Private>false</Private>
    </Reference>
J
Jonathon Marolf 已提交
34 35 36 37
    <ProjectReference Include="..\..\..\Shared\UnitTestFramework\UnitTestFramework.csproj">
      <Project>{d571f126-f0b6-487e-bb79-e91eaee46f4f}</Project>
      <Name>UnitTestFramework</Name>
    </ProjectReference>
38 39 40 41 42
    <ProjectReference Include="..\Impl\ImplementNotifyPropertyChangedVB.vbproj">
      <Project>{C182B3BA-431B-475E-ABA8-21A56283B493}</Project>
      <Name>ImplementNotifyPropertyChangedVB</Name>
    </ProjectReference>
  </ItemGroup>
43 44 45 46
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  </PropertyGroup>
47 48 49 50 51 52 53 54 55 56 57
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Data" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Xml.Linq" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="CodeRefactoringTests.vb" />
  </ItemGroup>
58
  <ItemGroup>
J
Jared Parsons 已提交
59
    <None Include="app.config" />
60
    <None Include="project.json" />
61
  </ItemGroup>
62
  <ImportGroup Label="Targets">
A
Andy Gocke 已提交
63
    <Import Project="..\..\..\..\..\build\Targets\VSL.Imports.targets" />
64
  </ImportGroup>
J
Jared Parsons 已提交
65
</Project>