-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAop.sln
32 lines (32 loc) · 1.79 KB
/
Aop.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rewriter", "Rewriter\Rewriter.csproj", "{8FE53183-C332-4527-B229-A071AB7B622C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Definitions", "Definitions\Definitions.csproj", "{86C51D3F-85FC-4035-90D6-2C6132633218}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{9E21F8CC-C010-42CB-9EA4-72E78054CF34}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8FE53183-C332-4527-B229-A071AB7B622C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FE53183-C332-4527-B229-A071AB7B622C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FE53183-C332-4527-B229-A071AB7B622C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FE53183-C332-4527-B229-A071AB7B622C}.Release|Any CPU.Build.0 = Release|Any CPU
{86C51D3F-85FC-4035-90D6-2C6132633218}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86C51D3F-85FC-4035-90D6-2C6132633218}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86C51D3F-85FC-4035-90D6-2C6132633218}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86C51D3F-85FC-4035-90D6-2C6132633218}.Release|Any CPU.Build.0 = Release|Any CPU
{9E21F8CC-C010-42CB-9EA4-72E78054CF34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E21F8CC-C010-42CB-9EA4-72E78054CF34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E21F8CC-C010-42CB-9EA4-72E78054CF34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E21F8CC-C010-42CB-9EA4-72E78054CF34}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal