-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfilterinput.sln
More file actions
37 lines (37 loc) · 2.02 KB
/
Copy pathfilterinput.sln
File metadata and controls
37 lines (37 loc) · 2.02 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "filterinput", "filterinput\filterinput.csproj", "{8C4D02D4-F7BF-469D-B618-8FF1A7C253AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "filterctrl", "filterctrl\filterctrl.csproj", "{99F30206-7A40-4A59-9654-0BC092C40FFD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "flashscreen", "flashctrl\flashscreen.csproj", "{660BE832-2CDD-4B57-BC51-EB956590F0FC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C4D02D4-F7BF-469D-B618-8FF1A7C253AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C4D02D4-F7BF-469D-B618-8FF1A7C253AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C4D02D4-F7BF-469D-B618-8FF1A7C253AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C4D02D4-F7BF-469D-B618-8FF1A7C253AD}.Release|Any CPU.Build.0 = Release|Any CPU
{99F30206-7A40-4A59-9654-0BC092C40FFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99F30206-7A40-4A59-9654-0BC092C40FFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99F30206-7A40-4A59-9654-0BC092C40FFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99F30206-7A40-4A59-9654-0BC092C40FFD}.Release|Any CPU.Build.0 = Release|Any CPU
{660BE832-2CDD-4B57-BC51-EB956590F0FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{660BE832-2CDD-4B57-BC51-EB956590F0FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{660BE832-2CDD-4B57-BC51-EB956590F0FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{660BE832-2CDD-4B57-BC51-EB956590F0FC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2A39440B-7C1E-4D01-B12F-BE7E0E311968}
EndGlobalSection
EndGlobal