-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFCMS_RUDA.sln
43 lines (43 loc) · 2.59 KB
/
FCMS_RUDA.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 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FCMS_RUDA", "FCMS_RUDA.csproj", "{90F4E5B6-A67C-4207-8A3C-0E3FB20D3360}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "com.ruda.Efile.Domain", "..\com.ruda.Efile.Domain\com.ruda.Efile.Domain.csproj", "{968F5019-A022-44CA-80FD-5B3928B4F083}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "com.ruda.Efile.DAL", "..\com.ruda.Efile.DAL\com.ruda.Efile.DAL.csproj", "{AB91C1ED-78E5-42EE-A4EA-F928F82159A7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "com.ruda.Efile.BusinessLogic", "..\com.ruda.Efile.BusinessLogic\com.ruda.Efile.BusinessLogic.csproj", "{9C086D47-F229-4052-B8A6-C9A66757DCF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90F4E5B6-A67C-4207-8A3C-0E3FB20D3360}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90F4E5B6-A67C-4207-8A3C-0E3FB20D3360}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90F4E5B6-A67C-4207-8A3C-0E3FB20D3360}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90F4E5B6-A67C-4207-8A3C-0E3FB20D3360}.Release|Any CPU.Build.0 = Release|Any CPU
{968F5019-A022-44CA-80FD-5B3928B4F083}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{968F5019-A022-44CA-80FD-5B3928B4F083}.Debug|Any CPU.Build.0 = Debug|Any CPU
{968F5019-A022-44CA-80FD-5B3928B4F083}.Release|Any CPU.ActiveCfg = Release|Any CPU
{968F5019-A022-44CA-80FD-5B3928B4F083}.Release|Any CPU.Build.0 = Release|Any CPU
{AB91C1ED-78E5-42EE-A4EA-F928F82159A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB91C1ED-78E5-42EE-A4EA-F928F82159A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB91C1ED-78E5-42EE-A4EA-F928F82159A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB91C1ED-78E5-42EE-A4EA-F928F82159A7}.Release|Any CPU.Build.0 = Release|Any CPU
{9C086D47-F229-4052-B8A6-C9A66757DCF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C086D47-F229-4052-B8A6-C9A66757DCF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C086D47-F229-4052-B8A6-C9A66757DCF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C086D47-F229-4052-B8A6-C9A66757DCF8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA0748C9-CF41-4BE4-B838-EA4C5298D6BF}
EndGlobalSection
EndGlobal