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.WindowsDesktop" >
2+
43 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{98E332AC-86E6-4DB3-A757-4D84432B4A2B}</ProjectGuid >
8- <OutputType >library</OutputType >
9- <RootNamespace >NumericUpDownLib</RootNamespace >
10- <AssemblyName >NumericUpDownLib</AssemblyName >
11- <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
12- <FileAlignment >512</FileAlignment >
13- <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14- <WarningLevel >4</WarningLevel >
15- <TargetFrameworkProfile >Client</TargetFrameworkProfile >
4+ <TargetFrameworks >net4;netcoreapp3.0</TargetFrameworks >
5+ <UseWPF >true</UseWPF >
6+
7+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
8+ <Version >2.4.0.0</Version >
9+ <AssemblyVersion >2.4.0.0</AssemblyVersion >
10+ <FileVersion >2.4.0.0</FileVersion >
11+ <Company >Open Source</Company >
12+ <Product >NumericUpDownLib</Product >
13+ <Copyright >2013-2019</Copyright >
14+ <Description >Provides a numeric up down WPF control that can be used to edit (integer, byte, decimal, double, float, short and many more) values with a textbox and/or up/down arrow (repeat) buttons. Editing can be based on input via mouse wheel, mouse drag, cursor keys, or text editing.</Description >
15+ <PackageProjectUrl >https://github.com/Dirkster99/NumericUpDownLib</PackageProjectUrl >
16+ <RepositoryUrl >https://github.com/Dirkster99/NumericUpDownLib</RepositoryUrl >
17+ <PackageId >Dirkster.NumericUpDownLib</PackageId >
18+ <Authors >https://github.com/Dirkster99/NumericUpDownLib</Authors >
19+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
20+ <PackageTags >numericupdown numeric up down integer float double percentage increment decrement custom wpf control mvvm c# .net metro black light themed control library</PackageTags >
21+ <PackageReleaseNotes >This control is now supported in NetCore 3 (with Preview 8) and .Net 4.</PackageReleaseNotes >
22+ <NeutralLanguage >en</NeutralLanguage >
23+ <PackageIconUrl >https://raw.githubusercontent.com/Dirkster99/NumericUpDownLib/master/SyncArrow_64x.png</PackageIconUrl >
24+
1625 </PropertyGroup >
17- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18- <DebugSymbols >true</DebugSymbols >
19- <DebugType >full</DebugType >
20- <Optimize >false</Optimize >
21- <OutputPath >bin\Debug\</OutputPath >
22- <DefineConstants >DEBUG;TRACE</DefineConstants >
23- <ErrorReport >prompt</ErrorReport >
24- <WarningLevel >4</WarningLevel >
25- <DocumentationFile >bin\Debug\NumericUpDownLib.xml</DocumentationFile >
26- </PropertyGroup >
27- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28- <DebugType >pdbonly</DebugType >
29- <Optimize >true</Optimize >
30- <OutputPath >bin\Release\</OutputPath >
31- <DefineConstants >TRACE</DefineConstants >
32- <ErrorReport >prompt</ErrorReport >
33- <WarningLevel >4</WarningLevel >
34- <DocumentationFile >bin\Release\NumericUpDownLib.xml</DocumentationFile >
35- </PropertyGroup >
36- <ItemGroup >
37- <Reference Include =" System" />
38- <Reference Include =" System.Data" />
39- <Reference Include =" Microsoft.CSharp" />
40- <Reference Include =" System.Core" />
41- <Reference Include =" System.Data.DataSetExtensions" />
42- <Reference Include =" System.Xaml" >
43- <RequiredTargetFramework >4.0</RequiredTargetFramework >
44- </Reference >
45- <Reference Include =" WindowsBase" />
46- <Reference Include =" PresentationCore" />
47- <Reference Include =" PresentationFramework" />
48- </ItemGroup >
26+
4927 <ItemGroup >
50- <Compile Include =" Converters\BoolToVisibilityPropConverter.cs" />
51- <Compile Include =" Converters\FactorToDoubleConverter.cs" />
52- <Compile Include =" FloatUpDown.cs" />
53- <Compile Include =" Models\MouseDirections.cs" />
54- <Compile Include =" Models\MouseIncrementor.cs" />
55- <Compile Include =" ULongUpDown.cs" />
56- <Compile Include =" UIntegerUpDown.cs" />
57- <Compile Include =" UShortUpDown.cs" />
58- <Compile Include =" ShortUpDown.cs" />
59- <Compile Include =" LongUpDown.cs" />
60- <Compile Include =" SByteUpDown.cs" />
61- <Compile Include =" DoubleUpDown.cs" />
62- <Compile Include =" DecimalUpDown.cs" />
63- <Compile Include =" ByteUpDown.cs" />
64- <Compile Include =" NumericUpDown.cs" />
65- <Compile Include =" Converters\ByteToPlaceHolderStringConverter.cs" />
66- <Compile Include =" Base\InputBaseUpDown.cs" />
67- <Compile Include =" Base\NumericRepeatButtonControl.xaml.cs" >
68- <DependentUpon >NumericRepeatButtonControl.xaml</DependentUpon >
69- <SubType >Code</SubType >
70- </Compile >
71- <Compile Include =" Base\AbstractBaseUpDown.xaml.cs" >
28+ <Compile Update =" Base\AbstractBaseUpDown.xaml.cs" >
7229 <DependentUpon >AbstractBaseUpDown.xaml</DependentUpon >
7330 </Compile >
74- <Compile Include =" Themes\ResourceKeys.cs" />
75- <Page Include =" Base\NumericRepeatButtonControl.xaml" >
31+ <Compile Update =" Base\NumericRepeatButtonControl.xaml.cs" >
32+ <SubType >Code</SubType >
33+ <DependentUpon >NumericRepeatButtonControl.xaml</DependentUpon >
34+ </Compile >
35+ </ItemGroup >
36+
37+ <ItemGroup >
38+ <Page Update =" Base\AbstractBaseUpDown.xaml" >
7639 <SubType >Designer</SubType >
77- <Generator >MSBuild:Compile</Generator >
7840 </Page >
79- <Page Include =" Base\AbstractBaseUpDown.xaml" >
80- <Generator >MSBuild:Compile</Generator >
41+ <Page Update =" Base\NumericRepeatButtonControl.xaml" >
8142 <SubType >Designer</SubType >
8243 </Page >
83- <Page Include =" Themes\DarkBrushs.xaml" >
84- <Generator >MSBuild:Compile</Generator >
44+ <Page Update =" Themes\DarkBrushs.xaml" >
8545 <SubType >Designer</SubType >
8646 </Page >
87- <Page Include =" Themes\Generic.xaml" >
88- <Generator >MSBuild:Compile</Generator >
47+ <Page Update =" Themes\Generic.xaml" >
8948 <SubType >Designer</SubType >
90- </Page >
91- <Page Include =" Themes\LightBrushs.xaml" >
9249 <Generator >MSBuild:Compile</Generator >
50+ </Page >
51+ <Page Update =" Themes\LightBrushs.xaml" >
9352 <SubType >Designer</SubType >
9453 </Page >
9554 </ItemGroup >
96- <ItemGroup >
97- <Compile Include =" Properties\AssemblyInfo.cs" >
98- <SubType >Code</SubType >
99- </Compile >
100- <Compile Include =" Properties\Settings.Designer.cs" >
101- <AutoGen >True</AutoGen >
102- <DependentUpon >Settings.settings</DependentUpon >
103- <DesignTimeSharedInput >True</DesignTimeSharedInput >
104- </Compile >
105- <None Include =" Base\ClassDiagram1.cd" />
106- <None Include =" Properties\Settings.settings" >
107- <Generator >SettingsSingleFileGenerator</Generator >
108- <LastGenOutput >Settings.Designer.cs</LastGenOutput >
109- </None >
110- </ItemGroup >
111- <ItemGroup />
112- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
113- </Project >
55+
56+ </Project >
0 commit comments