WpfDesigner/SimpleSample/Demo.SimpleSample.csproj

13 строки
542 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net5.0-windows</TargetFrameworks>
<UseWPF>true</UseWPF>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\WpfDesign.Designer\Project\WpfDesign.Designer.csproj" />
<ProjectReference Include="..\WpfDesign.XamlDom\Project\WpfDesign.XamlDom.csproj" />
<ProjectReference Include="..\WpfDesign\Project\WpfDesign.csproj" />
</ItemGroup>
</Project>