17 строки
579 B
XML
17 строки
579 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<Configurations>Debug;Release</Configurations>
|
|
<LangVersion>latest</LangVersion>
|
|
<DefineConstants>PUBLIC_WinUIXamlMediaData</DefineConstants>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="..\..\source\WinUIXamlMediaData\WinUIXamlMediaData.projitems" Label="Shared" />
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\WinCompData\WinCompData.dll.csproj" />
|
|
<ProjectReference Include="..\WinStorageStreamsData\WinStorageStreamsData.dll.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|