-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtasks-in-csharp.sln
31 lines (31 loc) · 1.65 KB
/
tasks-in-csharp.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "01 Getting Started With Task", "01 Getting Started With Task\01 Getting Started With Task.csproj", "{D40CA449-9088-4EBC-9C74-5B9D47DF385A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "02 Program For Responsiveness", "02 Program For Responsiveness\02 Program For Responsiveness.csproj", "{D5A66493-89BA-48E6-8A2D-A4B159ECB089}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D40CA449-9088-4EBC-9C74-5B9D47DF385A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D40CA449-9088-4EBC-9C74-5B9D47DF385A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D40CA449-9088-4EBC-9C74-5B9D47DF385A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D40CA449-9088-4EBC-9C74-5B9D47DF385A}.Release|Any CPU.Build.0 = Release|Any CPU
{D5A66493-89BA-48E6-8A2D-A4B159ECB089}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5A66493-89BA-48E6-8A2D-A4B159ECB089}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5A66493-89BA-48E6-8A2D-A4B159ECB089}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5A66493-89BA-48E6-8A2D-A4B159ECB089}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F8EB8C0D-B4CE-477D-9F89-828AABFA845D}
EndGlobalSection
EndGlobal