Click here to Skip to main content
15,894,740 members
Articles / Programming Languages / C# 5.0

Beginning the Rule of Ready Project

Rate me:
Please Sign up or sign in to vote.
4.33/5 (3 votes)
26 Sep 2013CPOL5 min read 23.4K   207   13  
The beginning of Rule of Ready

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuleOfReady.Core", "RuleOfReady.Core\RuleOfReady.Core.csproj", "{3971CD3C-DA75-4BA0-9927-2C043DE6D9D6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuleOfReady.Core.Test", "RuleOfReady.Core.Test\RuleOfReady.Core.Test.csproj", "{2A7C5676-47F2-4E18-9F14-DAAD470D7503}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Clients", "Clients", "{01B5184C-5DE6-45FF-8F27-A22214BF4F93}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuleOfReady.SequenceListing", "RuleOfReady.SequenceListing\RuleOfReady.SequenceListing.csproj", "{C942E2D0-F3AC-4738-9B2E-5872931CB0FE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuleOfReady.HandAnalyser", "Clients\RuleOfReady.HandAnalyser\RuleOfReady.HandAnalyser.csproj", "{DE3E8365-7198-46E8-A687-D289E8AA1B1A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{3971CD3C-DA75-4BA0-9927-2C043DE6D9D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{3971CD3C-DA75-4BA0-9927-2C043DE6D9D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{3971CD3C-DA75-4BA0-9927-2C043DE6D9D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{3971CD3C-DA75-4BA0-9927-2C043DE6D9D6}.Release|Any CPU.Build.0 = Release|Any CPU
		{2A7C5676-47F2-4E18-9F14-DAAD470D7503}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2A7C5676-47F2-4E18-9F14-DAAD470D7503}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2A7C5676-47F2-4E18-9F14-DAAD470D7503}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2A7C5676-47F2-4E18-9F14-DAAD470D7503}.Release|Any CPU.Build.0 = Release|Any CPU
		{C942E2D0-F3AC-4738-9B2E-5872931CB0FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C942E2D0-F3AC-4738-9B2E-5872931CB0FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C942E2D0-F3AC-4738-9B2E-5872931CB0FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C942E2D0-F3AC-4738-9B2E-5872931CB0FE}.Release|Any CPU.Build.0 = Release|Any CPU
		{DE3E8365-7198-46E8-A687-D289E8AA1B1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{DE3E8365-7198-46E8-A687-D289E8AA1B1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{DE3E8365-7198-46E8-A687-D289E8AA1B1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{DE3E8365-7198-46E8-A687-D289E8AA1B1A}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{C942E2D0-F3AC-4738-9B2E-5872931CB0FE} = {01B5184C-5DE6-45FF-8F27-A22214BF4F93}
		{DE3E8365-7198-46E8-A687-D289E8AA1B1A} = {01B5184C-5DE6-45FF-8F27-A22214BF4F93}
	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 Code Project Open License (CPOL)


Written By
Software Developer
United States United States
I'm a software developer that works with a small team on websites in .Net. Software development is a career of constant learning, and here I'm learning by sharing.

Comments and Discussions