This repository has been archived by the owner on Nov 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathR7.HelpDesk.sln
34 lines (34 loc) · 1.67 KB
/
R7.HelpDesk.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "R7.HelpDesk", "R7.HelpDesk\R7.HelpDesk.csproj", "{4B5BFA3B-BA1D-4266-ADA4-A1F6F227D768}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F57E39C5-6595-421F-B831-1598FB18FF24}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deploy", "Deploy\Deploy.csproj", "{FC30AFB6-AD2D-4CC4-99BB-B22F49147BF1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B5BFA3B-BA1D-4266-ADA4-A1F6F227D768}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B5BFA3B-BA1D-4266-ADA4-A1F6F227D768}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B5BFA3B-BA1D-4266-ADA4-A1F6F227D768}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B5BFA3B-BA1D-4266-ADA4-A1F6F227D768}.Release|Any CPU.Build.0 = Release|Any CPU
{FC30AFB6-AD2D-4CC4-99BB-B22F49147BF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC30AFB6-AD2D-4CC4-99BB-B22F49147BF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC30AFB6-AD2D-4CC4-99BB-B22F49147BF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC30AFB6-AD2D-4CC4-99BB-B22F49147BF1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 1.1.0
EndGlobalSection
EndGlobal