|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFrameworks>netcoreapp3.1;net45</TargetFrameworks> |
5 |
| - <AssemblyName>Ookii.Dialogs.Wpf</AssemblyName> |
6 |
| - <RootNamespace>Ookii.Dialogs.Wpf</RootNamespace> |
7 |
| - <PackageId>Ookii.Dialogs.Wpf</PackageId> |
8 |
| - <Version>2.1.1</Version> |
| 4 | + <TargetFrameworks>net45;netcoreapp3.1</TargetFrameworks> |
9 | 5 | <UseWPF>true</UseWPF>
|
10 | 6 | <UseWindowsForms>true</UseWindowsForms>
|
11 |
| - <Authors>Sven Groot, Caio Proiete, AceOfAces</Authors> |
12 |
| - <Summary>Common dialog classes for WPF applications.</Summary> |
13 |
| - <Description>Ookii.Dialogs.Wpf is a class library for .NET and .NET Core applications providing several common dialogs. Included are classes for task dialogs, credential dialogs, progress dialogs, and common file dialogs.</Description> |
14 |
| - <PackageProjectUrl>https://github.com/augustoproiete/ookii-dialogs-wpf</PackageProjectUrl> |
15 |
| - <RepositoryUrl>https://github.com/acemod13/ookii-dialogs-wpf</RepositoryUrl> |
16 |
| - <RepositoryType></RepositoryType> |
17 |
| - <PackageTags>ookii dialogs wpf windows-presentation-foundation progress-dialog task-dialog credential-dialog common-file-dialog</PackageTags> |
18 |
| - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
19 |
| - <PackageIconUrl></PackageIconUrl> |
20 |
| - <NeutralLanguage>en</NeutralLanguage> |
21 |
| - <AssemblyVersion>2.1.20307.0</AssemblyVersion> |
22 |
| - <FileVersion>2.1.20307.0</FileVersion> |
23 |
| - <Copyright>Copyright (c) Sven Groot (Ookii.org) 2009.</Copyright> |
24 |
| - <Company>Ookii.org</Company> |
25 |
| - <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
26 |
| - <TieredCompilationQuickJit>true</TieredCompilationQuickJit> |
27 |
| - <TieredCompilation>true</TieredCompilation> |
28 |
| - <PackageIcon>ookii-dialogs-wpf-nuget.png</PackageIcon> |
| 7 | + <RootNamespace>Ookii.Dialogs.Wpf</RootNamespace> |
| 8 | + |
| 9 | + <AssemblyName>Ookii.Dialogs.Wpf</AssemblyName> |
| 10 | + <AssemblyVersion>1.0.0.0</AssemblyVersion> |
| 11 | + <GenerateAssemblyVersionAttribute>true</GenerateAssemblyVersionAttribute> |
| 12 | + <GenerateAssemblyFileVersionAttribute>true</GenerateAssemblyFileVersionAttribute> |
| 13 | + <GenerateDocumentationFile>false</GenerateDocumentationFile> |
| 14 | + |
| 15 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 16 | + <DebugType>portable</DebugType> |
29 | 17 | <IncludeSymbols>true</IncludeSymbols>
|
| 18 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
30 | 19 | <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
| 20 | + <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
| 21 | + |
| 22 | + <SignAssembly>true</SignAssembly> |
| 23 | + <AssemblyOriginatorKeyFile>../../assets/ookii-dialogs.snk</AssemblyOriginatorKeyFile> |
| 24 | + <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign> |
| 25 | + |
| 26 | + <NoWarn>$(NoWarn);NU5048</NoWarn> |
| 27 | + <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
| 28 | + <TreatSpecificWarningsAsErrors /> |
| 29 | + |
| 30 | + <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
| 31 | + <TieredCompilation>true</TieredCompilation> |
| 32 | + <TieredCompilationQuickJit>true</TieredCompilationQuickJit> |
31 | 33 | </PropertyGroup>
|
32 | 34 |
|
33 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
34 |
| - <ShouldCreateLogs>True</ShouldCreateLogs> |
35 |
| - <AdvancedSettingsExpanded>False</AdvancedSettingsExpanded> |
36 |
| - <UpdateAssemblyVersion>True</UpdateAssemblyVersion> |
37 |
| - <UpdateAssemblyFileVersion>True</UpdateAssemblyFileVersion> |
38 |
| - <UpdateAssemblyInfoVersion>False</UpdateAssemblyInfoVersion> |
39 |
| - <AssemblyVersionSettings>None.None.DateStamp.None</AssemblyVersionSettings> |
40 |
| - <UpdatePackageVersion>True</UpdatePackageVersion> |
41 |
| - <AssemblyInfoVersionType>SettingsVersion</AssemblyInfoVersionType> |
42 |
| - <InheritWinAppVersionFrom>None</InheritWinAppVersionFrom> |
43 |
| - <AssemblyFileVersionSettings>None.None.DateStamp.None</AssemblyFileVersionSettings> |
44 |
| - <PackageVersionSettings>AssemblyVersion.None.None</PackageVersionSettings> |
| 35 | + <PropertyGroup> |
| 36 | + <MinClientVersion>3.3</MinClientVersion> |
| 37 | + <PackageId>Ookii.Dialogs.Wpf</PackageId> |
| 38 | + <Version>0.0.1-local</Version> |
| 39 | + <Authors>Ookii Dialogs Contributors</Authors> |
| 40 | + <Company>augustoproiete.net</Company> |
| 41 | + <Description>Ookii.Dialogs.Wpf is a class library for .NET and .NET Core applications providing several common dialogs. Included are classes for task dialogs, credential dialogs, progress dialogs, and common file dialogs.</Description> |
| 42 | + <Copyright>Copyright (c) 2009-2020 Ookii Dialogs Contributors</Copyright> |
| 43 | + <PackageTags>ookii;dialogs;wpf;windows-presentation-foundation;progress-dialog;task-dialog;credential-dialog;common-file-dialog</PackageTags> |
| 44 | + <PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression> |
| 45 | + <PackageIcon>images\icon.png</PackageIcon> |
| 46 | + <PackageIconUrl>https://raw.githubusercontent.com/augustoproiete/ookii-dialogs-wpf/master/assets/ookii-dialogs-wpf-nuget.png</PackageIconUrl> |
| 47 | + <PackageProjectUrl>https://github.com/augustoproiete/ookii-dialogs-wpf</PackageProjectUrl> |
| 48 | + <PackageReleaseNotes>https://github.com/augustoproiete/ookii-dialogs-wpf/releases</PackageReleaseNotes> |
| 49 | + <RepositoryType>git</RepositoryType> |
| 50 | + <RepositoryUrl>https://github.com/augustoproiete/ookii-dialogs-wpf.git</RepositoryUrl> |
| 51 | + </PropertyGroup> |
| 52 | + |
| 53 | + <PropertyGroup> |
| 54 | + <DisableImplicitFrameworkReferences Condition=" '$(TargetFramework)' == 'net45' ">true</DisableImplicitFrameworkReferences> |
45 | 55 | </PropertyGroup>
|
46 | 56 |
|
47 | 57 | <ItemGroup>
|
48 |
| - <None Remove="CredentialDialog.bmp" /> |
49 |
| - <None Remove="CustomDictionary.xml" /> |
50 |
| - <None Remove="ProgressDialog.bmp" /> |
51 |
| - <None Remove="TaskDialog.bmp" /> |
52 |
| - <None Remove="VistaFolderBrowserDialog.bmp" /> |
53 |
| - <None Remove="VistaOpenFileDialog.bmp" /> |
54 |
| - <None Remove="VistaSaveFileDialog.bmp" /> |
55 |
| - <None Include="..\..\assets\ookii-dialogs-wpf-nuget.png"> |
56 |
| - <Pack>True</Pack> |
57 |
| - <PackagePath></PackagePath> |
58 |
| - </None> |
59 |
| - <None Include="..\..\LICENSE"> |
60 |
| - <Pack>True</Pack> |
61 |
| - <PackagePath></PackagePath> |
62 |
| - </None> |
| 58 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> |
63 | 59 | </ItemGroup>
|
64 | 60 |
|
65 |
| - <ItemGroup Condition="$(TargetFramework) == net45"> |
| 61 | + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> |
66 | 62 | <Reference Include="PresentationCore" />
|
67 | 63 | <Reference Include="PresentationFramework" />
|
68 | 64 | <Reference Include="System" />
|
|
73 | 69 | <Reference Include="WindowsBase" />
|
74 | 70 | </ItemGroup>
|
75 | 71 |
|
| 72 | + <ItemGroup> |
| 73 | + <None Remove="*.DotSettings" /> |
| 74 | + </ItemGroup> |
| 75 | + |
| 76 | + <ItemGroup> |
| 77 | + <None Remove="CredentialDialog.bmp" /> |
| 78 | + <None Remove="CustomDictionary.xml" /> |
| 79 | + <None Remove="ProgressDialog.bmp" /> |
| 80 | + <None Remove="TaskDialog.bmp" /> |
| 81 | + <None Remove="VistaFolderBrowserDialog.bmp" /> |
| 82 | + <None Remove="VistaOpenFileDialog.bmp" /> |
| 83 | + <None Remove="VistaSaveFileDialog.bmp" /> |
| 84 | + </ItemGroup> |
| 85 | + |
76 | 86 | <ItemGroup>
|
77 | 87 | <CodeAnalysisDictionary Include="CustomDictionary.xml" />
|
78 | 88 | </ItemGroup>
|
|
123 | 133 | </ItemGroup>
|
124 | 134 |
|
125 | 135 | <ItemGroup>
|
126 |
| - <None Update="Ookii.Dialogs.Wpf.nuspec"> |
127 |
| - <SubType>Designer</SubType> |
128 |
| - </None> |
| 136 | + <None Include="..\..\assets\ookii-dialogs-wpf-nuget.png" Pack="true" Visible="false" PackagePath="images\icon.png" /> |
129 | 137 | </ItemGroup>
|
130 | 138 |
|
131 | 139 | </Project>
|
0 commit comments