Files
aistudio-wpf-diagram/AIStudio.Wpf.DiagramDesigner.Demo/AIStudio.Wpf.DiagramDesigner.Demo.csproj

31 lines
798 B
XML
Raw Normal View History

2022-11-30 19:07:40 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<None Remove="A.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AIStudio.Wpf.DiagramDesigner.Additionals\AIStudio.Wpf.DiagramDesigner.Additionals.csproj" />
2022-11-30 19:07:40 +08:00
<ProjectReference Include="..\AIStudio.Wpf.DiagramDesigner\AIStudio.Wpf.DiagramDesigner.csproj" />
<ProjectReference Include="..\AIStudio.Wpf.Flowchart\AIStudio.Wpf.Flowchart.csproj" />
</ItemGroup>
2023-01-25 15:58:05 +08:00
<ItemGroup>
<Folder Include="Views\Algorithms\" />
2023-01-25 15:58:05 +08:00
</ItemGroup>
<ItemGroup>
<PackageReference Include="AIStudio.Wpf.Controls" Version="1.1.44" />
</ItemGroup>
<ItemGroup>
<Resource Include="A.ico" />
</ItemGroup>
2022-11-30 19:07:40 +08:00
</Project>