Files
cuetools.net/WindowsMediaLib/WindowsMediaLib.csproj

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>