Skip to content

Commit

Permalink
2.2.15-alpha (#47)
Browse files Browse the repository at this point in the history
* 2.2.15-alpha
  • Loading branch information
Mochengvia authored Dec 3, 2021
1 parent 15c3855 commit faaf8cc
Show file tree
Hide file tree
Showing 92 changed files with 4,360 additions and 721 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,19 @@
<Import Project="..\..\SharedResources\Panuon.UI.Silver\Panuon.UI.Silver.projitems" Label="Shared" />

<ItemGroup>
<None Remove="Resources\dropper.cur" />
<None Remove="Resources\Fonts\PanuonIcon.ttf" />
<None Remove="Resources\PanuonIcon.ttf" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Panuon.UI.Core\Panuon.UI.Core.csproj" />
</ItemGroup>

<ItemGroup>
<Resource Include="Resources\dropper.cur" />
<Resource Include="Resources\Fonts\PanuonIcon.ttf" />
<Resource Include="Resources\PanuonIcon.ttf" />
</ItemGroup>

</Project>
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions DotNet/WPF/Src/Net40/Panuon.UI.Silver/Panuon.UI.Silver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Resource Include="Resources\PanuonIcon.ttf" />
<Resource Include="Resources\Fonts\PanuonIcon.ttf" />
</ItemGroup>
<ItemGroup>
Expand All @@ -83,6 +84,9 @@
<Name>Panuon.UI.Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\dropper.cur" />
</ItemGroup>
<Import Project="..\..\SharedResources\Panuon.UI.Silver\Panuon.UI.Silver.projitems" Label="Shared" />
<Import Project="..\..\SharedResources\Panuon.UI.Silver.Internal\Panuon.UI.Silver.Internal.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion DotNet/WPF/Src/Net45/Panuon.UI.Core/Panuon.UI.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\Outputs\Release\Net45\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>TRACE;NET45</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\Outputs\Release\Net45\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>TRACE;NET45</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
Expand Down Expand Up @@ -66,6 +66,7 @@
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Resource Include="Resources\PanuonIcon.ttf" />
<Resource Include="Resources\Fonts\PanuonIcon.ttf" />
</ItemGroup>
<ItemGroup>
Expand All @@ -80,6 +81,9 @@
<Name>Panuon.UI.Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\dropper.cur" />
</ItemGroup>
<Import Project="..\..\SharedResources\Panuon.UI.Silver\Panuon.UI.Silver.projitems" Label="Shared" />
<Import Project="..\..\SharedResources\Panuon.UI.Silver.Internal\Panuon.UI.Silver.Internal.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Resource Include="Resources\PanuonIcon.ttf" />
<Resource Include="Resources\Fonts\PanuonIcon.ttf" />
</ItemGroup>
<ItemGroup>
Expand All @@ -80,6 +81,9 @@
<Name>Panuon.UI.Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\dropper.cur" />
</ItemGroup>
<Import Project="..\..\SharedResources\Panuon.UI.Silver\Panuon.UI.Silver.projitems" Label="Shared" />
<Import Project="..\..\SharedResources\Panuon.UI.Silver.Internal\Panuon.UI.Silver.Internal.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions DotNet/WPF/Src/Samples/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
<ResourceDictionary>

<pu:MessageBoxXSettings x:Key="messageSetting">
<pu:MessageBoxXSettings.WindowXStyle>
<Style TargetType="pu:WindowX"
BasedOn="{StaticResource {ComponentResourceKey ResourceId=WindowXStyle, TypeInTargetAssembly={x:Type pu:MessageBoxX}}}">
<Setter Property="SizeToContent"
Value="Manual" />
<Setter Property="Width"
Value="400" />
<Setter Property="Height"
Value="200" />
</Style>
</pu:MessageBoxXSettings.WindowXStyle>
<pu:MessageBoxXSettings.ButtonStyle>
<Style TargetType="Button"
BasedOn="{StaticResource {ComponentResourceKey ResourceId=ButtonStyle, TypeInTargetAssembly={x:Type pu:MessageBoxX}}}">
Expand Down
Binary file modified DotNet/WPF/Src/Samples/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.
Loading

0 comments on commit faaf8cc

Please sign in to comment.