-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathFilterPolishZ-Solution.sln
More file actions
43 lines (43 loc) · 2.51 KB
/
FilterPolishZ-Solution.sln
File metadata and controls
43 lines (43 loc) · 2.51 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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2011
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilterPolishZ", "FilterPolishZ\FilterPolishZ.csproj", "{A823D0B5-F15D-4619-A714-7260FB71F394}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilterCore", "FilterCore\FilterCore.csproj", "{0A75F2CB-4AD2-4900-845A-6505029F64CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilterEconomy", "FilterEconomy\FilterEconomy.csproj", "{30DD41C8-5321-4153-A9B9-9F91CDC5D2DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilterPolishUtil", "FilterPolishUtil\FilterPolishUtil.csproj", "{F19797E3-6953-4EDD-9D10-52E65B842C82}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A823D0B5-F15D-4619-A714-7260FB71F394}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A823D0B5-F15D-4619-A714-7260FB71F394}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A823D0B5-F15D-4619-A714-7260FB71F394}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A823D0B5-F15D-4619-A714-7260FB71F394}.Release|Any CPU.Build.0 = Release|Any CPU
{0A75F2CB-4AD2-4900-845A-6505029F64CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A75F2CB-4AD2-4900-845A-6505029F64CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A75F2CB-4AD2-4900-845A-6505029F64CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A75F2CB-4AD2-4900-845A-6505029F64CF}.Release|Any CPU.Build.0 = Release|Any CPU
{30DD41C8-5321-4153-A9B9-9F91CDC5D2DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30DD41C8-5321-4153-A9B9-9F91CDC5D2DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30DD41C8-5321-4153-A9B9-9F91CDC5D2DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30DD41C8-5321-4153-A9B9-9F91CDC5D2DC}.Release|Any CPU.Build.0 = Release|Any CPU
{F19797E3-6953-4EDD-9D10-52E65B842C82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F19797E3-6953-4EDD-9D10-52E65B842C82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F19797E3-6953-4EDD-9D10-52E65B842C82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F19797E3-6953-4EDD-9D10-52E65B842C82}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {88E666FA-A1E4-4FB4-BD67-E511B5477072}
EndGlobalSection
EndGlobal