-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCloudFilter.NET.sln
More file actions
31 lines (31 loc) · 1.51 KB
/
CloudFilter.NET.sln
File metadata and controls
31 lines (31 loc) · 1.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29020.237
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CfCppCli", "CfCppCli\CfCppCli.vcxproj", "{B4FE732C-ECBD-4345-9EF8-5C8FDC69EF71}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudFilterConsoleApp", "CloudFilterConsoleApp\CloudFilterConsoleApp.csproj", "{03349331-13C7-4747-99A3-1665B2350CF7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B4FE732C-ECBD-4345-9EF8-5C8FDC69EF71}.Debug|x64.ActiveCfg = Debug|x64
{B4FE732C-ECBD-4345-9EF8-5C8FDC69EF71}.Debug|x64.Build.0 = Debug|x64
{B4FE732C-ECBD-4345-9EF8-5C8FDC69EF71}.Release|x64.ActiveCfg = Debug|x64
{B4FE732C-ECBD-4345-9EF8-5C8FDC69EF71}.Release|x64.Build.0 = Release|x64
{03349331-13C7-4747-99A3-1665B2350CF7}.Debug|x64.ActiveCfg = Debug|Any CPU
{03349331-13C7-4747-99A3-1665B2350CF7}.Debug|x64.Build.0 = Debug|Any CPU
{03349331-13C7-4747-99A3-1665B2350CF7}.Release|x64.ActiveCfg = Release|Any CPU
{03349331-13C7-4747-99A3-1665B2350CF7}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7032A04A-B4D9-4D5C-9E06-9967EA6880F4}
EndGlobalSection
EndGlobal