-
Notifications
You must be signed in to change notification settings - Fork 7
/
Interpose.Core.sln
49 lines (49 loc) · 2.85 KB
/
Interpose.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Interpose.Core", "Interpose.Core\Interpose.Core.csproj", "{315C0E80-F43E-408E-89BC-4514BD663752}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Interpose.Core.Tests", "Interpose.Core.Tests\Interpose.Core.Tests.csproj", "{F90F498F-7CAC-4A0C-BD8F-9A092F0C9791}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E9B87D4E-9DCE-47D4-87BB-485F322EC29D}"
ProjectSection(SolutionItems) = preProject
build-nuget.cmd = build-nuget.cmd
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Interpose.Core.Handlers", "Interpose.Core.Handlers\Interpose.Core.Handlers.csproj", "{AF86EA67-5958-42F1-AC91-B0C4050A10AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{BD88D6B4-3EBB-4374-AEB1-BB32E1CAC3F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{315C0E80-F43E-408E-89BC-4514BD663752}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{315C0E80-F43E-408E-89BC-4514BD663752}.Debug|Any CPU.Build.0 = Debug|Any CPU
{315C0E80-F43E-408E-89BC-4514BD663752}.Release|Any CPU.ActiveCfg = Release|Any CPU
{315C0E80-F43E-408E-89BC-4514BD663752}.Release|Any CPU.Build.0 = Release|Any CPU
{F90F498F-7CAC-4A0C-BD8F-9A092F0C9791}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F90F498F-7CAC-4A0C-BD8F-9A092F0C9791}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F90F498F-7CAC-4A0C-BD8F-9A092F0C9791}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F90F498F-7CAC-4A0C-BD8F-9A092F0C9791}.Release|Any CPU.Build.0 = Release|Any CPU
{AF86EA67-5958-42F1-AC91-B0C4050A10AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF86EA67-5958-42F1-AC91-B0C4050A10AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF86EA67-5958-42F1-AC91-B0C4050A10AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF86EA67-5958-42F1-AC91-B0C4050A10AC}.Release|Any CPU.Build.0 = Release|Any CPU
{BD88D6B4-3EBB-4374-AEB1-BB32E1CAC3F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD88D6B4-3EBB-4374-AEB1-BB32E1CAC3F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD88D6B4-3EBB-4374-AEB1-BB32E1CAC3F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD88D6B4-3EBB-4374-AEB1-BB32E1CAC3F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {79C28876-7BA9-4487-9D64-D4BFDA98BA67}
EndGlobalSection
EndGlobal