22 <PropertyGroup >
33 <TargetFrameworks >net6.0-windows10.0.18362.0;net452</TargetFrameworks >
44 <UseWPF >true</UseWPF >
5- <UseWinRT >true</UseWinRT >
65 <NeutralLanguage >en-US</NeutralLanguage >
76 <NoWarn >1701;1702;1573;1591;CA1416;SYSLIB0003;SYSLIB0004</NoWarn >
87 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
98 <OutputType >Library</OutputType >
109 <MapFileExtensions >true</MapFileExtensions >
11- <UseApplicationTrust >false</UseApplicationTrust >
12- <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
1310 <UseWindowsForms >true</UseWindowsForms >
1411 <ImportWindowsDesktopTargets >true</ImportWindowsDesktopTargets >
1512 <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
16- <ApplicationIcon >Resources\Icons\iNKORE_Badge .ico</ApplicationIcon >
13+ <ApplicationIcon >../../assets/icons/WinFormsLibrary .ico</ApplicationIcon >
1714 </PropertyGroup >
1815 <ItemGroup Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" >
1916 <Reference Include =" System.Design" />
2219 <ItemGroup >
2320 <Compile Update =" Controls\ThemeText\ThemedLabel.cs" />
2421 </ItemGroup >
25- <ItemGroup >
26- <BootstrapperPackage Include =" Microsoft.Net.Framework.2.0" >
27- <Visible >False</Visible >
28- <ProductName >.NET Framework 2.0 %28x86%29</ProductName >
29- <Install >false</Install >
30- </BootstrapperPackage >
31- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.0" >
32- <Visible >False</Visible >
33- <ProductName >.NET Framework 3.0 %28x86%29</ProductName >
34- <Install >false</Install >
35- </BootstrapperPackage >
36- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5" >
37- <Visible >False</Visible >
38- <ProductName >.NET Framework 3.5</ProductName >
39- <Install >true</Install >
40- </BootstrapperPackage >
41- <BootstrapperPackage Include =" Microsoft.Windows.Installer.3.1" >
42- <Visible >False</Visible >
43- <ProductName >Windows Installer 3.1</ProductName >
44- <Install >true</Install >
45- </BootstrapperPackage >
46- </ItemGroup >
4722 <ItemGroup >
4823 <EmbeddedResource Include =" Resources\ThemedLabel.png" />
4924 </ItemGroup >
6035 <Content Include =" Dialogs\TaskDialog.bmp" />
6136 <Content Include =" Resources\Icons\iNKORE_Badge.ico" />
6237 </ItemGroup >
63- <ItemGroup >
64- <Compile Remove =" Controls\NativeToolStrip.cs" />
65- <Compile Remove =" Controls\StyleButton2.cs" />
66- </ItemGroup >
6738</Project >
0 commit comments