update assembly infos

This commit is contained in:
Daniel Clark
2021-02-11 17:27:09 +00:00
parent 4a6c6ca4a5
commit 6ba358963b
5 changed files with 28 additions and 8 deletions
@@ -1,4 +1,5 @@
<Project Sdk="MSBuild.Sdk.Extras"> <Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>uap10.0.19041</TargetFrameworks> <TargetFrameworks>uap10.0.19041</TargetFrameworks>
<Platforms>AnyCPU;x64</Platforms> <Platforms>AnyCPU;x64</Platforms>
@@ -6,10 +7,11 @@
<EnableXBindDiagnostics>false</EnableXBindDiagnostics> <EnableXBindDiagnostics>false</EnableXBindDiagnostics>
<LangVersion>9.0</LangVersion> <LangVersion>9.0</LangVersion>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup> <Company>TheXamlGuy</Company>
<ItemGroup> <Authors>TheXamlGuy</Authors>
<None Remove="NotificationFlyout\ContextMenuFlyoutHost.xaml" /> <Product>NotificationFlyout</Product>
</ItemGroup> <Version>1.0.0</Version> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Page Include="NotificationFlyout\ContextMenuFlyoutHost.xaml"> <Page Include="NotificationFlyout\ContextMenuFlyoutHost.xaml">
<SubType>Designer</SubType> <SubType>Designer</SubType>
@@ -5,8 +5,8 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("NotificationFlyout.Uwp.UI.Controls")] [assembly: AssemblyTitle("NotificationFlyout.Uwp.UI.Controls")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("TheXamlGuy")]
[assembly: AssemblyProduct("NotificationFlyout.Uwp.UI.Controls")] [assembly: AssemblyProduct("NotificationFlyout")]
[assembly: AssemblyCopyright("Copyright © 2021")] [assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@@ -1,4 +1,5 @@
<Project Sdk="MSBuild.Sdk.Extras"> <Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>uap10.0.19041</TargetFrameworks> <TargetFrameworks>uap10.0.19041</TargetFrameworks>
<Platforms>AnyCPU;x64</Platforms> <Platforms>AnyCPU;x64</Platforms>
@@ -6,18 +7,26 @@
<EnableXBindDiagnostics>false</EnableXBindDiagnostics> <EnableXBindDiagnostics>false</EnableXBindDiagnostics>
<LangVersion>9.0</LangVersion> <LangVersion>9.0</LangVersion>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Company>TheXamlGuy</Company>
<Authors>TheXamlGuy</Authors>
<Product>NotificationFlyout</Product>
<Version>1.0.0</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Remove="NotificationFlyout\**" /> <Compile Remove="NotificationFlyout\**" />
<EmbeddedResource Remove="NotificationFlyout\**" /> <EmbeddedResource Remove="NotificationFlyout\**" />
<None Remove="NotificationFlyout\**" /> <None Remove="NotificationFlyout\**" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Remove="NativeMethods.txt" /> <None Remove="NativeMethods.txt" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<AdditionalFiles Include="NativeMethods.txt" /> <AdditionalFiles Include="NativeMethods.txt" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.1.319-beta"> <PackageReference Include="Microsoft.Windows.CsWin32" Version="0.1.319-beta">
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
@@ -25,4 +34,5 @@
</PackageReference> </PackageReference>
<PackageReference Include="System.Drawing.Common" Version="5.0.0" /> <PackageReference Include="System.Drawing.Common" Version="5.0.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>
@@ -6,6 +6,10 @@
<AssetTargetFallback>uap10.0.19041</AssetTargetFallback> <AssetTargetFallback>uap10.0.19041</AssetTargetFallback>
<Platforms>AnyCPU;x64</Platforms> <Platforms>AnyCPU;x64</Platforms>
<MSBuildWarningsAsMessages>NU1702</MSBuildWarningsAsMessages> <MSBuildWarningsAsMessages>NU1702</MSBuildWarningsAsMessages>
<Company>TheXamlGuy</Company>
<Authors>TheXamlGuy</Authors>
<Product>NotificationFlyout</Product>
<Version>1.0.0</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
@@ -1,10 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> <Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup> <PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
<LangVersion>9.0</LangVersion> <LangVersion>9.0</LangVersion>
<Platforms>AnyCPU;x64</Platforms> <Platforms>AnyCPU;x64</Platforms>
<Company>TheXamlGuy</Company>
<Authors>TheXamlGuy</Authors>
<Product>NotificationFlyout</Product>
<Version>1.0.0</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>