Skip to content

Commit

Permalink
adding sample
Browse files Browse the repository at this point in the history
  • Loading branch information
seksenov committed Feb 25, 2016
1 parent 2ec6f88 commit 770c264
Show file tree
Hide file tree
Showing 73 changed files with 194,862 additions and 0 deletions.
Binary file added .vs/BGAudio/v14/.suo
Binary file not shown.
1,030 changes: 1,030 additions & 0 deletions .vs/config/applicationhost.config

Large diffs are not rendered by default.

48 changes: 48 additions & 0 deletions BGAudio.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "BGAudio", "BGAudio\BGAudio.jsproj", "{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Debug|ARM.ActiveCfg = Debug|ARM
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Debug|ARM.Build.0 = Debug|ARM
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Debug|ARM.Deploy.0 = Debug|ARM
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Debug|x64.ActiveCfg = Debug|x64
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Debug|x64.Build.0 = Debug|x64
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Debug|x64.Deploy.0 = Debug|x64
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Debug|x86.ActiveCfg = Debug|x86
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Debug|x86.Build.0 = Debug|x86
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Debug|x86.Deploy.0 = Debug|x86
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Release|Any CPU.Build.0 = Release|Any CPU
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Release|Any CPU.Deploy.0 = Release|Any CPU
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Release|ARM.ActiveCfg = Release|ARM
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Release|ARM.Build.0 = Release|ARM
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Release|ARM.Deploy.0 = Release|ARM
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Release|x64.ActiveCfg = Release|x64
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Release|x64.Build.0 = Release|x64
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Release|x64.Deploy.0 = Release|x64
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Release|x86.ActiveCfg = Release|x86
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Release|x86.Build.0 = Release|x86
{D0E595E4-4B5E-4AD4-880C-F8689483BD5A}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
98 changes: 98 additions & 0 deletions BGAudio/BGAudio.jsproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|AnyCPU">
<Configuration>Debug</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x86">
<Configuration>Debug</Configuration>
<Platform>x86</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|AnyCPU">
<Configuration>Release</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x86">
<Configuration>Release</Configuration>
<Platform>x86</Platform>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>d0e595e4-4b5e-4ad4-880c-f8689483bd5a</ProjectGuid>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0'">
<VisualStudioVersion>14.0</VisualStudioVersion>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).Default.props" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).props" />
<PropertyGroup>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10141.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>$(VersionNumberMajor).$(VersionNumberMinor)</MinimumVisualStudioVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<PackageCertificateKeyFile>BGAudio_TemporaryKey.pfx</PackageCertificateKeyFile>
</PropertyGroup>
<ItemGroup>
<AppxManifest Include="package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
<Content Include="default.html" />
<Content Include="images\LockScreenLogo.scale-200.png" />
<Content Include="images\SplashScreen.scale-200.png" />
<Content Include="images\Square150x150Logo.scale-200.png" />
<Content Include="images\Square44x44Logo.scale-200.png" />
<Content Include="images\Square44x44Logo.targetsize-24_altform-unplated.png" />
<Content Include="images\StoreLogo.png" />
<Content Include="images\Wide310x150Logo.scale-200.png" />
<Content Include="js\audio.js" />
<Content Include="js\default.js" />
<Content Include="css\default.css" />
<Content Include="js\global.js" />
<Content Include="js\messages.js" />
<Content Include="Media\Assets\Fragile.mp3" />
<Content Include="Media\Assets\k.m4a" />
<Content Include="Media\Assets\Perfect.m4a" />
<Content Include="WinJS\css\ui-dark.css" />
<Content Include="WinJS\css\ui-light.css" />
<Content Include="WinJS\fonts\Symbols.ttf" />
<Content Include="WinJS\js\en-US\ui.strings.js" />
<Content Include="WinJS\js\base.js" />
<Content Include="WinJS\js\ui.js" />
<None Include="BGAudio_TemporaryKey.pfx" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).targets" />
<!-- To modify your build process, add your task inside one of the targets below then uncomment
that target and the DisableFastUpToDateCheck PropertyGroup.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
<PropertyGroup>
<DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
</PropertyGroup>
-->
</Project>
10 changes: 10 additions & 0 deletions BGAudio/BGAudio.jsproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ReferenceCachePath>C:\Users\kiseksen\AppData\Local\Temp\BGAudio_refcache</ReferenceCachePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebuggerFlavor>AppHostLocalDebugger</DebuggerFlavor>
<WindowsPhoneEmulatorID>B44A9565-63E4-4AF0-984B-01BEB19532BA;Mobile Emulator 10.0.10141.0 WVGA 4 inch 1GB</WindowsPhoneEmulatorID>
</PropertyGroup>
</Project>
Binary file added BGAudio/BGAudio_TemporaryKey.pfx
Binary file not shown.
Binary file added BGAudio/Media/Assets/Fragile.mp3
Binary file not shown.
Binary file added BGAudio/Media/Assets/Perfect.m4a
Binary file not shown.
Binary file added BGAudio/Media/Assets/k.m4a
Binary file not shown.
Loading

0 comments on commit 770c264

Please sign in to comment.