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 =" ..\packages\xunit.runner.visualstudio.2.4.1\build\net20\xunit.runner.visualstudio.props" Condition =" Exists('..\packages\xunit.runner.visualstudio.2.4.1\build\net20\xunit.runner.visualstudio.props')" />
4+ <Import Project =" ..\packages\xunit.core.2.4.1\build\xunit.core.props" Condition =" Exists('..\packages\xunit.core.2.4.1\build\xunit.core.props')" />
5+ <Import Project =" ..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" />
6+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
37 <PropertyGroup >
4- <TargetFramework >netcoreapp2.1</TargetFramework >
5-
6- <IsPackable >false</IsPackable >
8+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
9+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
10+ <ProjectGuid >{7F4634A7-B081-47A1-85B1-241FEE59AD72}</ProjectGuid >
11+ <OutputType >Library</OutputType >
12+ <AppDesignerFolder >Properties</AppDesignerFolder >
13+ <RootNamespace >md2docxTests</RootNamespace >
14+ <AssemblyName >md2docxTests</AssemblyName >
15+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
16+ <FileAlignment >512</FileAlignment >
17+ <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
18+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >15.0</VisualStudioVersion >
19+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
20+ <ReferencePath >$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath >
21+ <IsCodedUITest >False</IsCodedUITest >
22+ <TestProjectType >UnitTest</TestProjectType >
23+ <NuGetPackageImportStamp >
24+ </NuGetPackageImportStamp >
725 </PropertyGroup >
8-
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
27+ <DebugSymbols >true</DebugSymbols >
28+ <DebugType >full</DebugType >
29+ <Optimize >false</Optimize >
30+ <OutputPath >bin\Debug\</OutputPath >
31+ <DefineConstants >DEBUG;TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ </PropertyGroup >
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
36+ <DebugType >pdbonly</DebugType >
37+ <Optimize >true</Optimize >
38+ <OutputPath >bin\Release\</OutputPath >
39+ <DefineConstants >TRACE</DefineConstants >
40+ <ErrorReport >prompt</ErrorReport >
41+ <WarningLevel >4</WarningLevel >
42+ </PropertyGroup >
43+ <ItemGroup >
44+ <Reference Include =" DocumentFormat.OpenXml, Version=2.9.1.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL" >
45+ <HintPath >..\packages\DocumentFormat.OpenXml.2.9.1\lib\net46\DocumentFormat.OpenXml.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
48+ <HintPath >..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
49+ </Reference >
50+ <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
51+ <HintPath >..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
52+ </Reference >
53+ <Reference Include =" Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
54+ <HintPath >..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath >
55+ </Reference >
56+ <Reference Include =" System" />
57+ <Reference Include =" System.Core" />
58+ <Reference Include =" System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
59+ <HintPath >..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath >
60+ </Reference >
61+ <Reference Include =" System.IO.Packaging, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
62+ <HintPath >..\packages\System.IO.Packaging.4.5.0\lib\net46\System.IO.Packaging.dll</HintPath >
63+ </Reference >
64+ <Reference Include =" System.Runtime.Serialization" />
65+ <Reference Include =" System.Xml" />
66+ <Reference Include =" System.Xml.Linq" />
67+ <Reference Include =" WindowsBase" />
68+ <Reference Include =" xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
69+ <HintPath >..\packages\xunit.abstractions.2.0.3\lib\net35\xunit.abstractions.dll</HintPath >
70+ </Reference >
71+ <Reference Include =" xunit.assert, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
72+ <HintPath >..\packages\xunit.assert.2.4.1\lib\netstandard1.1\xunit.assert.dll</HintPath >
73+ </Reference >
74+ <Reference Include =" xunit.core, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
75+ <HintPath >..\packages\xunit.extensibility.core.2.4.1\lib\net452\xunit.core.dll</HintPath >
76+ </Reference >
77+ <Reference Include =" xunit.execution.desktop, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
78+ <HintPath >..\packages\xunit.extensibility.execution.2.4.1\lib\net452\xunit.execution.desktop.dll</HintPath >
79+ </Reference >
80+ </ItemGroup >
81+ <ItemGroup >
82+ <Compile Include =" ImageGetterTests.cs" />
83+ <Compile Include =" Properties\AssemblyInfo.cs" />
84+ <Compile Include =" StyleFactoryTests.cs" />
85+ </ItemGroup >
86+ <ItemGroup >
87+ <None Include =" packages.config" />
88+ </ItemGroup >
989 <ItemGroup >
10- <PackageReference Include =" DocumentFormat.OpenXml" Version =" 2.9.1" />
11- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9.0" />
12- <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.2" />
13- <PackageReference Include =" xunit" Version =" 2.4.0" />
14- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0" />
90+ <Analyzer Include =" ..\packages\xunit.analyzers.0.10.0\analyzers\dotnet\cs\xunit.analyzers.dll" />
1591 </ItemGroup >
16-
1792 <ItemGroup >
18- <ProjectReference Include =" ..\md2docx\md2docx.csproj" />
93+ <ProjectReference Include =" ..\md2docx\md2docx.csproj" >
94+ <Project >{57f2d503-1bd2-452e-8b5b-d513e92f204e}</Project >
95+ <Name >md2docx</Name >
96+ </ProjectReference >
1997 </ItemGroup >
20-
21- </Project >
98+ <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
99+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
100+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
101+ <PropertyGroup >
102+ <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 >
103+ </PropertyGroup >
104+ <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props'))" />
105+ <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets'))" />
106+ <Error Condition =" !Exists('..\packages\xunit.core.2.4.1\build\xunit.core.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.4.1\build\xunit.core.props'))" />
107+ <Error Condition =" !Exists('..\packages\xunit.core.2.4.1\build\xunit.core.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.4.1\build\xunit.core.targets'))" />
108+ <Error Condition =" !Exists('..\packages\xunit.runner.visualstudio.2.4.1\build\net20\xunit.runner.visualstudio.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.runner.visualstudio.2.4.1\build\net20\xunit.runner.visualstudio.props'))" />
109+ </Target >
110+ <Import Project =" ..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" />
111+ <Import Project =" ..\packages\xunit.core.2.4.1\build\xunit.core.targets" Condition =" Exists('..\packages\xunit.core.2.4.1\build\xunit.core.targets')" />
112+ </Project >
0 commit comments