agrobot_base/Exemplos/SharpDX-master/Source/SharpDX.DirectSound/SharpDX.DirectSound.csproj

34 lines
1.4 KiB
XML

<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard1.3</TargetFrameworks>
<PackageId>SharpDX.DirectSound</PackageId>
<Product>SharpDX.DirectSound</Product>
<DocumentationFile Condition="'$(Configuration)' == 'Release'">bin\$(Configuration)\$(TargetFramework)\SharpDX.DirectSound.xml</DocumentationFile>
<AssemblyTitle>SharpDX.DirectSound</AssemblyTitle>
<Title>SharpDX.DirectSound</Title>
<Description>Assembly providing DirectX - DirectSound managed API.</Description>
<PackageTags>$(PackageTags) DirectSound DSound</PackageTags>
<SharpDXLegacy>true</SharpDXLegacy>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'netcoreapp1.0' ">
<DefineConstants>$(DefineConstants);DESKTOP_APP</DefineConstants>
<SharpDXAppType>DESKTOP_APP</SharpDXAppType>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
<DefineConstants>$(DefineConstants);REFERENCE</DefineConstants>
<SharpDXAppType>REFERENCE</SharpDXAppType>
</PropertyGroup>
<ItemGroup>
<None Include="Documentation\CodeComments.xml" />
<None Include="Mapping.xml" />
<Compile Include="..\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SharpDX\SharpDX.csproj" />
</ItemGroup>
</Project>