-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathURT-Website.sln
43 lines (43 loc) · 2.56 KB
/
URT-Website.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29418.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "URT-Website.Web", "URT-Website\URT-Website.Web.csproj", "{8806E739-8213-4AAA-BAF9-7905C986ACDD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "URT-Website.Core", "URT-Website.Core\URT-Website.Core.csproj", "{0B3F9C44-FA63-4553-A275-C07BB3E0D407}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "URT-Website.Data", "URT-Website.Data\URT-Website.Data.csproj", "{A331DE9B-6E14-4CF0-B497-E84491A98711}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "URT-Website.Services", "URT-Website.Services\URT-Website.Services.csproj", "{DCECE019-2044-4533-B8BF-74DFFF1A7B1D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8806E739-8213-4AAA-BAF9-7905C986ACDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8806E739-8213-4AAA-BAF9-7905C986ACDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8806E739-8213-4AAA-BAF9-7905C986ACDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8806E739-8213-4AAA-BAF9-7905C986ACDD}.Release|Any CPU.Build.0 = Release|Any CPU
{0B3F9C44-FA63-4553-A275-C07BB3E0D407}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B3F9C44-FA63-4553-A275-C07BB3E0D407}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B3F9C44-FA63-4553-A275-C07BB3E0D407}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B3F9C44-FA63-4553-A275-C07BB3E0D407}.Release|Any CPU.Build.0 = Release|Any CPU
{A331DE9B-6E14-4CF0-B497-E84491A98711}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A331DE9B-6E14-4CF0-B497-E84491A98711}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A331DE9B-6E14-4CF0-B497-E84491A98711}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A331DE9B-6E14-4CF0-B497-E84491A98711}.Release|Any CPU.Build.0 = Release|Any CPU
{DCECE019-2044-4533-B8BF-74DFFF1A7B1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCECE019-2044-4533-B8BF-74DFFF1A7B1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCECE019-2044-4533-B8BF-74DFFF1A7B1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCECE019-2044-4533-B8BF-74DFFF1A7B1D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6ED4C0D2-F2C6-42A6-BD52-01C5479CAE9E}
EndGlobalSection
EndGlobal