1- <? xml version = " 1.0 " encoding = " utf-8 " ? >
2- < Project DefaultTargets = " Build " ToolsVersion = " 4.0 " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " >
1+ <Project Sdk = " Microsoft.NET.Sdk " >
2+
33 <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >12.0.0</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{F9F61DE0-D1AF-4A1D-9D62-5C09B22AC31D}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <RootNamespace >SendGrid.SmtpApi.HeaderTests</RootNamespace >
11- <AssemblyName >SendGrid.SmtpApi.HeaderTests</AssemblyName >
12- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
13- <RestorePackages >true</RestorePackages >
4+ <TargetFramework >net40</TargetFramework >
5+ <IsTestProject >true</IsTestProject >
6+ <IsPackable >false</IsPackable >
147 </PropertyGroup >
15- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16- <DebugSymbols >true</DebugSymbols >
17- <DebugType >full</DebugType >
18- <Optimize >false</Optimize >
19- <OutputPath >bin\Debug</OutputPath >
20- <DefineConstants >DEBUG;</DefineConstants >
21- <ErrorReport >prompt</ErrorReport >
22- <WarningLevel >4</WarningLevel >
23- <ConsolePause >false</ConsolePause >
24- </PropertyGroup >
25- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26- <DebugType >full</DebugType >
27- <Optimize >true</Optimize >
28- <OutputPath >bin\Release</OutputPath >
29- <ErrorReport >prompt</ErrorReport >
30- <WarningLevel >4</WarningLevel >
31- <ConsolePause >false</ConsolePause >
32- </PropertyGroup >
33- <ItemGroup >
34- <Reference Include =" nunit.framework" >
35- <HintPath >..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath >
36- </Reference >
37- <Reference Include =" System" />
38- </ItemGroup >
39- <ItemGroup >
40- <Compile Include =" TestHeader.cs" />
41- <Compile Include =" TestRepositoryFiles.cs" />
42- <Compile Include =" TestTreeNode.cs" />
43- <Compile Include =" TestUtils.cs" />
44- </ItemGroup >
45- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
46- <ItemGroup >
47- <None Include =" packages.config" />
48- </ItemGroup >
8+
499 <ItemGroup >
50- <ProjectReference Include =" ..\Smtpapi\SendGrid.SmtpApi.csproj" >
51- <Project >{314665CE-FB24-4984-9B0D-2C39218930F1}</Project >
52- <Name >SendGrid.SmtpApi</Name >
53- </ProjectReference >
10+ <ProjectReference Include =" ..\Smtpapi\SendGrid.SmtpApi.csproj" />
5411 </ItemGroup >
12+
5513 <ItemGroup >
56- <Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
14+ <PackageReference Include =" NUnit" Version =" 2.6.3" />
15+ <PackageReference Include =" NUnitTestAdapter" Version =" 2.1.1" />
5716 </ItemGroup >
58- <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
59- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
60- <PropertyGroup >
61- <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
62- </PropertyGroup >
63- <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
64- </Target >
65- </Project >
17+ </Project >
0 commit comments