1
- <Project Sdk =" Microsoft.NET.Sdk" >
2
-
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" ..\..\src\Cloudikka.PolylineAlgorithm\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\..\src\Cloudikka.PolylineAlgorithm\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props')" />
3
4
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.0</TargetFramework >
5
-
6
- <IsPackable >false</IsPackable >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{1926DF66-E776-4369-AA0E-6A087F7137B5}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >Cloudikka.PolylineAlgorithm.Tests</RootNamespace >
11
+ <AssemblyName >Cloudikka.PolylineAlgorithm.Tests</AssemblyName >
12
+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
15
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >15.0</VisualStudioVersion >
16
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
17
+ <ReferencePath >$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath >
18
+ <IsCodedUITest >False</IsCodedUITest >
19
+ <TestProjectType >UnitTest</TestProjectType >
20
+ <NuGetPackageImportStamp >
21
+ </NuGetPackageImportStamp >
7
22
</PropertyGroup >
8
-
23
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24
+ <DebugSymbols >true</DebugSymbols >
25
+ <DebugType >full</DebugType >
26
+ <Optimize >false</Optimize >
27
+ <OutputPath >bin\Debug\</OutputPath >
28
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
29
+ <ErrorReport >prompt</ErrorReport >
30
+ <WarningLevel >4</WarningLevel >
31
+ </PropertyGroup >
32
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
33
+ <DebugType >pdbonly</DebugType >
34
+ <Optimize >true</Optimize >
35
+ <OutputPath >bin\Release\</OutputPath >
36
+ <DefineConstants >TRACE</DefineConstants >
37
+ <ErrorReport >prompt</ErrorReport >
38
+ <WarningLevel >4</WarningLevel >
39
+ </PropertyGroup >
40
+ <ItemGroup >
41
+ <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
42
+ <HintPath >..\..\src\Cloudikka.PolylineAlgorithm\packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
43
+ </Reference >
44
+ <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
45
+ <HintPath >..\..\src\Cloudikka.PolylineAlgorithm\packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
46
+ </Reference >
47
+ <Reference Include =" System" />
48
+ <Reference Include =" System.Core" />
49
+ </ItemGroup >
50
+ <ItemGroup >
51
+ <Compile Include =" Defaults.cs" />
52
+ <Compile Include =" PolylineAlgorithmTest.cs" />
53
+ <Compile Include =" Properties\AssemblyInfo.cs" />
54
+ <Compile Include =" TuplePolylineDecoderTest.cs" />
55
+ <Compile Include =" TuplePolylineEncoderTest.cs" />
56
+ </ItemGroup >
9
57
<ItemGroup >
10
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.5.0" />
11
- <PackageReference Include =" MSTest.TestAdapter" Version =" 1.2.0" />
12
- <PackageReference Include =" MSTest.TestFramework" Version =" 1.2.0" />
58
+ <None Include =" packages.config" />
13
59
</ItemGroup >
14
-
15
60
<ItemGroup >
16
- <ProjectReference Include =" ..\..\src\Cloudikka.PolylineAlgorithm\Cloudikka.PolylineAlgorithm\Cloudikka.PolylineAlgorithm.csproj" />
61
+ <ProjectReference Include =" ..\..\src\Cloudikka.PolylineAlgorithm\Cloudikka.PolylineAlgorithm\Cloudikka.PolylineAlgorithm.csproj" >
62
+ <Project >{882322a6-e758-4662-8d1c-7c555c8fc3f2}</Project >
63
+ <Name >Cloudikka.PolylineAlgorithm</Name >
64
+ </ProjectReference >
17
65
</ItemGroup >
18
-
19
- </Project >
66
+ <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
67
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
68
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
69
+ <PropertyGroup >
70
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
71
+ </PropertyGroup >
72
+ <Error Condition =" !Exists('..\..\src\Cloudikka.PolylineAlgorithm\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\src\Cloudikka.PolylineAlgorithm\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props'))" />
73
+ <Error Condition =" !Exists('..\..\src\Cloudikka.PolylineAlgorithm\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\src\Cloudikka.PolylineAlgorithm\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets'))" />
74
+ <Error Condition =" !Exists('..\..\src\Cloudikka.PolylineAlgorithm\packages\NETStandard.Library.2.0.1\build\netstandard2.0\NETStandard.Library.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\src\Cloudikka.PolylineAlgorithm\packages\NETStandard.Library.2.0.1\build\netstandard2.0\NETStandard.Library.targets'))" />
75
+ </Target >
76
+ <Import Project =" ..\..\src\Cloudikka.PolylineAlgorithm\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\..\src\Cloudikka.PolylineAlgorithm\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets')" />
77
+ <Import Project =" ..\..\src\Cloudikka.PolylineAlgorithm\packages\NETStandard.Library.2.0.1\build\netstandard2.0\NETStandard.Library.targets" Condition =" Exists('..\..\src\Cloudikka.PolylineAlgorithm\packages\NETStandard.Library.2.0.1\build\netstandard2.0\NETStandard.Library.targets')" />
78
+ </Project >
0 commit comments