fix:IACore
This commit is contained in:
@@ -5,11 +5,11 @@ using System.Windows;
|
|||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("InkCanvasForClass CE")]
|
[assembly: AssemblyTitle("InkCanvasForClass")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("CJK_mkp")]
|
[assembly: AssemblyCompany("CJK_mkp")]
|
||||||
[assembly: AssemblyProduct("InkCanvasForClass CE")]
|
[assembly: AssemblyProduct("InkCanvasForClass")]
|
||||||
[assembly: AssemblyCopyright("Copyright © HARKOTEK Studio 2024")]
|
[assembly: AssemblyCopyright("Copyright © HARKOTEK Studio 2024")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<RuntimeIdentifiers>win;win-x86;win-x64;win-arm64</RuntimeIdentifiers>
|
<RuntimeIdentifiers>win;win-x86;win-x64;win-arm64</RuntimeIdentifiers>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<RootNamespace>Ink_Canvas</RootNamespace>
|
<RootNamespace>Ink_Canvas</RootNamespace>
|
||||||
<AssemblyName>InkCanvasForClass CE</AssemblyName>
|
<AssemblyName>InkCanvasForClass</AssemblyName>
|
||||||
<TargetFramework>net472</TargetFramework>
|
<TargetFramework>net472</TargetFramework>
|
||||||
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
@@ -113,15 +113,15 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="IACore">
|
<Reference Include="IACore">
|
||||||
<HintPath>.\IACore.dll</HintPath>
|
<HintPath>.\IACore.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="IALoader">
|
<Reference Include="IALoader">
|
||||||
<HintPath>.\IALoader.dll</HintPath>
|
<HintPath>.\IALoader.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="IAWinFX">
|
<Reference Include="IAWinFX">
|
||||||
<HintPath>.\IAWinFX.dll</HintPath>
|
<HintPath>.\IAWinFX.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.VisualBasic" />
|
<Reference Include="Microsoft.VisualBasic" />
|
||||||
<Reference Include="netstandard" />
|
<Reference Include="netstandard" />
|
||||||
|
|||||||
@@ -5,11 +5,11 @@ using System.Windows;
|
|||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("InkCanvasForClass CE")]
|
[assembly: AssemblyTitle("InkCanvasForClass")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("CJK_mkp")]
|
[assembly: AssemblyCompany("CJK_mkp")]
|
||||||
[assembly: AssemblyProduct("InkCanvasForClass CE")]
|
[assembly: AssemblyProduct("InkCanvasForClass")]
|
||||||
[assembly: AssemblyCopyright("© Copyright HARKOTEK Studio 2024-now")]
|
[assembly: AssemblyCopyright("© Copyright HARKOTEK Studio 2024-now")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|||||||
Reference in New Issue
Block a user