-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPermackathon.sln
More file actions
46 lines (46 loc) · 2.73 KB
/
Permackathon.sln
File metadata and controls
46 lines (46 loc) · 2.73 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
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Permackathon.UI", "Permackathon.UI\Permackathon.UI.csproj", "{385C4DBC-1441-4AEC-906F-73175280B914}"
ProjectSection(ProjectDependencies) = postProject
{95895538-9606-45E9-95E3-B272FB00CF60} = {95895538-9606-45E9-95E3-B272FB00CF60}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Permackathon.DAL", "Permackathon.DAL\Permackathon.DAL.csproj", "{95895538-9606-45E9-95E3-B272FB00CF60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Permackathon.DAL.Tests", "Permackathon.DAL.Tests\Permackathon.DAL.Tests.csproj", "{086EC626-5928-44E6-B053-050577194C4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Permackathon.UI.Tests", "Permackathon.UI.Tests\Permackathon.UI.Tests.csproj", "{3F9EB80D-DE3D-4B52-97F5-340FFCAA640F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{385C4DBC-1441-4AEC-906F-73175280B914}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{385C4DBC-1441-4AEC-906F-73175280B914}.Debug|Any CPU.Build.0 = Debug|Any CPU
{385C4DBC-1441-4AEC-906F-73175280B914}.Release|Any CPU.ActiveCfg = Release|Any CPU
{385C4DBC-1441-4AEC-906F-73175280B914}.Release|Any CPU.Build.0 = Release|Any CPU
{95895538-9606-45E9-95E3-B272FB00CF60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95895538-9606-45E9-95E3-B272FB00CF60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95895538-9606-45E9-95E3-B272FB00CF60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95895538-9606-45E9-95E3-B272FB00CF60}.Release|Any CPU.Build.0 = Release|Any CPU
{086EC626-5928-44E6-B053-050577194C4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{086EC626-5928-44E6-B053-050577194C4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{086EC626-5928-44E6-B053-050577194C4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{086EC626-5928-44E6-B053-050577194C4F}.Release|Any CPU.Build.0 = Release|Any CPU
{3F9EB80D-DE3D-4B52-97F5-340FFCAA640F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F9EB80D-DE3D-4B52-97F5-340FFCAA640F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F9EB80D-DE3D-4B52-97F5-340FFCAA640F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F9EB80D-DE3D-4B52-97F5-340FFCAA640F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AB32F3DD-F96B-4927-8841-FEA16C896FAA}
EndGlobalSection
EndGlobal