|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio 15 |
| 4 | +VisualStudioVersion = 15.0.27004.2002 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unity.Interception", "src\Unity.Interception.csproj", "{B73259E0-77F8-41FD-9A7A-CAB8AC231086}" |
| 7 | +EndProject |
| 8 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Interception.Tests", "tests\Interception.Tests.csproj", "{83D32085-6A48-4EDE-B1CD-1B6D00BE10C9}" |
| 9 | +EndProject |
| 10 | +Global |
| 11 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 12 | + Debug|Any CPU = Debug|Any CPU |
| 13 | + Package|Any CPU = Package|Any CPU |
| 14 | + Release|Any CPU = Release|Any CPU |
| 15 | + EndGlobalSection |
| 16 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 17 | + {B73259E0-77F8-41FD-9A7A-CAB8AC231086}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 18 | + {B73259E0-77F8-41FD-9A7A-CAB8AC231086}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 19 | + {B73259E0-77F8-41FD-9A7A-CAB8AC231086}.Package|Any CPU.ActiveCfg = Package|Any CPU |
| 20 | + {B73259E0-77F8-41FD-9A7A-CAB8AC231086}.Package|Any CPU.Build.0 = Package|Any CPU |
| 21 | + {B73259E0-77F8-41FD-9A7A-CAB8AC231086}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 22 | + {B73259E0-77F8-41FD-9A7A-CAB8AC231086}.Release|Any CPU.Build.0 = Release|Any CPU |
| 23 | + {83D32085-6A48-4EDE-B1CD-1B6D00BE10C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 24 | + {83D32085-6A48-4EDE-B1CD-1B6D00BE10C9}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 25 | + {83D32085-6A48-4EDE-B1CD-1B6D00BE10C9}.Package|Any CPU.ActiveCfg = Debug|Any CPU |
| 26 | + {83D32085-6A48-4EDE-B1CD-1B6D00BE10C9}.Package|Any CPU.Build.0 = Debug|Any CPU |
| 27 | + {83D32085-6A48-4EDE-B1CD-1B6D00BE10C9}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 28 | + {83D32085-6A48-4EDE-B1CD-1B6D00BE10C9}.Release|Any CPU.Build.0 = Release|Any CPU |
| 29 | + EndGlobalSection |
| 30 | + GlobalSection(SolutionProperties) = preSolution |
| 31 | + HideSolutionNode = FALSE |
| 32 | + EndGlobalSection |
| 33 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 34 | + SolutionGuid = {7D864CD1-AEA6-4EDF-B8F8-071CE7F88251} |
| 35 | + EndGlobalSection |
| 36 | +EndGlobal |
0 commit comments