라이브러리 추가

This commit is contained in:
2026-04-09 14:05:37 +09:00
parent 7b0d900bdb
commit 05762c0e33

View File

@@ -72,6 +72,11 @@
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.7705" /> <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.7705" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.8.260209005" /> <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.8.260209005" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Reference Include="Interop.KAsyncEngineLib">
<HintPath>..\..\..\..\..\..\Karisma SDK\Bin\C#\Interop.KAsyncEngineLib.dll</HintPath>
</Reference>
</ItemGroup>
<PropertyGroup Label="Globals"> <PropertyGroup Label="Globals">
<WebView2EnableCsWinRTProjection>False</WebView2EnableCsWinRTProjection> <WebView2EnableCsWinRTProjection>False</WebView2EnableCsWinRTProjection>
</PropertyGroup> </PropertyGroup>