-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDotnetFrameworkReferenceLibraries.sln
More file actions
37 lines (37 loc) · 2.05 KB
/
DotnetFrameworkReferenceLibraries.sln
File metadata and controls
37 lines (37 loc) · 2.05 KB
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
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36301.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{2EE34026-4CD5-47A2-95C7-4EB3D19B7352}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository", "Repository\Repository.csproj", "{BA88B870-3494-4602-A2ED-EB8446B5A32F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure.UI", "Infrastructure.UI\Infrastructure.UI.csproj", "{06566AC4-6904-4AA0-AF8D-96700F5190A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2EE34026-4CD5-47A2-95C7-4EB3D19B7352}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EE34026-4CD5-47A2-95C7-4EB3D19B7352}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EE34026-4CD5-47A2-95C7-4EB3D19B7352}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EE34026-4CD5-47A2-95C7-4EB3D19B7352}.Release|Any CPU.Build.0 = Release|Any CPU
{BA88B870-3494-4602-A2ED-EB8446B5A32F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA88B870-3494-4602-A2ED-EB8446B5A32F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA88B870-3494-4602-A2ED-EB8446B5A32F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA88B870-3494-4602-A2ED-EB8446B5A32F}.Release|Any CPU.Build.0 = Release|Any CPU
{06566AC4-6904-4AA0-AF8D-96700F5190A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06566AC4-6904-4AA0-AF8D-96700F5190A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06566AC4-6904-4AA0-AF8D-96700F5190A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06566AC4-6904-4AA0-AF8D-96700F5190A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1BC751C2-22CF-4EF8-B622-4E5F8814DA4A}
EndGlobalSection
EndGlobal