-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathCFScanner.sln
More file actions
43 lines (43 loc) · 2.44 KB
/
CFScanner.sln
File metadata and controls
43 lines (43 loc) · 2.44 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 Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CFScanner", "Android\CFScanner.csproj", "{BCFE92EE-AFFE-45A1-9999-1F0EF08A6298}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Linux", "Linux\Linux.pyproj", "{511F1F49-3542-44DF-A8FB-4DBAB37A97A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Windows", "Windows\Windows.csproj", "{E25A4AB5-843A-4512-8CB0-4C5F26E728CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{1D4EE7AA-9D57-4E30-AFC7-5DBDB9F1253D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BCFE92EE-AFFE-45A1-9999-1F0EF08A6298}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCFE92EE-AFFE-45A1-9999-1F0EF08A6298}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCFE92EE-AFFE-45A1-9999-1F0EF08A6298}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{BCFE92EE-AFFE-45A1-9999-1F0EF08A6298}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCFE92EE-AFFE-45A1-9999-1F0EF08A6298}.Release|Any CPU.Build.0 = Release|Any CPU
{BCFE92EE-AFFE-45A1-9999-1F0EF08A6298}.Release|Any CPU.Deploy.0 = Release|Any CPU
{511F1F49-3542-44DF-A8FB-4DBAB37A97A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{511F1F49-3542-44DF-A8FB-4DBAB37A97A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E25A4AB5-843A-4512-8CB0-4C5F26E728CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E25A4AB5-843A-4512-8CB0-4C5F26E728CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E25A4AB5-843A-4512-8CB0-4C5F26E728CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E25A4AB5-843A-4512-8CB0-4C5F26E728CD}.Release|Any CPU.Build.0 = Release|Any CPU
{1D4EE7AA-9D57-4E30-AFC7-5DBDB9F1253D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D4EE7AA-9D57-4E30-AFC7-5DBDB9F1253D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D4EE7AA-9D57-4E30-AFC7-5DBDB9F1253D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D4EE7AA-9D57-4E30-AFC7-5DBDB9F1253D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C81F9126-218F-4CE7-B936-748BB1E8B254}
EndGlobalSection
EndGlobal