Skip to content

Commit

Permalink
网易云解析
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyListen committed Jun 14, 2016
1 parent 1563e7a commit b5c6091
Show file tree
Hide file tree
Showing 29 changed files with 11,922 additions and 0 deletions.
Binary file added .vs/AnyListen/v14/.suo
Binary file not shown.
984 changes: 984 additions & 0 deletions .vs/config/applicationhost.config

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .vs/restore.dg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#:D:\Program\Work\AnyListen\src\YaMusic\YaMusic.xproj
32 changes: 32 additions & 0 deletions AnyListen.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BB65A29A-2E43-48D2-8E8E-2A9D32933659}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B669C1FB-E14D-4042-9D31-6182611CDA24}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "AnyListen", "src\AnyListen\AnyListen.xproj", "{2F8033DC-D0E2-4AEB-AE7B-FB1C09FCAD3D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F8033DC-D0E2-4AEB-AE7B-FB1C09FCAD3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F8033DC-D0E2-4AEB-AE7B-FB1C09FCAD3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F8033DC-D0E2-4AEB-AE7B-FB1C09FCAD3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F8033DC-D0E2-4AEB-AE7B-FB1C09FCAD3D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2F8033DC-D0E2-4AEB-AE7B-FB1C09FCAD3D} = {BB65A29A-2E43-48D2-8E8E-2A9D32933659}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"projects": [ "src", "AnyListen" ],
"sdk": {
"version": "1.0.0-preview1-002702"
}
}
19 changes: 19 additions & 0 deletions src/AnyListen/AnyListen.xproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>2f8033dc-d0e2-4aeb-ae7b-fb1c09fcad3d</ProjectGuid>
<RootNamespace>AnyListen</RootNamespace>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DotNet.Web\Microsoft.DotNet.Web.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
6 changes: 6 additions & 0 deletions src/AnyListen/AnyListen.xproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ActiveDebugProfile>IIS Express</ActiveDebugProfile>
</PropertyGroup>
</Project>
Loading

0 comments on commit b5c6091

Please sign in to comment.