Geen omschrijving

CodeKata.sln 1.4KB

     Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0.21005.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeKata", "CodeKata\CodeKata.csproj", "{35CE129B-FFEA-40A5-8306-44C309BB3EE9}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeKataTests", "CodeKataTests\CodeKataTests.csproj", "{19905A06-E68A-4A26-A63E-F5EB48EDB7E9}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {35CE129B-FFEA-40A5-8306-44C309BB3EE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {35CE129B-FFEA-40A5-8306-44C309BB3EE9}.Debug|Any CPU.Build.0 = Debug|Any CPU {35CE129B-FFEA-40A5-8306-44C309BB3EE9}.Release|Any CPU.ActiveCfg = Release|Any CPU {35CE129B-FFEA-40A5-8306-44C309BB3EE9}.Release|Any CPU.Build.0 = Release|Any CPU {19905A06-E68A-4A26-A63E-F5EB48EDB7E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {19905A06-E68A-4A26-A63E-F5EB48EDB7E9}.Debug|Any CPU.Build.0 = Debug|Any CPU {19905A06-E68A-4A26-A63E-F5EB48EDB7E9}.Release|Any CPU.ActiveCfg = Release|Any CPU {19905A06-E68A-4A26-A63E-F5EB48EDB7E9}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal