forked from linuxgurugamer/FilterExtension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FilterExtension.sln
45 lines (45 loc) · 2.13 KB
/
FilterExtension.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilterExtensions", "FilterExtension\FilterExtensions.csproj", "{8633A568-654E-409D-A7B2-95839F2EBD3D}"
ProjectSection(ProjectDependencies) = postProject
{F544880B-94BB-48C7-9331-76452A1AE9B7} = {F544880B-94BB-48C7-9331-76452A1AE9B7}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FE_Testing", "FE_Testing\FE_Testing.csproj", "{F544880B-94BB-48C7-9331-76452A1AE9B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{1F1AA972-BB34-4EFB-B119-87F07AED80B0}"
ProjectSection(SolutionItems) = preProject
buildRelease.bat = buildRelease.bat
ChangeLog.txt = ChangeLog.txt
deploy.bat = deploy.bat
FilterExtension.version = FilterExtension.version
jenkins.txt = jenkins.txt
License.txt = License.txt
ReadMe.txt = ReadMe.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8633A568-654E-409D-A7B2-95839F2EBD3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8633A568-654E-409D-A7B2-95839F2EBD3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8633A568-654E-409D-A7B2-95839F2EBD3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8633A568-654E-409D-A7B2-95839F2EBD3D}.Release|Any CPU.Build.0 = Release|Any CPU
{F544880B-94BB-48C7-9331-76452A1AE9B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F544880B-94BB-48C7-9331-76452A1AE9B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F544880B-94BB-48C7-9331-76452A1AE9B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F544880B-94BB-48C7-9331-76452A1AE9B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9E57A012-ACFD-426A-9BF3-D2CB0D9B9138}
EndGlobalSection
EndGlobal