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 >{64DB0F34-099A-41F8-A9D5-E58DD66A1276}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >ConvNetSharp.Utils</RootNamespace >
11- <AssemblyName >ConvNetSharp.Utils</AssemblyName >
12- <TargetFrameworkVersion >v4.6.2</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <TargetFrameworkProfile />
4+ <TargetFramework >netstandard2.1</TargetFramework >
155 </PropertyGroup >
16- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17- <DebugSymbols >true</DebugSymbols >
18- <DebugType >full</DebugType >
19- <Optimize >false</Optimize >
20- <OutputPath >bin\Debug\</OutputPath >
21- <DefineConstants >DEBUG;TRACE</DefineConstants >
22- <ErrorReport >prompt</ErrorReport >
23- <WarningLevel >4</WarningLevel >
24- </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 >
6+
7+ <PropertyGroup >
8+ <Version >0.4.13</Version >
9+ <FileVersion >0.4.13.0</FileVersion >
10+ <Authors >Cedric Bovar</Authors >
11+ <Description >Deep learning in C#</Description >
12+ <Copyright >Copyright (c) 2020</Copyright >
3213 </PropertyGroup >
14+
3315 <PropertyGroup >
34- <StartupObject />
16+ <PackageId >Cognitio.ConvNetSharp.Utils</PackageId >
17+ <PackageVersion >0.4.13</PackageVersion >
18+ <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
19+ <PackageTags >Deep Learning Convolution AI</PackageTags >
20+ <PackageLicenseUrl >https://github.com/cbovar/ConvNetSharp/blob/master/LICENSE</PackageLicenseUrl >
21+ <PackageProjectUrl >https://github.com/cbovar/ConvNetSharp</PackageProjectUrl >
22+ <AssemblyName >Cognitio.ConvNetSharp.Utils</AssemblyName >
23+ <RootNamespace >Cognitio.ConvNetSharp.Utils</RootNamespace >
24+ <PackageReleaseNotes >https://github.com/cbovar/ConvNetSharp/releases/tag/v0.4.13</PackageReleaseNotes >
25+ <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
26+ <Product >Cognitio.ConvNetSharp.Utils</Product >
27+ <AssemblyVersion >0.4.13.0</AssemblyVersion >
28+ <PackageIcon >icon.png</PackageIcon >
3529 </PropertyGroup >
30+
3631 <ItemGroup >
37- <Reference Include =" ConvNetSharp.Core, Version=0.4.12.0, Culture=neutral, processorArchitecture=MSIL" >
38- <HintPath >..\..\packages\Cognitio.ConvNetSharp.Core.0.4.12-alpha\lib\netstandard2.0\ConvNetSharp.Core.dll</HintPath >
39- </Reference >
40- <Reference Include =" ConvNetSharp.Flow, Version=0.4.12.0, Culture=neutral, processorArchitecture=MSIL" >
41- <HintPath >..\..\packages\Cognitio.ConvNetSharp.Flow.0.4.12-alpha\lib\netstandard2.0\ConvNetSharp.Flow.dll</HintPath >
42- </Reference >
43- <Reference Include =" ConvNetSharp.Volume, Version=0.4.12.0, Culture=neutral, processorArchitecture=MSIL" >
44- <HintPath >..\..\packages\Cognitio.ConvNetSharp.Volume.0.4.12-alpha\lib\netstandard2.0\ConvNetSharp.Volume.dll</HintPath >
45- </Reference >
46- <Reference Include =" GraphSharp, Version=1.0.2.0, Culture=neutral, PublicKeyToken=f9c24778325a6b82, processorArchitecture=MSIL" >
47- <HintPath >..\..\packages\GraphSharp.1.1.0.0\lib\net40\GraphSharp.dll</HintPath >
48- </Reference >
49- <Reference Include =" GraphSharp.Controls, Version=1.1.0.0, Culture=neutral, PublicKeyToken=f9c24778325a6b82, processorArchitecture=MSIL" >
50- <HintPath >..\..\packages\GraphSharp.1.1.0.0\lib\net40\GraphSharp.Controls.dll</HintPath >
51- </Reference >
52- <Reference Include =" Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
53- <HintPath >..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath >
54- </Reference >
55- <Reference Include =" PresentationCore" />
56- <Reference Include =" PresentationFramework" />
57- <Reference Include =" QuickGraph, Version=3.6.61114.0, Culture=neutral, PublicKeyToken=f3fb40175eec2af3, processorArchitecture=MSIL" >
58- <HintPath >..\..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.dll</HintPath >
59- </Reference >
60- <Reference Include =" QuickGraph.Data, Version=3.6.61114.0, Culture=neutral, processorArchitecture=MSIL" >
61- <HintPath >..\..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.Data.dll</HintPath >
62- </Reference >
63- <Reference Include =" QuickGraph.Graphviz, Version=3.6.61114.0, Culture=neutral, PublicKeyToken=f3fb40175eec2af3, processorArchitecture=MSIL" >
64- <HintPath >..\..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.Graphviz.dll</HintPath >
65- </Reference >
66- <Reference Include =" QuickGraph.Serialization, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
67- <HintPath >..\..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.Serialization.dll</HintPath >
68- </Reference >
69- <Reference Include =" System" />
70- <Reference Include =" System.Core" />
71- <Reference Include =" System.Drawing" />
72- <Reference Include =" System.Runtime" />
73- <Reference Include =" System.Xaml" />
74- <Reference Include =" System.Xml.Linq" />
75- <Reference Include =" System.Data.DataSetExtensions" />
76- <Reference Include =" Microsoft.CSharp" />
77- <Reference Include =" System.Data" />
78- <Reference Include =" System.Net.Http" />
79- <Reference Include =" System.Xml" />
80- <Reference Include =" WindowsBase" />
81- <Reference Include =" WPFExtensions, Version=1.0.3437.34043, Culture=neutral, processorArchitecture=MSIL" >
82- <HintPath >..\..\packages\WPFExtensions.1.0.0\lib\WPFExtensions.dll</HintPath >
83- </Reference >
84- </ItemGroup >
85- <ItemGroup >
86- <Compile Include =" GraphVisualizer\GraphControl.xaml.cs" >
87- <DependentUpon >GraphControl.xaml</DependentUpon >
88- </Compile >
89- <Compile Include =" GraphVisualizer\OpEdge.cs" />
90- <Compile Include =" GraphVisualizer\ViewModel.cs" />
91- <Compile Include =" Image.cs" />
92- <Compile Include =" Properties\AssemblyInfo.cs" />
32+ <PackageReference Include =" Cognitio.ConvNetSharp.Core" Version =" 0.4.13" />
33+ <PackageReference Include =" Cognitio.ConvNetSharp.Volume" Version =" 0.4.13" />
9334 </ItemGroup >
35+
9436 <ItemGroup >
95- <Page Include =" GraphVisualizer\GraphControl.xaml" >
96- <SubType >Designer</SubType >
97- <Generator >MSBuild:Compile</Generator >
98- </Page >
37+ <None Remove =" img\icon.png" />
9938 </ItemGroup >
39+
10040 <ItemGroup >
101- <None Include =" app.config" />
102- <None Include =" packages.config" />
41+ <None Include =" img\icon.png" Pack =" true" PackagePath =" " />
10342 </ItemGroup >
104- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
105- <PropertyGroup >
106- <PostBuildEvent >nuget pack "$(ProjectPath)" -Version 0.4.12-alpha -Prop Configuration=Release</PostBuildEvent >
107- </PropertyGroup >
43+
10844</Project >
0 commit comments