File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ VisualStudioVersion = 17.7.34018.315
55MinimumVisualStudioVersion = 10.0.40219.1
66Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Todo" , "Todo.csproj" , "{468AD31C-CA0E-4A93-B129-C3F5D5026059}"
77EndProject
8+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Todo.Tests" , "Todo.Tests\Todo.Tests.csproj" , "{A1BE1495-D74B-4D7B-A654-C515238AFE56}"
9+ EndProject
810Global
911 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
1012 Debug| Any CPU = Debug| Any CPU
@@ -15,6 +17,10 @@ Global
1517 {468AD31C-CA0E-4A93-B129-C3F5D5026059} .Debug| Any CPU .Build .0 = Debug| Any CPU
1618 {468AD31C-CA0E-4A93-B129-C3F5D5026059} .Release| Any CPU .ActiveCfg = Release| Any CPU
1719 {468AD31C-CA0E-4A93-B129-C3F5D5026059} .Release| Any CPU .Build .0 = Release| Any CPU
20+ {A1BE1495-D74B-4D7B-A654-C515238AFE56} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
21+ {A1BE1495-D74B-4D7B-A654-C515238AFE56} .Debug| Any CPU .Build .0 = Debug| Any CPU
22+ {A1BE1495-D74B-4D7B-A654-C515238AFE56} .Release| Any CPU .ActiveCfg = Release| Any CPU
23+ {A1BE1495-D74B-4D7B-A654-C515238AFE56} .Release| Any CPU .Build .0 = Release| Any CPU
1824 EndGlobalSection
1925 GlobalSection (SolutionProperties ) = preSolution
2026 HideSolutionNode = FALSE
You can’t perform that action at this time.
0 commit comments