mirror of
https://gitee.com/chinware/atomui.git
synced 2024-11-29 18:38:16 +08:00
20 lines
587 B
XML
20 lines
587 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)..\..\build\Common.props"/>
|
|
<Import Project="$(MSBuildThisFileDirectory)..\..\build\Output.Local.props"/>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\AtomUI.Theme\AtomUI.Theme.csproj"/>
|
|
<ProjectReference Include="..\AtomUI.TestBase\AtomUI.TestBase.csproj"/>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
|
|
</ItemGroup>
|
|
|
|
</Project>
|