-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHelpDeskApp.sln
37 lines (37 loc) · 2.01 KB
/
HelpDeskApp.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
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "ClassLibrary1\Entities.csproj", "{3D4674A5-F6EA-4EDA-B61E-B22825AFD94E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelpDesk", "HelpDesk\HelpDesk.csproj", "{DCD3612F-31CE-4C22-AA4C-989D6E0B3896}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppFeatures", "AppFeatures\AppFeatures.csproj", "{C853CC7E-1125-4236-8D22-2429BE553825}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D4674A5-F6EA-4EDA-B61E-B22825AFD94E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D4674A5-F6EA-4EDA-B61E-B22825AFD94E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D4674A5-F6EA-4EDA-B61E-B22825AFD94E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D4674A5-F6EA-4EDA-B61E-B22825AFD94E}.Release|Any CPU.Build.0 = Release|Any CPU
{DCD3612F-31CE-4C22-AA4C-989D6E0B3896}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCD3612F-31CE-4C22-AA4C-989D6E0B3896}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCD3612F-31CE-4C22-AA4C-989D6E0B3896}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCD3612F-31CE-4C22-AA4C-989D6E0B3896}.Release|Any CPU.Build.0 = Release|Any CPU
{C853CC7E-1125-4236-8D22-2429BE553825}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C853CC7E-1125-4236-8D22-2429BE553825}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C853CC7E-1125-4236-8D22-2429BE553825}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C853CC7E-1125-4236-8D22-2429BE553825}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {58185AD1-F9BB-4078-ACDD-A976D6E3DE3F}
EndGlobalSection
EndGlobal