-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAgent.PostSharp.sln
61 lines (61 loc) · 3.77 KB
/
Agent.PostSharp.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
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30711.63
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Agent.PostSharp.3.0.NET40", "src\Agent.PostSharp.3.0.NET40\Agent.PostSharp.3.0.NET40.csproj", "{068F4EE3-73E0-481C-96F2-E8948AC8905F}"
ProjectSection(ProjectDependencies) = postProject
{CC731E7E-4799-4517-8EE4-81436FBC7E18} = {CC731E7E-4799-4517-8EE4-81436FBC7E18}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Agent.PostSharp.3.0.NET45", "src\Agent.PostSharp.3.0.NET45\Agent.PostSharp.3.0.NET45.csproj", "{CC731E7E-4799-4517-8EE4-81436FBC7E18}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Agent.PostSharp.Test", "src\Agent.PostSharp.Test\Agent.PostSharp.Test.csproj", "{BDB284BF-D0C3-4F82-B08D-C5A752AD8603}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{4453F46F-E10A-4992-AD77-A3120B52D6E6}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
dependencies\NuGet.exe = dependencies\NuGet.exe
README.md = README.md
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Agent.PostSharp", "src\Agent.PostSharp\Agent.PostSharp.shproj", "{6FB7E459-D6D5-4C09-89C3-CADACFD7FC88}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Agent.PostSharp.6.0.NET45", "src\Agent.PostSharp.6.0.NET45\Agent.PostSharp.6.0.NET45.csproj", "{0D2F3B33-A9B0-4BB4-ACE0-E26C3BF4D570}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\Agent.PostSharp\Agent.PostSharp.projitems*{068f4ee3-73e0-481c-96f2-e8948ac8905f}*SharedItemsImports = 4
src\Agent.PostSharp\Agent.PostSharp.projitems*{0d2f3b33-a9b0-4bb4-ace0-e26c3bf4d570}*SharedItemsImports = 4
src\Agent.PostSharp\Agent.PostSharp.projitems*{6fb7e459-d6d5-4c09-89c3-cadacfd7fc88}*SharedItemsImports = 13
src\Agent.PostSharp\Agent.PostSharp.projitems*{cc731e7e-4799-4517-8ee4-81436fbc7e18}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{068F4EE3-73E0-481C-96F2-E8948AC8905F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{068F4EE3-73E0-481C-96F2-E8948AC8905F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{068F4EE3-73E0-481C-96F2-E8948AC8905F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{068F4EE3-73E0-481C-96F2-E8948AC8905F}.Release|Any CPU.Build.0 = Release|Any CPU
{CC731E7E-4799-4517-8EE4-81436FBC7E18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC731E7E-4799-4517-8EE4-81436FBC7E18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC731E7E-4799-4517-8EE4-81436FBC7E18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC731E7E-4799-4517-8EE4-81436FBC7E18}.Release|Any CPU.Build.0 = Release|Any CPU
{BDB284BF-D0C3-4F82-B08D-C5A752AD8603}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDB284BF-D0C3-4F82-B08D-C5A752AD8603}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDB284BF-D0C3-4F82-B08D-C5A752AD8603}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDB284BF-D0C3-4F82-B08D-C5A752AD8603}.Release|Any CPU.Build.0 = Release|Any CPU
{0D2F3B33-A9B0-4BB4-ACE0-E26C3BF4D570}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D2F3B33-A9B0-4BB4-ACE0-E26C3BF4D570}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D2F3B33-A9B0-4BB4-ACE0-E26C3BF4D570}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D2F3B33-A9B0-4BB4-ACE0-E26C3BF4D570}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {28F0ADE2-497C-43AC-8B70-574C09CD1DF1}
EndGlobalSection
EndGlobal