mirror of
https://github.com/jellyfin/jellyfin-sdk-csharp.git
synced 2024-11-23 05:39:51 +00:00
99e1ec336f
* initial kiota migration * remove old folder * move sample * update build scripts
9 lines
432 B
XML
9 lines
432 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<!-- This file prevents unintended imports of unrelated MSBuild files -->
|
|
<!-- Uncomment to include parent Directory.Build.targets file -->
|
|
<!--<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.targets', '$(MSBuildThisFileDirectory)../'))" />-->
|
|
|
|
</Project>
|