mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
26 lines
876 B
XML
26 lines
876 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net40;net20</TargetFrameworks>
|
|
<Version>1.1.0.0</Version>
|
|
<AssemblyName>WindowsMediaLib</AssemblyName>
|
|
<RootNamespace>WindowsMediaLib</RootNamespace>
|
|
<Product>WindowsMediaLib</Product>
|
|
<Description>.NET Interfaces for calling Windows Media.</Description>
|
|
<Copyright>Copyright (c) 2008-2018 snarfle</Copyright>
|
|
<Authors>snarfle</Authors>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<OutputPath>..\bin\$(Configuration)\plugins</OutputPath>
|
|
<RepositoryUrl>https://svn.code.sf.net/p/windowsmedianet/code/</RepositoryUrl>
|
|
<RepositoryType>svn</RepositoryType>
|
|
<Company />
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup>
|
|
<ProjectReference>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
</ItemDefinitionGroup>
|
|
|
|
</Project>
|