12345678910111213141516171819 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <MSBuildAllProjects Condition="'$(MSBuildVersion)' == '' Or '$(MSBuildVersion)' < '16.0'">$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
- <HasSharedItems>true</HasSharedItems>
- <SharedGUID>4064507c-1536-4c90-a881-bc5a3459005d</SharedGUID>
- </PropertyGroup>
- <PropertyGroup Label="Configuration">
- <Import_RootNamespace>Avalonia.Xaml.Interactions.DragAndDrop</Import_RootNamespace>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="$(MSBuildThisFileDirectory)ContextDragBehavior.cs" />
- <Compile Include="$(MSBuildThisFileDirectory)ContextDropBehavior.cs" />
- <Compile Include="$(MSBuildThisFileDirectory)DropHandlerBase.cs" />
- <Compile Include="$(MSBuildThisFileDirectory)IDragHandler.cs" />
- <Compile Include="$(MSBuildThisFileDirectory)IDropHandler.cs" />
- <Compile Include="$(MSBuildThisFileDirectory)TypedDragBehavior.cs" />
- </ItemGroup>
- </Project>
|