-
Notifications
You must be signed in to change notification settings - Fork 1
/
Jira.sln
43 lines (43 loc) · 2.51 KB
/
Jira.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 15
VisualStudioVersion = 15.0.28010.2048
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jira", "Jira\Jira.csproj", "{51E47B28-E578-4AC4-AFC2-8F28593FBBAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataTransferObjects", "DataTransferObjects\DataTransferObjects.csproj", "{DF52660A-7F49-4E19-B3DA-D9DA8E6D5E01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DatabaseLayer", "DatabaseLayer\DatabaseLayer.csproj", "{5B66C772-6129-4138-92A0-C54A99C1167C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepositoryLayer", "RepositoryLayer\RepositoryLayer.csproj", "{862179D0-840F-417E-8D6C-A4F6E16CDC4F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51E47B28-E578-4AC4-AFC2-8F28593FBBAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51E47B28-E578-4AC4-AFC2-8F28593FBBAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51E47B28-E578-4AC4-AFC2-8F28593FBBAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51E47B28-E578-4AC4-AFC2-8F28593FBBAF}.Release|Any CPU.Build.0 = Release|Any CPU
{DF52660A-7F49-4E19-B3DA-D9DA8E6D5E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF52660A-7F49-4E19-B3DA-D9DA8E6D5E01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF52660A-7F49-4E19-B3DA-D9DA8E6D5E01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF52660A-7F49-4E19-B3DA-D9DA8E6D5E01}.Release|Any CPU.Build.0 = Release|Any CPU
{5B66C772-6129-4138-92A0-C54A99C1167C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B66C772-6129-4138-92A0-C54A99C1167C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B66C772-6129-4138-92A0-C54A99C1167C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B66C772-6129-4138-92A0-C54A99C1167C}.Release|Any CPU.Build.0 = Release|Any CPU
{862179D0-840F-417E-8D6C-A4F6E16CDC4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{862179D0-840F-417E-8D6C-A4F6E16CDC4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{862179D0-840F-417E-8D6C-A4F6E16CDC4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{862179D0-840F-417E-8D6C-A4F6E16CDC4F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B7DF4F71-AB0C-4E13-8665-77AD844C5230}
EndGlobalSection
EndGlobal