-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
596 additions
and
599 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<OutputType>Library</OutputType> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<Version>2.0.2</Version> | ||
<Authors>VoidX</Authors> | ||
<Description>Audio format support of the Cavern spatial audio engine.</Description> | ||
<Copyright>Copyright © Bence Sgánetz 2016-2023</Copyright> | ||
<PackageProjectUrl>https://cavern.sbence.hu/</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/VoidXH/Cavern</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>audio;sound;rendering;spatial audio;surround sound</PackageTags> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<Nullable>disable</Nullable> | ||
<PackageReadmeFile>NuGet Readme - Cavern.Format.md</PackageReadmeFile> | ||
<PackageLicenseFile>LICENCE.md</PackageLicenseFile> | ||
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> | ||
<PackageIcon>CavernLogo.png</PackageIcon> | ||
<PackageReleaseNotes>https://github.com/VoidXH/Cavern/releases</PackageReleaseNotes> | ||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>none</DebugType> | ||
<DocumentationFile>bin\Release\Cavern.Format.xml</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Include="..\docs\NuGet Readme - Cavern.Format.md" Pack="true" PackagePath="\" Link="Resources\NuGet Readme - Cavern.Format.md" /> | ||
<None Include="..\docs\NuGet Licence.md" Pack="true" PackagePath="LICENCE.md" Link="Resources\NuGet Licence.md" /> | ||
<None Include="..\Cavern\Resources\CavernLogo.png" Pack="true" PackagePath="CavernLogo.png" Link="Resources\CavernLogo.png" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Cavern\Cavern.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Update="CavernLogo.png"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
<Target Name="PostBuild" AfterTargets="PostBuildEvent"> | ||
<Exec Command="copy ..\CavernAmp\bin\Release\CavernAmp.dll bin\Release\CavernAmp.dll" IgnoreExitCode="true" /> | ||
</Target> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<OutputType>Library</OutputType> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<Version>2.0.2</Version> | ||
<Authors>VoidX</Authors> | ||
<Description>Audio format support of the Cavern spatial audio engine.</Description> | ||
<Copyright>Copyright © Bence Sgánetz 2016-2024</Copyright> | ||
<PackageProjectUrl>https://cavern.sbence.hu/</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/VoidXH/Cavern</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>audio;sound;rendering;spatial audio;surround sound</PackageTags> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<Nullable>disable</Nullable> | ||
<PackageReadmeFile>NuGet Readme - Cavern.Format.md</PackageReadmeFile> | ||
<PackageLicenseFile>LICENCE.md</PackageLicenseFile> | ||
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> | ||
<PackageIcon>CavernLogo.png</PackageIcon> | ||
<PackageReleaseNotes>https://github.com/VoidXH/Cavern/releases</PackageReleaseNotes> | ||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>none</DebugType> | ||
<DocumentationFile>bin\Release\Cavern.Format.xml</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Include="..\docs\NuGet Readme - Cavern.Format.md" Pack="true" PackagePath="\" Link="Resources\NuGet Readme - Cavern.Format.md" /> | ||
<None Include="..\docs\NuGet Licence.md" Pack="true" PackagePath="LICENCE.md" Link="Resources\NuGet Licence.md" /> | ||
<None Include="..\Cavern\Resources\CavernLogo.png" Pack="true" PackagePath="CavernLogo.png" Link="Resources\CavernLogo.png" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Cavern\Cavern.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Update="CavernLogo.png"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
<Target Name="PostBuild" AfterTargets="PostBuildEvent"> | ||
<Exec Command="copy ..\CavernAmp\bin\Release\CavernAmp.dll bin\Release\CavernAmp.dll" IgnoreExitCode="true" /> | ||
</Target> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<OutputType>Library</OutputType> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<Version>2.0.2</Version> | ||
<Authors>VoidX</Authors> | ||
<Description>Software and hardware support for exporting calibrations made with Cavern QuickEQ.</Description> | ||
<Copyright>Copyright © Bence Sgánetz 2016-2023</Copyright> | ||
<PackageProjectUrl>https://cavern.sbence.hu/</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/VoidXH/Cavern</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>audio;sound;rendering;spatial audio;surround sound</PackageTags> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<Nullable>disable</Nullable> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageLicenseFile>LICENCE.md</PackageLicenseFile> | ||
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> | ||
<PackageIcon>CavernLogo.png</PackageIcon> | ||
<PackageReleaseNotes>https://github.com/VoidXH/Cavern/releases</PackageReleaseNotes> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>none</DebugType> | ||
<DocumentationFile>bin\Release\Cavern.QuickEQ.Format.xml</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Cavern.Format\Cavern.Format.csproj" /> | ||
<ProjectReference Include="..\Cavern.QuickEQ\Cavern.QuickEQ.csproj" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<OutputType>Library</OutputType> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<Version>2.0.2</Version> | ||
<Authors>VoidX</Authors> | ||
<Description>Software and hardware support for exporting calibrations made with Cavern QuickEQ.</Description> | ||
<Copyright>Copyright © Bence Sgánetz 2016-2024</Copyright> | ||
<PackageProjectUrl>https://cavern.sbence.hu/</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/VoidXH/Cavern</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>audio;sound;rendering;spatial audio;surround sound</PackageTags> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<Nullable>disable</Nullable> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageLicenseFile>LICENCE.md</PackageLicenseFile> | ||
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> | ||
<PackageIcon>CavernLogo.png</PackageIcon> | ||
<PackageReleaseNotes>https://github.com/VoidXH/Cavern/releases</PackageReleaseNotes> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>none</DebugType> | ||
<DocumentationFile>bin\Release\Cavern.QuickEQ.Format.xml</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Cavern.Format\Cavern.Format.csproj" /> | ||
<ProjectReference Include="..\Cavern.QuickEQ\Cavern.QuickEQ.csproj" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<OutputType>Library</OutputType> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<Version>2.0.2</Version> | ||
<Authors>VoidX</Authors> | ||
<Description>Measurement and equalization tools for the Cavern spatial audio engine.</Description> | ||
<Copyright>Copyright © Bence Sgánetz 2016-2023</Copyright> | ||
<PackageProjectUrl>https://cavern.sbence.hu/</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/VoidXH/Cavern</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>audio;sound;rendering;spatial audio;surround sound</PackageTags> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<Nullable>disable</Nullable> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageLicenseFile>LICENCE.md</PackageLicenseFile> | ||
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> | ||
<PackageIcon>CavernLogo.png</PackageIcon> | ||
<PackageReleaseNotes>https://github.com/VoidXH/Cavern/releases</PackageReleaseNotes> | ||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>none</DebugType> | ||
<DocumentationFile>bin\Release\Cavern.QuickEQ.xml</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Include="..\docs\NuGet Readme - Cavern.QuickEQ.md" Pack="true" PackagePath="README.md" Link="Resources\NuGet Readme - Cavern.QuickEQ.md" /> | ||
<None Include="..\docs\NuGet Licence.md" Pack="true" PackagePath="LICENCE.md" Link="Resources\NuGet Licence.md" /> | ||
<None Include="..\Cavern\Resources\CavernLogo.png" Pack="true" PackagePath="CavernLogo.png" Link="Resources\CavernLogo.png" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Cavern\Cavern.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Update="CavernLogo.png"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
<Target Name="PostBuild" AfterTargets="PostBuildEvent"> | ||
<Exec Command="copy ..\CavernAmp\bin\Release\CavernAmp.dll bin\Release\CavernAmp.dll" IgnoreExitCode="true" /> | ||
</Target> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<OutputType>Library</OutputType> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<Version>2.0.2</Version> | ||
<Authors>VoidX</Authors> | ||
<Description>Measurement and equalization tools for the Cavern spatial audio engine.</Description> | ||
<Copyright>Copyright © Bence Sgánetz 2016-2024</Copyright> | ||
<PackageProjectUrl>https://cavern.sbence.hu/</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/VoidXH/Cavern</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>audio;sound;rendering;spatial audio;surround sound</PackageTags> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<Nullable>disable</Nullable> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageLicenseFile>LICENCE.md</PackageLicenseFile> | ||
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> | ||
<PackageIcon>CavernLogo.png</PackageIcon> | ||
<PackageReleaseNotes>https://github.com/VoidXH/Cavern/releases</PackageReleaseNotes> | ||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>none</DebugType> | ||
<DocumentationFile>bin\Release\Cavern.QuickEQ.xml</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Include="..\docs\NuGet Readme - Cavern.QuickEQ.md" Pack="true" PackagePath="README.md" Link="Resources\NuGet Readme - Cavern.QuickEQ.md" /> | ||
<None Include="..\docs\NuGet Licence.md" Pack="true" PackagePath="LICENCE.md" Link="Resources\NuGet Licence.md" /> | ||
<None Include="..\Cavern\Resources\CavernLogo.png" Pack="true" PackagePath="CavernLogo.png" Link="Resources\CavernLogo.png" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Cavern\Cavern.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Update="CavernLogo.png"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
<Target Name="PostBuild" AfterTargets="PostBuildEvent"> | ||
<Exec Command="copy ..\CavernAmp\bin\Release\CavernAmp.dll bin\Release\CavernAmp.dll" IgnoreExitCode="true" /> | ||
</Target> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<OutputType>Library</OutputType> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<Version>2.0.2</Version> | ||
<Authors>VoidX</Authors> | ||
<Description>Object-based 3D audio rendering and (up)mixing engine.</Description> | ||
<Copyright>Copyright © Bence Sgánetz 2016-2023</Copyright> | ||
<PackageProjectUrl>https://cavern.sbence.hu/</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/VoidXH/Cavern</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>audio;sound;rendering;spatial audio;surround sound</PackageTags> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<Nullable>disable</Nullable> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageLicenseFile>LICENCE.md</PackageLicenseFile> | ||
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> | ||
<PackageIcon>CavernLogo.png</PackageIcon> | ||
<PackageReleaseNotes>https://github.com/VoidXH/Cavern/releases</PackageReleaseNotes> | ||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>none</DebugType> | ||
<DocumentationFile>bin\Release\Cavern.xml</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Include="..\docs\NuGet Readme.md" Pack="true" PackagePath="README.md" Link="Resources\NuGet Readme.md" /> | ||
<None Include="..\docs\NuGet Licence.md" Pack="true" PackagePath="LICENCE.md" Link="Resources\NuGet Licence.md" /> | ||
<None Include="Resources\CavernLogo.png" Pack="true" PackagePath="CavernLogo.png" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Update="CavernLogo.png"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
<Target Name="PostBuild" AfterTargets="PostBuildEvent"> | ||
<Exec Command="copy ..\CavernAmp\bin\Release\CavernAmp.dll bin\Release\CavernAmp.dll" IgnoreExitCode="true" /> | ||
</Target> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<OutputType>Library</OutputType> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<Version>2.0.2</Version> | ||
<Authors>VoidX</Authors> | ||
<Description>Object-based 3D audio rendering and (up)mixing engine.</Description> | ||
<Copyright>Copyright © Bence Sgánetz 2016-2024</Copyright> | ||
<PackageProjectUrl>https://cavern.sbence.hu/</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/VoidXH/Cavern</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>audio;sound;rendering;spatial audio;surround sound</PackageTags> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<Nullable>disable</Nullable> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageLicenseFile>LICENCE.md</PackageLicenseFile> | ||
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> | ||
<PackageIcon>CavernLogo.png</PackageIcon> | ||
<PackageReleaseNotes>https://github.com/VoidXH/Cavern/releases</PackageReleaseNotes> | ||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>none</DebugType> | ||
<DocumentationFile>bin\Release\Cavern.xml</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Include="..\docs\NuGet Readme.md" Pack="true" PackagePath="README.md" Link="Resources\NuGet Readme.md" /> | ||
<None Include="..\docs\NuGet Licence.md" Pack="true" PackagePath="LICENCE.md" Link="Resources\NuGet Licence.md" /> | ||
<None Include="Resources\CavernLogo.png" Pack="true" PackagePath="CavernLogo.png" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Update="CavernLogo.png"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
<Target Name="PostBuild" AfterTargets="PostBuildEvent"> | ||
<Exec Command="copy ..\CavernAmp\bin\Release\CavernAmp.dll bin\Release\CavernAmp.dll" IgnoreExitCode="true" /> | ||
</Target> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>disable</Nullable> | ||
<Authors>VoidX</Authors> | ||
<Product>ADM Validator</Product> | ||
<Description>Checks if ADM BWF files match the standard, and logs all compliance failures.</Description> | ||
<Copyright>Copyright © VoidX 2023</Copyright> | ||
<PackageProjectUrl>https://cavern.sbence.hu/</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/VoidXH/Cavern/</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<ApplicationIcon>..\Icon.ico</ApplicationIcon> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="..\..\Cavern.Format\Consts\RIFFWaveConsts.cs" Link="RIFFWaveConsts.cs" /> | ||
<Compile Include="..\..\Cavern.Format\Utilities\StreamExtensions.cs" Link="StreamExtensions.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\Cavern.Format\Cavern.Format.csproj" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>disable</Nullable> | ||
<Authors>VoidX</Authors> | ||
<Product>ADM Validator</Product> | ||
<Description>Checks if ADM BWF files match the standard, and logs all compliance failures.</Description> | ||
<Copyright>Copyright © Bence Sgánetz 2016-2024</Copyright> | ||
<PackageProjectUrl>https://cavern.sbence.hu/</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/VoidXH/Cavern/</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<ApplicationIcon>..\Icon.ico</ApplicationIcon> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="..\..\Cavern.Format\Consts\RIFFWaveConsts.cs" Link="RIFFWaveConsts.cs" /> | ||
<Compile Include="..\..\Cavern.Format\Utilities\StreamExtensions.cs" Link="StreamExtensions.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\Cavern.Format\Cavern.Format.csproj" /> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.