From c638a77ec990747ff907d6a88b41c0a88b37b00c Mon Sep 17 00:00:00 2001 From: Praburaj Date: Mon, 5 May 2014 17:02:33 -0700 Subject: [PATCH] Updating the MusicStore to use tooling. --- MusicStore.sln | 38 +++++++----- src/MusicStore/MusicStore.kproj | 106 ++++++++++++++++++++++++++++++++ 2 files changed, 130 insertions(+), 14 deletions(-) create mode 100644 src/MusicStore/MusicStore.kproj diff --git a/MusicStore.sln b/MusicStore.sln index 34fdec5df6..20a876ffbc 100644 --- a/MusicStore.sln +++ b/MusicStore.sln @@ -1,34 +1,44 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.21005.1 +# Visual Studio 14 +VisualStudioVersion = 14.0.21629.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcMusicStore", "src\MvcMusicStore\MvcMusicStore.csproj", "{25CE8290-EF24-4818-B009-68DC903163D3}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MusicStore.k10", "src\MusicStore\MusicStore.k10.csproj", "{ABF101EC-78C3-4D90-BBEC-D69C182B1F7D}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MusicStore.net45", "src\MusicStore\MusicStore.net45.csproj", "{9C8A2D1F-D430-46DF-8F00-39E378EC8FB2}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{44621553-AA7D-4893-8834-79582A7D8348}" EndProject +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MusicStore", "src\MusicStore\MusicStore.kproj", "{A06F8BE0-C66D-4650-A4E9-A639212BC507}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {25CE8290-EF24-4818-B009-68DC903163D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {25CE8290-EF24-4818-B009-68DC903163D3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {25CE8290-EF24-4818-B009-68DC903163D3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {25CE8290-EF24-4818-B009-68DC903163D3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {25CE8290-EF24-4818-B009-68DC903163D3}.Debug|x86.ActiveCfg = Debug|Any CPU {25CE8290-EF24-4818-B009-68DC903163D3}.Release|Any CPU.ActiveCfg = Release|Any CPU {25CE8290-EF24-4818-B009-68DC903163D3}.Release|Any CPU.Build.0 = Release|Any CPU - {ABF101EC-78C3-4D90-BBEC-D69C182B1F7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {ABF101EC-78C3-4D90-BBEC-D69C182B1F7D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {ABF101EC-78C3-4D90-BBEC-D69C182B1F7D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {ABF101EC-78C3-4D90-BBEC-D69C182B1F7D}.Release|Any CPU.Build.0 = Release|Any CPU - {9C8A2D1F-D430-46DF-8F00-39E378EC8FB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9C8A2D1F-D430-46DF-8F00-39E378EC8FB2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9C8A2D1F-D430-46DF-8F00-39E378EC8FB2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9C8A2D1F-D430-46DF-8F00-39E378EC8FB2}.Release|Any CPU.Build.0 = Release|Any CPU + {25CE8290-EF24-4818-B009-68DC903163D3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {25CE8290-EF24-4818-B009-68DC903163D3}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {25CE8290-EF24-4818-B009-68DC903163D3}.Release|x86.ActiveCfg = Release|Any CPU + {A06F8BE0-C66D-4650-A4E9-A639212BC507}.Debug|Any CPU.ActiveCfg = Debug|x86 + {A06F8BE0-C66D-4650-A4E9-A639212BC507}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {A06F8BE0-C66D-4650-A4E9-A639212BC507}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {A06F8BE0-C66D-4650-A4E9-A639212BC507}.Debug|x86.ActiveCfg = Debug|x86 + {A06F8BE0-C66D-4650-A4E9-A639212BC507}.Debug|x86.Build.0 = Debug|x86 + {A06F8BE0-C66D-4650-A4E9-A639212BC507}.Release|Any CPU.ActiveCfg = Release|x86 + {A06F8BE0-C66D-4650-A4E9-A639212BC507}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {A06F8BE0-C66D-4650-A4E9-A639212BC507}.Release|Mixed Platforms.Build.0 = Release|x86 + {A06F8BE0-C66D-4650-A4E9-A639212BC507}.Release|x86.ActiveCfg = Release|x86 + {A06F8BE0-C66D-4650-A4E9-A639212BC507}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/MusicStore/MusicStore.kproj b/src/MusicStore/MusicStore.kproj new file mode 100644 index 0000000000..2909dab861 --- /dev/null +++ b/src/MusicStore/MusicStore.kproj @@ -0,0 +1,106 @@ + + + + 12.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + a06f8be0-c66d-4650-a4e9-a639212bc507 + Web + + + + + + + 2.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file