-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added an example to play sprite sequences and colourize them.
- Loading branch information
Showing
17 changed files
with
5,135 additions
and
2 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
87 changes: 87 additions & 0 deletions
87
Example 1 - Playing Sounds/obj/Example 1 - Playing Sounds.csproj.nuget.dgspec.json
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 |
---|---|---|
@@ -0,0 +1,87 @@ | ||
{ | ||
"format": 1, | ||
"restore": { | ||
"G:\\projects\\vector\\Anki.Resources.Samples\\Anki.Resource.Samples\\Example 1 - Playing Sounds\\Example 1 - Playing Sounds.csproj": {} | ||
}, | ||
"projects": { | ||
"G:\\projects\\vector\\Anki.Resources.Samples\\Anki.Resource.Samples\\Example 1 - Playing Sounds\\Example 1 - Playing Sounds.csproj": { | ||
"version": "1.0.0", | ||
"restore": { | ||
"projectUniqueName": "G:\\projects\\vector\\Anki.Resources.Samples\\Anki.Resource.Samples\\Example 1 - Playing Sounds\\Example 1 - Playing Sounds.csproj", | ||
"projectName": "Example 1 - Playing Sounds", | ||
"projectPath": "G:\\projects\\vector\\Anki.Resources.Samples\\Anki.Resource.Samples\\Example 1 - Playing Sounds\\Example 1 - Playing Sounds.csproj", | ||
"packagesPath": "C:\\Users\\Randall\\.nuget\\packages\\", | ||
"outputPath": "G:\\projects\\vector\\Anki.Resources.Samples\\Anki.Resource.Samples\\Example 1 - Playing Sounds\\obj\\", | ||
"projectStyle": "PackageReference", | ||
"configFilePaths": [ | ||
"c:\\Users\\Randall\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | ||
], | ||
"originalTargetFrameworks": [ | ||
"netcoreapp3.1" | ||
], | ||
"sources": { | ||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, | ||
"https://api.nuget.org/v3/index.json": {} | ||
}, | ||
"frameworks": { | ||
"netcoreapp3.1": { | ||
"projectReferences": {} | ||
} | ||
}, | ||
"warningProperties": { | ||
"warnAsError": [ | ||
"NU1605" | ||
] | ||
} | ||
}, | ||
"frameworks": { | ||
"netcoreapp3.1": { | ||
"dependencies": { | ||
"Anki.Resources.SDK": { | ||
"target": "Package", | ||
"version": "[0.0.1, )" | ||
}, | ||
"NAudio": { | ||
"target": "Package", | ||
"version": "[1.10.0, )" | ||
}, | ||
"NAudio.Vorbis": { | ||
"target": "Package", | ||
"version": "[1.2.0, )" | ||
}, | ||
"NVorbis": { | ||
"target": "Package", | ||
"version": "[0.10.1, )" | ||
} | ||
}, | ||
"imports": [ | ||
"net461", | ||
"net462", | ||
"net47", | ||
"net471", | ||
"net472", | ||
"net48" | ||
], | ||
"assetTargetFallback": true, | ||
"warn": true, | ||
"downloadDependencies": [ | ||
{ | ||
"name": "Microsoft.AspNetCore.App.Ref", | ||
"version": "[3.1.2, 3.1.2]" | ||
} | ||
], | ||
"frameworkReferences": { | ||
"Microsoft.NETCore.App": { | ||
"privateAssets": "all" | ||
}, | ||
"Microsoft.WindowsDesktop.App.WindowsForms": { | ||
"privateAssets": "none" | ||
} | ||
}, | ||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.300\\RuntimeIdentifierGraph.json" | ||
} | ||
} | ||
} | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
Example 1 - Playing Sounds/obj/Example 1 - Playing Sounds.csproj.nuget.g.props
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> | ||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> | ||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> | ||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> | ||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Randall\.nuget\packages\</NuGetPackageFolders> | ||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | ||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.6.0</NuGetToolVersion> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<None Include="$(NuGetPackageRoot)naudio.vorbis\1.2.0\contentFiles\any\netstandard2.0\LICENSE" Condition="Exists('$(NuGetPackageRoot)naudio.vorbis\1.2.0\contentFiles\any\netstandard2.0\LICENSE')"> | ||
<NuGetPackageId>NAudio.Vorbis</NuGetPackageId> | ||
<NuGetPackageVersion>1.2.0</NuGetPackageVersion> | ||
<NuGetItemType>None</NuGetItemType> | ||
<Private>False</Private> | ||
<Link>LICENSE</Link> | ||
</None> | ||
<None Include="$(NuGetPackageRoot)naudio.vorbis\1.2.0\contentFiles\any\netstandard2.0\README.md" Condition="Exists('$(NuGetPackageRoot)naudio.vorbis\1.2.0\contentFiles\any\netstandard2.0\README.md')"> | ||
<NuGetPackageId>NAudio.Vorbis</NuGetPackageId> | ||
<NuGetPackageVersion>1.2.0</NuGetPackageVersion> | ||
<NuGetItemType>None</NuGetItemType> | ||
<Private>False</Private> | ||
<Link>README.md</Link> | ||
</None> | ||
</ItemGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
Example 1 - Playing Sounds/obj/Example 1 - Playing Sounds.csproj.nuget.g.targets
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
</Project> |
Oops, something went wrong.