-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRule34.sln
More file actions
43 lines (43 loc) · 2.46 KB
/
Rule34.sln
File metadata and controls
43 lines (43 loc) · 2.46 KB
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 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rule.BL", "Rule.BL\Rule.BL.csproj", "{3406D200-CCB7-4692-B5C2-882D08B27977}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rule.Common", "Rule.Common\Rule.Common.csproj", "{0BDF295F-D567-431F-BE40-979B4C4B53B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rule.DAL", "Rule.DAL\Rule.DAL.csproj", "{D2C815EE-8028-4AB0-8F20-A7D215C10738}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rule.UI", "Rule.UI\Rule.UI.csproj", "{D6713369-E515-43D8-97A3-648F7A1F326C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3406D200-CCB7-4692-B5C2-882D08B27977}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3406D200-CCB7-4692-B5C2-882D08B27977}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3406D200-CCB7-4692-B5C2-882D08B27977}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3406D200-CCB7-4692-B5C2-882D08B27977}.Release|Any CPU.Build.0 = Release|Any CPU
{0BDF295F-D567-431F-BE40-979B4C4B53B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BDF295F-D567-431F-BE40-979B4C4B53B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BDF295F-D567-431F-BE40-979B4C4B53B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BDF295F-D567-431F-BE40-979B4C4B53B8}.Release|Any CPU.Build.0 = Release|Any CPU
{D2C815EE-8028-4AB0-8F20-A7D215C10738}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2C815EE-8028-4AB0-8F20-A7D215C10738}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2C815EE-8028-4AB0-8F20-A7D215C10738}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2C815EE-8028-4AB0-8F20-A7D215C10738}.Release|Any CPU.Build.0 = Release|Any CPU
{D6713369-E515-43D8-97A3-648F7A1F326C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6713369-E515-43D8-97A3-648F7A1F326C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6713369-E515-43D8-97A3-648F7A1F326C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6713369-E515-43D8-97A3-648F7A1F326C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC2766D4-7A95-40BB-BD37-74916E6CF1B7}
EndGlobalSection
EndGlobal