-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathMaintenance.Web.sln
44 lines (44 loc) · 2.08 KB
/
Maintenance.Web.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
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29905.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StartProject", "src\StartProject\StartProject.csproj", "{4888F7F7-6CC4-4FA2-A6E1-E24E565546A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Moryx.Runtime.Maintenance.Web", "src\Moryx.Runtime.Maintenance.Web\Moryx.Runtime.Maintenance.Web.csproj", "{E1227A92-C942-42D3-A35A-D4C4C3574E78}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EF1BF065-FB86-4AFB-8012-DDE014881599}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Build.ps1 = Build.ps1
Directory.build.props = Directory.build.props
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
NOTICE = NOTICE
NuGet.Config = NuGet.Config
README.md = README.md
VERSION = VERSION
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4888F7F7-6CC4-4FA2-A6E1-E24E565546A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4888F7F7-6CC4-4FA2-A6E1-E24E565546A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4888F7F7-6CC4-4FA2-A6E1-E24E565546A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4888F7F7-6CC4-4FA2-A6E1-E24E565546A2}.Release|Any CPU.Build.0 = Release|Any CPU
{E1227A92-C942-42D3-A35A-D4C4C3574E78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1227A92-C942-42D3-A35A-D4C4C3574E78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1227A92-C942-42D3-A35A-D4C4C3574E78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1227A92-C942-42D3-A35A-D4C4C3574E78}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9FD3E863-7AA9-4942-AA6C-00A90813C32B}
EndGlobalSection
EndGlobal