1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
43 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{F4814553-C114-4DF7-B0F7-6512796247C7}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >Spectrogram</RootNamespace >
11- <AssemblyName >Spectrogram</AssemblyName >
12- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <Deterministic >true</Deterministic >
4+ <TargetFrameworks >netcoreapp3.0;net45</TargetFrameworks >
5+ <Description >A tool to create spectrograms in .NET</Description >
6+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
7+ <PackageProjectUrl >https://github.com/swharden/Spectrogram</PackageProjectUrl >
8+ <RepositoryUrl ></RepositoryUrl >
9+ <PackageReleaseNotes >This software is alpha - you probably don't want to use it.</PackageReleaseNotes >
10+ <Product />
11+ <Authors >Scott W Harden</Authors >
12+ <Company >Harden Technologies, LLC</Company >
13+ <Version >0.0.1</Version >
14+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1515 </PropertyGroup >
16- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17- <DebugSymbols >true</DebugSymbols >
18- <DebugType >full</DebugType >
16+
17+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp3.0|AnyCPU'" >
1918 <Optimize >false</Optimize >
20- <OutputPath >bin\Debug\</OutputPath >
21- <DefineConstants >DEBUG;TRACE</DefineConstants >
22- <ErrorReport >prompt</ErrorReport >
23- <WarningLevel >4</WarningLevel >
2419 </PropertyGroup >
25- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26- <DebugType >pdbonly</DebugType >
27- <Optimize >true</Optimize >
28- <OutputPath >bin\Release\</OutputPath >
29- <DefineConstants >TRACE</DefineConstants >
30- <ErrorReport >prompt</ErrorReport >
31- <WarningLevel >4</WarningLevel >
32- </PropertyGroup >
33- <ItemGroup >
34- <Reference Include =" NAudio, Version=1.9.0.0, Culture=neutral, processorArchitecture=MSIL" >
35- <HintPath >..\packages\NAudio.1.9.0\lib\net35\NAudio.dll</HintPath >
36- </Reference >
37- <Reference Include =" ScottPlot, Version=3.0.8.0, Culture=neutral, processorArchitecture=MSIL" >
38- <HintPath >..\packages\ScottPlot.3.0.9\lib\net45\ScottPlot.dll</HintPath >
39- </Reference >
40- <Reference Include =" System" />
41- <Reference Include =" System.Core" />
42- <Reference Include =" System.Drawing" />
43- <Reference Include =" System.Windows.Forms" />
44- <Reference Include =" System.Xml.Linq" />
45- <Reference Include =" System.Data.DataSetExtensions" />
46- <Reference Include =" Microsoft.CSharp" />
47- <Reference Include =" System.Data" />
48- <Reference Include =" System.Net.Http" />
49- <Reference Include =" System.Xml" />
50- </ItemGroup >
51- <ItemGroup >
52- <Compile Include =" Spectrogram.cs" />
53- <Compile Include =" Properties\AssemblyInfo.cs" />
54- <Compile Include =" Tools.cs" />
55- </ItemGroup >
20+
5621 <ItemGroup >
57- <None Include =" packages.config" />
22+ <PackageReference Include =" NAudio" Version =" 1.9.0" />
23+ <PackageReference Include =" ScottPlot" Version =" 3.0.9" />
5824 </ItemGroup >
59- < Import Project = " $(MSBuildToolsPath)\Microsoft.CSharp.targets " />
60- </Project >
25+
26+ </Project >
0 commit comments