Skip to content

Commit

Permalink
Release 1.1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Adu committed Jul 29, 2020
1 parent e3bb9da commit 2551fd4
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 1 deletion.
14 changes: 14 additions & 0 deletions AduSkin.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,35 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1703A7C5-7E70-4DF7-AC0D-63CBCCCFB4A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1703A7C5-7E70-4DF7-AC0D-63CBCCCFB4A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1703A7C5-7E70-4DF7-AC0D-63CBCCCFB4A1}.Debug|x64.ActiveCfg = Debug|x64
{1703A7C5-7E70-4DF7-AC0D-63CBCCCFB4A1}.Debug|x64.Build.0 = Debug|x64
{1703A7C5-7E70-4DF7-AC0D-63CBCCCFB4A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1703A7C5-7E70-4DF7-AC0D-63CBCCCFB4A1}.Release|Any CPU.Build.0 = Release|Any CPU
{1703A7C5-7E70-4DF7-AC0D-63CBCCCFB4A1}.Release|x64.ActiveCfg = Release|x64
{1703A7C5-7E70-4DF7-AC0D-63CBCCCFB4A1}.Release|x64.Build.0 = Release|x64
{EC2AAD8D-FDA7-4EE5-940D-440EE7B86A76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC2AAD8D-FDA7-4EE5-940D-440EE7B86A76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC2AAD8D-FDA7-4EE5-940D-440EE7B86A76}.Debug|x64.ActiveCfg = Debug|x64
{EC2AAD8D-FDA7-4EE5-940D-440EE7B86A76}.Debug|x64.Build.0 = Debug|x64
{EC2AAD8D-FDA7-4EE5-940D-440EE7B86A76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC2AAD8D-FDA7-4EE5-940D-440EE7B86A76}.Release|Any CPU.Build.0 = Release|Any CPU
{EC2AAD8D-FDA7-4EE5-940D-440EE7B86A76}.Release|x64.ActiveCfg = Release|x64
{EC2AAD8D-FDA7-4EE5-940D-440EE7B86A76}.Release|x64.Build.0 = Release|x64
{9569B8A3-5935-4D83-8AF2-519D5E666E82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9569B8A3-5935-4D83-8AF2-519D5E666E82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9569B8A3-5935-4D83-8AF2-519D5E666E82}.Debug|x64.ActiveCfg = Debug|x64
{9569B8A3-5935-4D83-8AF2-519D5E666E82}.Debug|x64.Build.0 = Debug|x64
{9569B8A3-5935-4D83-8AF2-519D5E666E82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9569B8A3-5935-4D83-8AF2-519D5E666E82}.Release|Any CPU.Build.0 = Release|Any CPU
{9569B8A3-5935-4D83-8AF2-519D5E666E82}.Release|x64.ActiveCfg = Release|x64
{9569B8A3-5935-4D83-8AF2-519D5E666E82}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
3 changes: 2 additions & 1 deletion src/AduSkin.Demo/AduSkin.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<ApplicationIcon>logo.ico</ApplicationIcon>
<OutputType>WinExe</OutputType>
<StartupObject />
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>

<ItemGroup>
Expand All @@ -22,7 +23,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' != 'net45'">
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.0" />
</ItemGroup>

<ItemGroup>
Expand Down
16 changes: 16 additions & 0 deletions src/AduSkin/AduSkin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
<UseWpf>true</UseWpf>
<UseWindowsForms>true</UseWindowsForms>
<NoWarn>$(NoWarn);0067</NoWarn>
<PackageIcon>logo.png</PackageIcon>
<PackageIconUrl />
<Version>1.1.1.8</Version>
<Description>一款简单漂亮的WPF UI
A Beautiful WPF Control UI</Description>
<Platforms>AnyCPU;x64</Platforms>
<Copyright>AduSkin</Copyright>
<PackageTags>WPF UI</PackageTags>
<PackageReleaseNotes>控件细节优化</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand All @@ -18,5 +27,12 @@
<ItemGroup>
<Resource Include="Resources/**" />
</ItemGroup>

<ItemGroup>
<None Include="Resources\logo.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
Binary file modified src/AduSkin/Resources/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AduVideoPlayer/AduVideoPlayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<UseWpf>true</UseWpf>
<UseWindowsForms>true</UseWindowsForms>
<NoWarn>$(NoWarn);0067</NoWarn>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 2551fd4

Please sign in to comment.