-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAspects.sln
39 lines (39 loc) · 1.88 KB
/
Aspects.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30404.54
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9B7DA3DF-4D94-4363-9504-8969DB578C1C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
README.md = README.md
snKey.snk = snKey.snk
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aspects", "DLL\Aspects.csproj", "{472809D4-1092-4766-A456-1CA6FB704C5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aspects.UnitTests", "Tests\Aspects.UnitTests.csproj", "{D97CB6BD-0771-4937-BF22-C4B696DD0BD6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{472809D4-1092-4766-A456-1CA6FB704C5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{472809D4-1092-4766-A456-1CA6FB704C5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{472809D4-1092-4766-A456-1CA6FB704C5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{472809D4-1092-4766-A456-1CA6FB704C5F}.Release|Any CPU.Build.0 = Release|Any CPU
{D97CB6BD-0771-4937-BF22-C4B696DD0BD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D97CB6BD-0771-4937-BF22-C4B696DD0BD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D97CB6BD-0771-4937-BF22-C4B696DD0BD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D97CB6BD-0771-4937-BF22-C4B696DD0BD6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A775AB79-AE9C-4175-B4A3-DC61BD24223D}
EndGlobalSection
EndGlobal