-
Notifications
You must be signed in to change notification settings - Fork 1
/
sample_filters.sln
55 lines (55 loc) · 3.21 KB
/
sample_filters.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C9EC5766-13A7-4DE5-9DCC-E259E36B9D28}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
sample_filters\build_sample_filters.bat = sample_filters\build_sample_filters.bat
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "sample_inheritable_filter", "sample_filters\sample_inheritable_filter\sample_inheritable_filter.fsproj", "{E300CAC6-B388-4571-9E0D-8C298DDD013D}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "sample_functional_filter", "sample_filters\sample_functional_filter\sample_functional_filter.fsproj", "{76CF7BBF-4DB5-4D6B-A27B-EB7BDB1BCAB3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{2D0D50B3-ADFE-4782-8F08-AA0E8B24CC6E}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\nuget.exe = .nuget\nuget.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "sample_aspect_filter", "sample_filters\sample_aspect_filter\sample_aspect_filter.fsproj", "{1C0B1128-F344-4864-A1D1-28DCD646D35E}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "sample_aspect_runtime", "sample_filters\sample_aspect_runtime\sample_aspect_runtime.fsproj", "{9CD93939-6213-4DC4-8558-4901CAA6A6C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E300CAC6-B388-4571-9E0D-8C298DDD013D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E300CAC6-B388-4571-9E0D-8C298DDD013D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E300CAC6-B388-4571-9E0D-8C298DDD013D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E300CAC6-B388-4571-9E0D-8C298DDD013D}.Release|Any CPU.Build.0 = Release|Any CPU
{76CF7BBF-4DB5-4D6B-A27B-EB7BDB1BCAB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76CF7BBF-4DB5-4D6B-A27B-EB7BDB1BCAB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76CF7BBF-4DB5-4D6B-A27B-EB7BDB1BCAB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76CF7BBF-4DB5-4D6B-A27B-EB7BDB1BCAB3}.Release|Any CPU.Build.0 = Release|Any CPU
{1C0B1128-F344-4864-A1D1-28DCD646D35E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C0B1128-F344-4864-A1D1-28DCD646D35E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C0B1128-F344-4864-A1D1-28DCD646D35E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C0B1128-F344-4864-A1D1-28DCD646D35E}.Release|Any CPU.Build.0 = Release|Any CPU
{9CD93939-6213-4DC4-8558-4901CAA6A6C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CD93939-6213-4DC4-8558-4901CAA6A6C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CD93939-6213-4DC4-8558-4901CAA6A6C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CD93939-6213-4DC4-8558-4901CAA6A6C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal