2026-05-01 23:54:24 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2026-05-02 10:06:32 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2026-05-01 23:54:24 +08:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2026-05-02 10:06:32 +08:00
|
|
|
<TargetFramework>net462</TargetFramework>
|
2026-05-01 23:54:24 +08:00
|
|
|
<RootNamespace>InkCanvasForClass.IACoreHelper</RootNamespace>
|
|
|
|
|
<AssemblyName>InkCanvasForClass.IACoreHelper</AssemblyName>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
2026-05-02 10:06:32 +08:00
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2026-05-01 23:54:24 +08:00
|
|
|
</PropertyGroup>
|
2026-05-02 10:06:32 +08:00
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
2026-05-01 23:54:24 +08:00
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
|
<Reference Include="PresentationFramework" />
|
|
|
|
|
<Reference Include="WindowsBase" />
|
|
|
|
|
<Reference Include="IAWinFX">
|
|
|
|
|
<HintPath>..\Ink Canvas\Resources\IACore\IAWinFX.dll</HintPath>
|
|
|
|
|
<Private>false</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
2026-05-02 10:06:32 +08:00
|
|
|
|
2026-05-01 23:54:24 +08:00
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App.config" />
|
|
|
|
|
</ItemGroup>
|
2026-05-02 10:06:32 +08:00
|
|
|
</Project>
|