Click here to Skip to main content
15,884,099 members
Articles / Web Development / ASP.NET

MVC Basic Site: Step 1 – Multilingual Site Skeleton

Rate me:
Please Sign up or sign in to vote.
4.90/5 (98 votes)
25 Oct 2013Ms-PL15 min read 406K   16.2K   319  
This article is intended to be the first one from this series and is focused mainly in the creation of a multilingual MVC web site skeleton.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcBasicSite", "MvcBasicSite\MvcBasicSite.csproj", "{EFD8D6FE-41DF-41C7-9AF9-33CEC3C80E90}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcBasic.Logic", "MvcBasic.Logic\MvcBasic.Logic.csproj", "{C425134C-D6A3-4D00-90BD-E743301883B9}"
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 3
		SccLocalPath0 = .
		SccProjectUniqueName1 = MvcBasicSite\\MvcBasicSite.csproj
		SccLocalPath1 = .
		SccProjectFilePathRelativizedFromConnection1 = MvcBasicSite\\
		SccProjectUniqueName2 = MvcBasic.Logic\\MvcBasic.Logic.csproj
		SccLocalPath2 = .
		SccProjectFilePathRelativizedFromConnection2 = MvcBasic.Logic\\
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{EFD8D6FE-41DF-41C7-9AF9-33CEC3C80E90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{EFD8D6FE-41DF-41C7-9AF9-33CEC3C80E90}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{EFD8D6FE-41DF-41C7-9AF9-33CEC3C80E90}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{EFD8D6FE-41DF-41C7-9AF9-33CEC3C80E90}.Release|Any CPU.Build.0 = Release|Any CPU
		{C425134C-D6A3-4D00-90BD-E743301883B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C425134C-D6A3-4D00-90BD-E743301883B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C425134C-D6A3-4D00-90BD-E743301883B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C425134C-D6A3-4D00-90BD-E743301883B9}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
Romania Romania
I have about 20 years experiences in leading software projects and teams and about 25 years of working experience in software development (SW Developer, SW Lead, SW Architect, SW PM, SW Manager/Group Leader).

Comments and Discussions