|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="..\packages\xunit.runner.visualstudio.0.99.9-build1021\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\packages\xunit.runner.visualstudio.0.99.9-build1021\build\net20\xunit.runner.visualstudio.props')" /> |
4 | | - <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
| 4 | + <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.props))\build.props" /> |
5 | 5 | <PropertyGroup> |
6 | | - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
7 | | - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
8 | 6 | <ProjectGuid>{D4D6FF88-0586-43C7-BDE4-D336EB25E7AA}</ProjectGuid> |
9 | 7 | <OutputType>Library</OutputType> |
10 | 8 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 9 | <RootNamespace>Microsoft.DotNet.CodeFormatting.Tests</RootNamespace> |
12 | 10 | <AssemblyName>Microsoft.DotNet.CodeFormatting.Tests</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
14 | | - <FileAlignment>512</FileAlignment> |
15 | 11 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
16 | | - <RestorePackages>true</RestorePackages> |
17 | 12 | </PropertyGroup> |
| 13 | + <!-- Default configurations to help VS understand --> |
18 | 14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | | - <DebugSymbols>true</DebugSymbols> |
20 | | - <DebugType>full</DebugType> |
21 | | - <Optimize>false</Optimize> |
22 | | - <OutputPath>bin\Debug\</OutputPath> |
23 | | - <DefineConstants>DEBUG;TRACE</DefineConstants> |
24 | | - <ErrorReport>prompt</ErrorReport> |
25 | | - <WarningLevel>4</WarningLevel> |
26 | 15 | </PropertyGroup> |
27 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 | | - <DebugType>pdbonly</DebugType> |
29 | | - <Optimize>true</Optimize> |
30 | | - <OutputPath>bin\Release\</OutputPath> |
31 | | - <DefineConstants>TRACE</DefineConstants> |
32 | | - <ErrorReport>prompt</ErrorReport> |
33 | | - <WarningLevel>4</WarningLevel> |
34 | 17 | </PropertyGroup> |
35 | 18 | <ItemGroup> |
36 | 19 | <Reference Include="Microsoft.CodeAnalysis, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
0 commit comments