mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
32 lines
1.6 KiB
Plaintext
32 lines
1.6 KiB
Plaintext
|
|
|
|||
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|||
|
|
# Visual Studio Version 17
|
|||
|
|
VisualStudioVersion = 17.2.32210.308
|
|||
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|||
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PacktLibrary", "PacktLibrary\PacktLibrary.csproj", "{9E796C3B-6FF6-4E0A-8B6D-A591B6FD1308}"
|
|||
|
|
EndProject
|
|||
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeopleApp", "PeopleApp\PeopleApp.csproj", "{DF7885A2-C9F1-4959-9D13-C72E5E77CCDA}"
|
|||
|
|
EndProject
|
|||
|
|
Global
|
|||
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|||
|
|
Debug|Any CPU = Debug|Any CPU
|
|||
|
|
Release|Any CPU = Release|Any CPU
|
|||
|
|
EndGlobalSection
|
|||
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|||
|
|
{9E796C3B-6FF6-4E0A-8B6D-A591B6FD1308}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|||
|
|
{9E796C3B-6FF6-4E0A-8B6D-A591B6FD1308}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|||
|
|
{9E796C3B-6FF6-4E0A-8B6D-A591B6FD1308}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|||
|
|
{9E796C3B-6FF6-4E0A-8B6D-A591B6FD1308}.Release|Any CPU.Build.0 = Release|Any CPU
|
|||
|
|
{DF7885A2-C9F1-4959-9D13-C72E5E77CCDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|||
|
|
{DF7885A2-C9F1-4959-9D13-C72E5E77CCDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|||
|
|
{DF7885A2-C9F1-4959-9D13-C72E5E77CCDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|||
|
|
{DF7885A2-C9F1-4959-9D13-C72E5E77CCDA}.Release|Any CPU.Build.0 = Release|Any CPU
|
|||
|
|
EndGlobalSection
|
|||
|
|
GlobalSection(SolutionProperties) = preSolution
|
|||
|
|
HideSolutionNode = FALSE
|
|||
|
|
EndGlobalSection
|
|||
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|||
|
|
SolutionGuid = {1A5D8950-33D6-47DC-B740-C193A5024C06}
|
|||
|
|
EndGlobalSection
|
|||
|
|
EndGlobal
|