-
Notifications
You must be signed in to change notification settings - Fork 1
/
filter_usages.sln
54 lines (54 loc) · 3.05 KB
/
filter_usages.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "fscx-enabled", "filter_usages\fscx-enabled\fscx-enabled.fsproj", "{5F5706D7-D3E0-4200-A754-770E2BD7906E}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "fscx-enabled-main", "filter_usages\fscx-enabled-main\fscx-enabled-main.fsproj", "{F12CE420-D232-4DD2-80F2-82D6152B4292}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "no-fscx-enabled", "filter_usages\no-fscx-enabled\no-fscx-enabled.fsproj", "{038E8B8C-6917-493F-B2FB-D6D2C6D8A822}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "no-fscx-enabled-main", "filter_usages\no-fscx-enabled-main\no-fscx-enabled-main.fsproj", "{E18036B4-56AE-49C1-9F97-3E1966CB46BA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C9EC5766-13A7-4DE5-9DCC-E259E36B9D28}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
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
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5F5706D7-D3E0-4200-A754-770E2BD7906E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F5706D7-D3E0-4200-A754-770E2BD7906E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F5706D7-D3E0-4200-A754-770E2BD7906E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F5706D7-D3E0-4200-A754-770E2BD7906E}.Release|Any CPU.Build.0 = Release|Any CPU
{F12CE420-D232-4DD2-80F2-82D6152B4292}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F12CE420-D232-4DD2-80F2-82D6152B4292}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F12CE420-D232-4DD2-80F2-82D6152B4292}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F12CE420-D232-4DD2-80F2-82D6152B4292}.Release|Any CPU.Build.0 = Release|Any CPU
{038E8B8C-6917-493F-B2FB-D6D2C6D8A822}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{038E8B8C-6917-493F-B2FB-D6D2C6D8A822}.Debug|Any CPU.Build.0 = Debug|Any CPU
{038E8B8C-6917-493F-B2FB-D6D2C6D8A822}.Release|Any CPU.ActiveCfg = Release|Any CPU
{038E8B8C-6917-493F-B2FB-D6D2C6D8A822}.Release|Any CPU.Build.0 = Release|Any CPU
{E18036B4-56AE-49C1-9F97-3E1966CB46BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E18036B4-56AE-49C1-9F97-3E1966CB46BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E18036B4-56AE-49C1-9F97-3E1966CB46BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E18036B4-56AE-49C1-9F97-3E1966CB46BA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal