-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathayberkcanturk.Aspect-2015.sln
51 lines (51 loc) · 3.22 KB
/
ayberkcanturk.Aspect-2015.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
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Demos", "Demos", "{5C17C35D-4954-436F-9F85-998957C4F2CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ayberkcanturk.Aspect.Console", "Demos\ayberkcanturk.Aspect.Console\ayberkcanturk.Aspect.Console.csproj", "{EAE4683A-11D1-4B6D-B9BF-C4F6A56C53F8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{6477B86F-298E-4962-BECE-13DD23385575}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ayberkcanturk.Aspect.UnitTest", "Tests\ayberkcanturk.Aspect.UnitTest\ayberkcanturk.Aspect.UnitTest.csproj", "{F954761B-0B82-410B-A2FF-8F45082141C3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{2D3F7EBB-23A0-4067-8026-B8ADD0537942}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ayberkcanturk.Aspect.Common", "Common\ayberkcanturk.Aspect.Common\ayberkcanturk.Aspect.Common.csproj", "{287EF58D-4BAE-4A80-9A87-F19E1CA14B11}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ayberkcanturk.Aspect", "ayberkcanturk.Aspect\ayberkcanturk.Aspect.csproj", "{FA80FB53-EECD-4559-A6C0-A0F8789276A6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EAE4683A-11D1-4B6D-B9BF-C4F6A56C53F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAE4683A-11D1-4B6D-B9BF-C4F6A56C53F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAE4683A-11D1-4B6D-B9BF-C4F6A56C53F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAE4683A-11D1-4B6D-B9BF-C4F6A56C53F8}.Release|Any CPU.Build.0 = Release|Any CPU
{F954761B-0B82-410B-A2FF-8F45082141C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F954761B-0B82-410B-A2FF-8F45082141C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F954761B-0B82-410B-A2FF-8F45082141C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F954761B-0B82-410B-A2FF-8F45082141C3}.Release|Any CPU.Build.0 = Release|Any CPU
{287EF58D-4BAE-4A80-9A87-F19E1CA14B11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{287EF58D-4BAE-4A80-9A87-F19E1CA14B11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{287EF58D-4BAE-4A80-9A87-F19E1CA14B11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{287EF58D-4BAE-4A80-9A87-F19E1CA14B11}.Release|Any CPU.Build.0 = Release|Any CPU
{FA80FB53-EECD-4559-A6C0-A0F8789276A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA80FB53-EECD-4559-A6C0-A0F8789276A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA80FB53-EECD-4559-A6C0-A0F8789276A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA80FB53-EECD-4559-A6C0-A0F8789276A6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EAE4683A-11D1-4B6D-B9BF-C4F6A56C53F8} = {5C17C35D-4954-436F-9F85-998957C4F2CF}
{F954761B-0B82-410B-A2FF-8F45082141C3} = {6477B86F-298E-4962-BECE-13DD23385575}
{287EF58D-4BAE-4A80-9A87-F19E1CA14B11} = {2D3F7EBB-23A0-4067-8026-B8ADD0537942}
EndGlobalSection
EndGlobal