1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" ..\packages\NUnit.3.11.0\build\NUnit.props" Condition =" Exists('..\packages\NUnit.3.11.0\build\NUnit.props')" />
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
4
3
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{C4052DF8-0709-4B5F-86F4-1A7409B82BED}</ProjectGuid >
8
- <OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >CSparse.Tests</RootNamespace >
11
- <AssemblyName >CSparse.Tests</AssemblyName >
12
- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
14
- <TargetFrameworkProfile />
15
- <NuGetPackageImportStamp >
16
- </NuGetPackageImportStamp >
4
+ <TargetFramework >netcoreapp2.1</TargetFramework >
5
+
6
+ <IsPackable >false</IsPackable >
17
7
</PropertyGroup >
18
- <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
- <Prefer32Bit >false</Prefer32Bit >
27
- </PropertyGroup >
28
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29
- <DebugType >pdbonly</DebugType >
30
- <Optimize >true</Optimize >
31
- <OutputPath >bin\Release\</OutputPath >
32
- <DefineConstants >TRACE</DefineConstants >
33
- <ErrorReport >prompt</ErrorReport >
34
- <WarningLevel >4</WarningLevel >
35
- <Prefer32Bit >false</Prefer32Bit >
36
- </PropertyGroup >
37
- <ItemGroup >
38
- <Reference Include =" nunit.framework, Version=3.11.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
39
- <HintPath >..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll</HintPath >
40
- </Reference >
41
- <Reference Include =" System" />
42
- <Reference Include =" System.Core" />
43
- <Reference Include =" System.Numerics" />
44
- </ItemGroup >
45
- <ItemGroup >
46
- <Compile Include =" Complex\SparseMatrixTest.cs" />
47
- <Compile Include =" Complex\Factorization\SparseLUTest.cs" />
48
- <Compile Include =" Complex\Factorization\SparseQRTest.cs" />
49
- <Compile Include =" Complex\Factorization\SparseCholeskyTest.cs" />
50
- <Compile Include =" Complex\Helper.cs" />
51
- <Compile Include =" Complex\MatrixHelper.cs" />
52
- <Compile Include =" ConverterTest.cs" />
53
- <Compile Include =" DenseTestData.cs" />
54
- <Compile Include =" SparseTestData.cs" />
55
- <Compile Include =" Double\SparseMatrixTest.cs" />
56
- <Compile Include =" Double\DenseMatrixTest.cs" />
57
- <Compile Include =" Double\DenseTestDataReader.cs" />
58
- <Compile Include =" Double\Factorization\SparseLUTest.cs" />
59
- <Compile Include =" Double\Factorization\SparseQRTest.cs" />
60
- <Compile Include =" Double\Factorization\SparseCholeskyTest.cs" />
61
- <Compile Include =" Double\Helper.cs" />
62
- <Compile Include =" Double\MatrixHelper.cs" />
63
- <Compile Include =" Ordering\TestDulmageMendelsohn.cs" />
64
- <Compile Include =" Properties\AssemblyInfo.cs" />
65
- <Compile Include =" ResourceLoader.cs" />
66
- <Compile Include =" Storage\SymbolicColumnStorageTest.cs" />
67
- </ItemGroup >
68
- <ItemGroup >
69
- <ProjectReference Include =" ..\CSparse\CSparse.csproj" >
70
- <Project >{bd00d9bd-d669-4aee-91b7-0105afc994ec}</Project >
71
- <Name >CSparse</Name >
72
- </ProjectReference >
73
- </ItemGroup >
74
- <ItemGroup >
75
- <EmbeddedResource Include =" Double\Data\general-20x40.mat" />
76
- <EmbeddedResource Include =" Double\Data\general-40x20.mat" />
77
- <EmbeddedResource Include =" Double\Data\general-40x40.mat" />
78
- <EmbeddedResource Include =" Double\Data\symmetric-40-spd.mat" />
79
- <EmbeddedResource Include =" Double\Data\symmetric-40.mat" />
80
- </ItemGroup >
81
- <ItemGroup >
82
- <Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
83
- </ItemGroup >
8
+
9
+ <ItemGroup >
10
+ <None Remove =" Complex\Data\general-20x40.mat" />
11
+ <None Remove =" Complex\Data\general-40x20.mat" />
12
+ <None Remove =" Complex\Data\general-40x40.mat" />
13
+ <None Remove =" Complex\Data\hermitian-40-spd.mat" />
14
+ <None Remove =" Complex\Data\hermitian-40.mat" />
15
+ <None Remove =" Double\Data\general-20x40.mat" />
16
+ <None Remove =" Double\Data\general-40x20.mat" />
17
+ <None Remove =" Double\Data\general-40x40.mat" />
18
+ <None Remove =" Double\Data\symmetric-40-spd.mat" />
19
+ <None Remove =" Double\Data\symmetric-40.mat" />
20
+ <None Remove =" Double\Data\test-data-dense-2x2.txt" />
21
+ <None Remove =" Double\Data\test-data-dense-2x3.txt" />
22
+ </ItemGroup >
23
+
84
24
<ItemGroup >
85
25
<EmbeddedResource Include =" Complex\Data\general-20x40.mat" />
86
26
<EmbeddedResource Include =" Complex\Data\general-40x20.mat" />
87
27
<EmbeddedResource Include =" Complex\Data\general-40x40.mat" />
88
28
<EmbeddedResource Include =" Complex\Data\hermitian-40-spd.mat" />
89
29
<EmbeddedResource Include =" Complex\Data\hermitian-40.mat" />
90
- </ItemGroup >
91
- <ItemGroup >
30
+ <EmbeddedResource Include =" Double\Data\general-20x40.mat" />
31
+ <EmbeddedResource Include =" Double\Data\general-40x20.mat" />
32
+ <EmbeddedResource Include =" Double\Data\general-40x40.mat" />
33
+ <EmbeddedResource Include =" Double\Data\symmetric-40-spd.mat" />
34
+ <EmbeddedResource Include =" Double\Data\symmetric-40.mat" />
92
35
<EmbeddedResource Include =" Double\Data\test-data-dense-2x2.txt" />
93
36
<EmbeddedResource Include =" Double\Data\test-data-dense-2x3.txt" />
94
37
</ItemGroup >
38
+
39
+ <ItemGroup >
40
+ <PackageReference Include =" nunit" Version =" 3.10.1" />
41
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 3.10.0" />
42
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.8.0" />
43
+ </ItemGroup >
44
+
95
45
<ItemGroup >
96
- <None Include =" packages.config " />
46
+ <ProjectReference Include =" ..\CSparse\CSparse.csproj " />
97
47
</ItemGroup >
98
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99
- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
100
- <PropertyGroup >
101
- <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 >
102
- </PropertyGroup >
103
- <Error Condition =" !Exists('..\packages\NUnit.3.11.0\build\NUnit.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.11.0\build\NUnit.props'))" />
104
- </Target >
105
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
106
- Other similar extension points exist, see Microsoft.Common.targets.
107
- <Target Name="BeforeBuild">
108
- </Target>
109
- <Target Name="AfterBuild">
110
- </Target>
111
- -->
48
+
112
49
</Project >
0 commit comments