-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRig313.sln
48 lines (48 loc) · 2.74 KB
/
Rig313.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
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rig313.Core", "Rig313.Core\Rig313.Core.csproj", "{3FC6FE5B-1FD8-4182-A786-35EDB960B562}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B614D529-4651-480B-8B52-078C590323ED}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rig313.Services", "Rig313.Services\Rig313.Services.csproj", "{02D72710-8CCF-439E-B718-853F3CA922A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rig313.Data", "Rig313.Data\Rig313.Data.csproj", "{99DA83E3-A700-4FD9-992C-B71FCF505B01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rig313.Web", "Rig313.Web\Rig313.Web.csproj", "{D60518E2-7610-46EE-954D-E1E0E9AB414A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FC6FE5B-1FD8-4182-A786-35EDB960B562}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FC6FE5B-1FD8-4182-A786-35EDB960B562}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FC6FE5B-1FD8-4182-A786-35EDB960B562}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FC6FE5B-1FD8-4182-A786-35EDB960B562}.Release|Any CPU.Build.0 = Release|Any CPU
{02D72710-8CCF-439E-B718-853F3CA922A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02D72710-8CCF-439E-B718-853F3CA922A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02D72710-8CCF-439E-B718-853F3CA922A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02D72710-8CCF-439E-B718-853F3CA922A4}.Release|Any CPU.Build.0 = Release|Any CPU
{99DA83E3-A700-4FD9-992C-B71FCF505B01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99DA83E3-A700-4FD9-992C-B71FCF505B01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99DA83E3-A700-4FD9-992C-B71FCF505B01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99DA83E3-A700-4FD9-992C-B71FCF505B01}.Release|Any CPU.Build.0 = Release|Any CPU
{D60518E2-7610-46EE-954D-E1E0E9AB414A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D60518E2-7610-46EE-954D-E1E0E9AB414A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D60518E2-7610-46EE-954D-E1E0E9AB414A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D60518E2-7610-46EE-954D-E1E0E9AB414A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3D2F470F-D56E-404E-81F7-90C9082FD233}
EndGlobalSection
EndGlobal