WorkTimeHero.sln (1921B)
1 2 Microsoft Visual Studio Solution File, Format Version 12.00 3 # Visual Studio Version 16 4 VisualStudioVersion = 16.0.30011.22 5 MinimumVisualStudioVersion = 10.0.40219.1 6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkTimeHero", "WorkTimeHero\WorkTimeHero.csproj", "{5562D843-C5C9-4097-9E20-B280A410EE83}" 7 EndProject 8 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkTimeHeroTest", "WorkTimeHeroTest\WorkTimeHeroTest.csproj", "{C5EBE147-90B4-47E5-8DB2-4DA723A3015C}" 9 EndProject 10 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C1F09768-BAAA-4F46-9A94-F63522C3CD74}" 11 ProjectSection(SolutionItems) = preProject 12 LICENSE = LICENSE 13 README.md = README.md 14 sgKey.snk = sgKey.snk 15 EndProjectSection 16 EndProject 17 Global 18 GlobalSection(SolutionConfigurationPlatforms) = preSolution 19 Debug|Any CPU = Debug|Any CPU 20 Release|Any CPU = Release|Any CPU 21 EndGlobalSection 22 GlobalSection(ProjectConfigurationPlatforms) = postSolution 23 {5562D843-C5C9-4097-9E20-B280A410EE83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 24 {5562D843-C5C9-4097-9E20-B280A410EE83}.Debug|Any CPU.Build.0 = Debug|Any CPU 25 {5562D843-C5C9-4097-9E20-B280A410EE83}.Release|Any CPU.ActiveCfg = Release|Any CPU 26 {5562D843-C5C9-4097-9E20-B280A410EE83}.Release|Any CPU.Build.0 = Release|Any CPU 27 {C5EBE147-90B4-47E5-8DB2-4DA723A3015C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 28 {C5EBE147-90B4-47E5-8DB2-4DA723A3015C}.Debug|Any CPU.Build.0 = Debug|Any CPU 29 {C5EBE147-90B4-47E5-8DB2-4DA723A3015C}.Release|Any CPU.ActiveCfg = Release|Any CPU 30 {C5EBE147-90B4-47E5-8DB2-4DA723A3015C}.Release|Any CPU.Build.0 = Release|Any CPU 31 EndGlobalSection 32 GlobalSection(SolutionProperties) = preSolution 33 HideSolutionNode = FALSE 34 EndGlobalSection 35 GlobalSection(ExtensibilityGlobals) = postSolution 36 SolutionGuid = {B7BCB679-08E8-4DC5-A5DD-ABB682023AC3} 37 EndGlobalSection 38 EndGlobal